From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EYXa1-0005sF-JQ for qemu-devel@nongnu.org; Sat, 05 Nov 2005 18:36:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EYXZz-0005s3-RG for qemu-devel@nongnu.org; Sat, 05 Nov 2005 18:36:13 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EYXZz-0005s0-L5 for qemu-devel@nongnu.org; Sat, 05 Nov 2005 18:36:11 -0500 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1EYXZz-000275-MN for qemu-devel@nongnu.org; Sat, 05 Nov 2005 18:36:11 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EYXYp-0004qw-SK for qemu-devel@nongnu.org; Sun, 06 Nov 2005 00:34:59 +0100 Received: from s01060050bf960539.cg.shawcable.net ([70.72.129.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 06 Nov 2005 00:34:59 +0100 Received: from matt by s01060050bf960539.cg.shawcable.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 06 Nov 2005 00:34:59 +0100 From: Matthew Mastracci Date: Sat, 05 Nov 2005 16:39:08 -0700 Message-ID: <436D429C.1010102@aclaro.com> References: <436CC599.3080905@bellard.org> <200511051731.24176.info@vruppert.de> <436CE785.10806@bellard.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <436CE785.10806@bellard.org> Sender: news Subject: [Qemu-devel] Re: USB support 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 > 1) The host OS must not use the USB device. It means in particular that > no host OS driver must be present for that device. The solution I am > using is to rename the host kernel module "usb-storage.o" to > "usb-storage.o.disabled" so that it is not loaded by Linux. Then QEMU > can exclusively access to the corresponding host storage USB device. The > same apply to every other type of USB devices. For those using Fedora Core (and possibly a number of other Linux distributions), you can add your module to /etc/hotplug/blacklist to ensure it won't load. I've been using this trick to get the USB support in VMWare to work for some time. Matt.