summaryrefslogtreecommitdiff
path: root/qemu-doc.texi
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-01-09 12:14:45 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-01-09 12:14:45 +0000
commit8fccda832a6cb634daf409e75583b18413e919e9 (patch)
tree2feae46d257ca71a5f8177681ad85c722659a492 /qemu-doc.texi
parenta139a3ad233e81c75eab9c5671934f4f79623147 (diff)
downloadqemu-8fccda832a6cb634daf409e75583b18413e919e9.tar.gz
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
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r--qemu-doc.texi22
1 files changed, 22 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 9b56f99fcc..931573e307 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -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: