All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stan Behrens <lists.nongnu.org@sbeh.de>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [BUG] -usb makes qemu fight against linux
Date: Fri, 06 Mar 2009 09:54:33 +0100	[thread overview]
Message-ID: <49B0E4C9.70002@sbeh.de> (raw)

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.

             reply	other threads:[~2009-03-06  8:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-06  8:54 Stan Behrens [this message]
2009-04-24 10:05 ` [Qemu-devel] [BUG] -usb makes qemu fight against linux Paul Bolle
2009-04-24 10:44   ` Paul Bolle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49B0E4C9.70002@sbeh.de \
    --to=lists.nongnu.org@sbeh.de \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.