Revision 68a1c816 qemu-doc.texi

b/qemu-doc.texi
2124 2124
@subsection Command line options
2125 2125

  
2126 2126
@example
2127
usage: qemu-i386 [-h] [-d] [-L path] [-s size] [-cpu model] [-g port] [-B offset] program [arguments...]
2127
usage: qemu-i386 [-h] [-d] [-L path] [-s size] [-cpu model] [-g port] [-B offset] [-R size] program [arguments...]
2128 2128
@end example
2129 2129

  
2130 2130
@table @option
......
2140 2140
Offset guest address by the specified number of bytes.  This is useful when
2141 2141
the address region rewuired by guest applications is reserved on the host.
2142 2142
Ths option is currently only supported on some hosts.
2143
@item -R size
2144
Pre-allocate a guest virtual address space of the given size (in bytes).
2145
"G", "M", and "k" suffixes may be used when specifying the size.  
2143 2146
@end table
2144 2147

  
2145 2148
Debug options:

Also available in: Unified diff