From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBbia-0005ZO-Qm for qemu-devel@nongnu.org; Sun, 06 Jan 2008 15:03:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBbiY-0005YE-Kw for qemu-devel@nongnu.org; Sun, 06 Jan 2008 15:03:35 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBbiY-0005Y9-9u for qemu-devel@nongnu.org; Sun, 06 Jan 2008 15:03:34 -0500 Received: from hall.aurel32.net ([88.191.38.19]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JBbiX-0001Jo-QN for qemu-devel@nongnu.org; Sun, 06 Jan 2008 15:03:34 -0500 Received: from aurel32 by hall.aurel32.net with local (Exim 4.63) (envelope-from ) id 1JBbiT-00020b-CY for qemu-devel@nongnu.org; Sun, 06 Jan 2008 21:03:29 +0100 Date: Sun, 6 Jan 2008 21:03:29 +0100 From: Aurelien Jarno Message-ID: <20080106200329.GA7523@hall.aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Sender: "aurel32,,," Subject: [Qemu-devel] [PATCH] qemu manpage: describe arguments of usbdevice option Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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