mirror of https://github.com/xemu-project/xemu.git
qemu-doc: Clean whitespace
Remove blanks at line endings. Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
1a20a032cc
commit
0d6753e5b3
|
@ -832,7 +832,7 @@ Standard USB keyboard. Will override the PS/2 keyboard (if present).
|
||||||
Serial converter. This emulates an FTDI FT232BM chip connected to host character
|
Serial converter. This emulates an FTDI FT232BM chip connected to host character
|
||||||
device @var{dev}. The available character devices are the same as for the
|
device @var{dev}. The available character devices are the same as for the
|
||||||
@code{-serial} option. The @code{vendorid} and @code{productid} options can be
|
@code{-serial} option. The @code{vendorid} and @code{productid} options can be
|
||||||
used to override the default 0403:6001. For instance,
|
used to override the default 0403:6001. For instance,
|
||||||
@example
|
@example
|
||||||
usb_add serial:productid=FA00:tcp:192.168.0.2:4444
|
usb_add serial:productid=FA00:tcp:192.168.0.2:4444
|
||||||
@end example
|
@end example
|
||||||
|
@ -2201,7 +2201,7 @@ the address region required by guest applications is reserved on the host.
|
||||||
This option is currently only supported on some hosts.
|
This option is currently only supported on some hosts.
|
||||||
@item -R size
|
@item -R size
|
||||||
Pre-allocate a guest virtual address space of the given size (in bytes).
|
Pre-allocate a guest virtual address space of the given size (in bytes).
|
||||||
"G", "M", and "k" suffixes may be used when specifying the size.
|
"G", "M", and "k" suffixes may be used when specifying the size.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
Debug options:
|
Debug options:
|
||||||
|
|
Loading…
Reference in New Issue