qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richie <listmail@triad.rr.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] info usb lists non unique device entries?
Date: Sun, 07 Sep 2014 16:07:32 -0400	[thread overview]
Message-ID: <540CBB04.9010303@triad.rr.com> (raw)

Using Arch qemu 2.1.0-2

I haven't actually made use of usb_del but I expect that I would 
normally run something like `usb_del 0.4`  (after usb eject in quest).

(qemu) info usb
   Device 0.1, Port 1, Speed 1.5 Mb/s, Product USB Multimedia Keyboard
   Device 0.2, Port 2, Speed 12 Mb/s, Product USB Receiver
   Device 0.1, Port 3, Speed 12 Mb/s, Product Xbox 360 Wireless Receiver 
for
   Device 0.1, Port 4, Speed 480 Mb/s, Product External USB HDD

initial usb line is -usb -usbdevice host:046d:c313 -usbdevice 
host:046d:c52f -usbdevice host:045e:0719 \   ,,,, external drive was 
added via qemu monitor usb_add host:0480:a004 after boot which works 
fine during usage


(qemu) info usbhost
   Bus 3, Addr 13, Port 1.4.6, Speed 12 Mb/s
     Class 00: USB device 046d:c52e, USB Receiver
   Bus 3, Addr 12, Port 1.4.5, Speed 480 Mb/s
     Class 00: USB device 0480:a004, External USB HDD
   Bus 3, Addr 10, Port 1.3, Speed 12 Mb/s
     Class ff: USB device 045e:0719, Xbox 360 Wireless Receiver for Windows
   Bus 3, Addr 4, Port 1.2, Speed 1.5 Mb/s
     Class 00: USB device 046d:c313, USB Multimedia Keyboard
   Bus 3, Addr 3, Port 1.1, Speed 12 Mb/s
     Class 00: USB device 046d:c52f, USB Receiver


Full qemu line:
  qemu-system-x86_64 -enable-kvm -M q35 -m 4096 -cpu host,kvm=off \
-smp 4,sockets=1,cores=4,threads=1 \
-bios /usr/share/qemu/bios.bin -vga none \
-device 
ioh3420,bus=pcie.0,addr=1c.0,multifunction=on,port=1,chassis=1,id=root.1 \
-device 
vfio-pci,host=01:00.0,bus=root.1,addr=00.0,multifunction=on,x-vga=on \
-device vfio-pci,host=01:00.1,bus=root.1,addr=00.1 \
-device virtio-scsi-pci,id=scsi \
-drive file=/dev/dataone/virthub-disk1,id=disk,format=raw -device 
scsi-hd,drive=disk \
-drive file=/dev/datatwo/virthub-games,id=disk2,format=raw -device 
scsi-hd,drive=disk2 \
-boot menu=on \
-usb -usbdevice host:046d:c313 -usbdevice host:046d:c52f -usbdevice 
host:045e:0719 \
-net nic,macaddr="XX:XX:XX:XX:XX:XX",model=virtio -net bridge,br=br0 \
-device vfio-pci,host=00:1b.0,bus=pcie.0,addr=1b.0,id=sound0 \
-nographic

                 reply	other threads:[~2014-09-07 20:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=540CBB04.9010303@triad.rr.com \
    --to=listmail@triad.rr.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).