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

Re: [libvirt-users] F14->F16 Upgrade Results in Win2003 Server Client BSOD 0x7f

2012-05-17 Thread Laine Stump
On 05/09/2012 08:11 AM, Thomas J. Baker wrote: > Hello, > > I upgraded my kvm server from Fedora 14 to Fedora 16 and the only casualty > was a Windows 2003 Server client that will no longer boot with and produces a > BSOD. I admittedly know very little about Windows and this VM has been around >

Re: [libvirt-users] lxc: Add /dev/tty to lxcContainerPopulateDevices() ?

2012-05-17 Thread Sukadev Bhattiprolu
Daniel P. Berrange [berra...@redhat.com] wrote: | On Wed, May 16, 2012 at 03:44:19PM -0700, Sukadev Bhattiprolu wrote: | | No, we can't just pass in the host's /dev/tty device to the | container. We need to virtualize it, but this is not really | very easy todo if we need to take account of multip

Re: [libvirt-users] Using virsh to connect to ESX

2012-05-17 Thread Matthias Bolte
2012/5/17 Mauro Monteiro : > Hello All, > > I have just started studying the libvirt and I am trying to connect to ESX > Server (version 4) using virsh (version 0.7.5) using the following command: libvirt/virsh 0.7.5 is quite old, if possible you should use a more recent release. But this is just

Re: [libvirt-users] lxc: Add /dev/tty to lxcContainerPopulateDevices() ?

2012-05-17 Thread Daniel P. Berrange
On Wed, May 16, 2012 at 03:44:19PM -0700, Sukadev Bhattiprolu wrote: > Hi, > > src/lxc/lxc_container.c:lxcContainerPopulateDevices() has this table > of devices that are automatically created when an lxc container is > started. > > const struct { > int maj; > int min; >