Revision 379f6698 qemu-doc.texi

b/qemu-doc.texi
2026 2026
@subsection Command line options
2027 2027

  
2028 2028
@example
2029
usage: qemu-i386 [-h] [-d] [-L path] [-s size] [-cpu model] [-g port] program [arguments...]
2029
usage: qemu-i386 [-h] [-d] [-L path] [-s size] [-cpu model] [-g port] [-B offset] program [arguments...]
2030 2030
@end example
2031 2031

  
2032 2032
@table @option
......
2038 2038
Set the x86 stack size in bytes (default=524288)
2039 2039
@item -cpu model
2040 2040
Select CPU model (-cpu ? for list and additional feature selection)
2041
@item -B offset
2042
Offset guest address by the specified number of bytes.  This is useful when
2043
the address region rewuired by guest applications is reserved on the host.
2044
Ths option is currently only supported on some hosts.
2041 2045
@end table
2042 2046

  
2043 2047
Debug options:

Also available in: Unified diff