mirror of https://github.com/xqemu/xqemu.git
qemu manpage: describe arguments of usbdevice option, by Aurelien Jarno.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3903 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a139a3ad23
commit
8fccda832a
|
@ -492,6 +492,28 @@ Enable the USB driver (will be the default soon)
|
|||
|
||||
@item -usbdevice @var{devname}
|
||||
Add the USB device @var{devname}. @xref{usb_devices}.
|
||||
|
||||
@table @code
|
||||
|
||||
@item mouse
|
||||
Virtual Mouse. This will override the PS/2 mouse emulation when activated.
|
||||
|
||||
@item tablet
|
||||
Pointer device that uses absolute coordinates (like a touchscreen). This
|
||||
means qemu is able to report the mouse position without having to grab the
|
||||
mouse. Also overrides the PS/2 mouse emulation when activated.
|
||||
|
||||
@item disk:file
|
||||
Mass storage device based on file
|
||||
|
||||
@item host:bus.addr
|
||||
Pass through the host device identified by bus.addr (Linux only).
|
||||
|
||||
@item host:vendor_id:product_id
|
||||
Pass through the host device identified by vendor_id:product_id (Linux only).
|
||||
|
||||
@end table
|
||||
|
||||
@end table
|
||||
|
||||
Network options:
|
||||
|
|
Loading…
Reference in New Issue