Re: [libvirt-users] USB passthrough of all USB-slots to guest

2012-05-18 Thread Alex Jia
On 05/18/2012 03:16 PM, eGerlach wrote: * Alex Jia schrieb: I haven't exactly know your mean, as usual, you need to use 'lsusb' or 'virsh nodedev-list --tree' and 'virsh nodedev-dumpxml XXX' to get usb's bus+device or vendor+product information. Alex, I wrote in my first posting: With qemu i

Re: [libvirt-users] USB passthrough of all USB-slots to guest

2012-05-18 Thread eGerlach
* Alex Jia schrieb: > I haven't exactly know your mean, as usual, you need to use 'lsusb' or > 'virsh nodedev-list --tree' and 'virsh nodedev-dumpxml XXX' to get usb's > bus+device or vendor+product information. Alex, I wrote in my first posting: >> With qemu it's very easy: >> >> # kvm -usb

Re: [libvirt-users] USB passthrough of all USB-slots to guest

2012-05-17 Thread Alex Jia
On 05/18/2012 06:04 AM, eGerlach wrote: Hi, how can I define passthrough of all USB-slots to a guest with libvirt? With qemu it's very easy: # kvm -usb -usbdevice host:0.* -usbdevice host:1.* -usbdevice host:2.* -usbdevice host:3.* ... This configuration of the VM gets *all* 4 USB-Slots. E

[libvirt-users] USB passthrough of all USB-slots to guest

2012-05-17 Thread eGerlach
Hi, how can I define passthrough of all USB-slots to a guest with libvirt? With qemu it's very easy: # kvm -usb -usbdevice host:0.* -usbdevice host:1.* -usbdevice host:2.* -usbdevice host:3.* ... This configuration of the VM gets *all* 4 USB-Slots. Every time somewhat USB-device is plugg