From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LfVpE-0004ad-Rw for qemu-devel@nongnu.org; Fri, 06 Mar 2009 03:54:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LfVpE-0004aP-DK for qemu-devel@nongnu.org; Fri, 06 Mar 2009 03:54:36 -0500 Received: from [199.232.76.173] (port=43814 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LfVpE-0004aM-7t for qemu-devel@nongnu.org; Fri, 06 Mar 2009 03:54:36 -0500 Received: from mx0.ategram.com ([78.47.22.65]:59405 helo=bunesko.ategram.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LfVpD-0003g2-Ki for qemu-devel@nongnu.org; Fri, 06 Mar 2009 03:54:35 -0500 Message-ID: <49B0E4C9.70002@sbeh.de> Date: Fri, 06 Mar 2009 09:54:33 +0100 From: Stan Behrens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [BUG] -usb makes qemu fight against linux 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 Hi List, when you add a bluetooth-dongle, usb-flash-drive or something like that via: usb_add host:2.23 to you're guest-OS, qemu starts to fight against the linux-usb-configuration. qemu's output looks like this: husb: open device 2.32 husb: config #1 need -1 husb: 1 interfaces claimed for configuration 1 husb: grabbed usb device 2.32 husb: config #1 need 1 husb: 1 interfaces claimed for configuration 1 husb: config #1 need 1 husb: 1 interfaces claimed for configuration 1 husb: config #1 need 1 husb: 1 interfaces claimed for configuration 1 husb: config #1 need 1 husb: 1 interfaces claimed for configuration 1 And '# dmesg' says: [12929.001037] usb 2-3: reset high speed USB device using ehci_hcd and address 32 [12929.782032] usb 2-3: reset high speed USB device using ehci_hcd and address 32 [12930.176041] usb 2-3: reset high speed USB device using ehci_hcd and address 32 [12930.726032] usb 2-3: reset high speed USB device using ehci_hcd and address 32 I tried to prevent foreign communication to the usb-device via: # udevadm control --stop_exec_queue # modprobe -r sd_mod usb-storage btusb # mount -t usbfs -o devmode=0600,devuid=1000,devgid=1000 none /proc/bus/usb/ but it does not help. The Command-Line I used: qemu-svn/bin/qemu -L qemu-svn/share/qemu -no-quit -m 512 -net nic -net tap,ifname=job,script=no,downscript=no -drive file=image -startdate 2008-12-24 -usb -snapshot qemu-svn: 'At revision 6718.'. Bye.