* [Qemu-devel] info usb lists non unique device entries?
@ 2014-09-07 20:07 Richie
0 siblings, 0 replies; only message in thread
From: Richie @ 2014-09-07 20:07 UTC (permalink / raw)
To: qemu-devel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-09-07 20:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-07 20:07 [Qemu-devel] info usb lists non unique device entries? Richie
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.