* [Qemu-devel] [PATCH] qemu manpage: describe arguments of usbdevice option
@ 2008-01-06 20:03 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-01-06 20:03 UTC (permalink / raw)
To: qemu-devel
The patch below improve the manpage by describing the possible arguments
of the usbdevice option. The text is taken from the online
documentation.
Index: qemu-doc.texi
===================================================================
RCS file: /sources/qemu/qemu/qemu-doc.texi,v
retrieving revision 1.175
diff -u -d -p -r1.175 qemu-doc.texi
--- qemu-doc.texi 28 Dec 2007 20:59:22 -0000 1.175
+++ qemu-doc.texi 6 Jan 2008 20:01:29 -0000
@@ -492,6 +492,28 @@ Enable the USB driver (will be the defau
@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:
--
.''`. Aurelien Jarno | GPG: 1024D/F1BCDB73
: :' : Debian developer | Electrical Engineer
`. `' aurel32@debian.org | aurelien@aurel32.net
`- people.debian.org/~aurel32 | www.aurel32.net
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-06 20:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-06 20:03 [Qemu-devel] [PATCH] qemu manpage: describe arguments of usbdevice option Aurelien Jarno
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.