Commit 8fccda832a6cb634daf409e75583b18413e919e9
1 parent
a139a3ad
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
Showing
1 changed file
with
22 additions
and
0 deletions
qemu-doc.texi
@@ -492,6 +492,28 @@ Enable the USB driver (will be the default soon) | @@ -492,6 +492,28 @@ Enable the USB driver (will be the default soon) | ||
492 | 492 | ||
493 | @item -usbdevice @var{devname} | 493 | @item -usbdevice @var{devname} |
494 | Add the USB device @var{devname}. @xref{usb_devices}. | 494 | Add the USB device @var{devname}. @xref{usb_devices}. |
495 | + | ||
496 | +@table @code | ||
497 | + | ||
498 | +@item mouse | ||
499 | +Virtual Mouse. This will override the PS/2 mouse emulation when activated. | ||
500 | + | ||
501 | +@item tablet | ||
502 | +Pointer device that uses absolute coordinates (like a touchscreen). This | ||
503 | +means qemu is able to report the mouse position without having to grab the | ||
504 | +mouse. Also overrides the PS/2 mouse emulation when activated. | ||
505 | + | ||
506 | +@item disk:file | ||
507 | +Mass storage device based on file | ||
508 | + | ||
509 | +@item host:bus.addr | ||
510 | +Pass through the host device identified by bus.addr (Linux only). | ||
511 | + | ||
512 | +@item host:vendor_id:product_id | ||
513 | +Pass through the host device identified by vendor_id:product_id (Linux only). | ||
514 | + | ||
515 | +@end table | ||
516 | + | ||
495 | @end table | 517 | @end table |
496 | 518 | ||
497 | Network options: | 519 | Network options: |