Re: [libvirt] [Engine-devel] Supporting native USB in oVirt

2012-05-11 Thread Hans de Goede
Hi, On 05/10/2012 02:12 PM, Hans de Goede wrote: Hi, On 05/10/2012 01:39 PM, Oved Ourfalli wrote: Rephrasing my question a bit, to make it more clear. We are now working on adding the support for native USB devices on oVirt. This requires adding composite PCI devices to a VM (details below),

Re: [libvirt] [Engine-devel] Supporting native USB in oVirt

2012-05-10 Thread Oved Ourfalli
Cc: engine-devel engine-de...@ovirt.org, libvirt-l...@redhat.com Sent: Thursday, May 10, 2012 11:32:15 AM Subject: Re: [Engine-devel] [libvirt]Supporting native USB in oVirt Hi Oved, I think it will help if you can re-formulate things into a question for the libvirt developers. e.g

Re: [libvirt] [Engine-devel] Supporting native USB in oVirt

2012-05-10 Thread Hans de Goede
...@redhat.com Sent: Thursday, May 10, 2012 11:32:15 AM Subject: Re: [Engine-devel] [libvirt]Supporting native USB in oVirt Hi Oved, I think it will help if you can re-formulate things into a question for the libvirt developers. e.g. something along the lines of: is it possible to add composite PCI

Re: [libvirt] [Engine-devel] Supporting native USB in oVirt

2012-05-10 Thread Daniel P. Berrange
On Thu, May 10, 2012 at 02:12:42PM +0200, Hans de Goede wrote: Hi, On 05/10/2012 01:39 PM, Oved Ourfalli wrote: Rephrasing my question a bit, to make it more clear. We are now working on adding the support for native USB devices on oVirt. This requires adding composite PCI devices to a VM

Re: [libvirt] [Engine-devel] Supporting native USB in oVirt

2012-05-10 Thread Gerd Hoffmann
Hi, I can imagine a syntax like this: controller type='usb' index='0' model='ich9-ehci1' /controller controller type='usb' index='0' model='ich9-uhci1' master id='usb' startport='0'/ /controller controller type='usb' index='0' model='ich9-uhci2' master

Re: [libvirt] [Engine-devel] Supporting native USB in oVirt

2012-05-10 Thread Oved Ourfalli
]Supporting native USB in oVirt On Thu, May 10, 2012 at 02:12:42PM +0200, Hans de Goede wrote: Hi, On 05/10/2012 01:39 PM, Oved Ourfalli wrote: Rephrasing my question a bit, to make it more clear. We are now working on adding the support for native USB devices on oVirt

Re: [libvirt] [Engine-devel] Supporting native USB in oVirt

2012-05-10 Thread Christophe Fergeau
On Thu, May 10, 2012 at 02:05:11PM +0100, Daniel P. Berrange wrote: While I don't much fancy adding support for automatic assignment with the companion controllers, Fwiw, this would be useful to libvirt-glib too. Christophe pgpQmLYDyZFYk.pgp Description: PGP signature -- libvir-list

Re: [libvirt] [Engine-devel] Supporting native USB in oVirt

2012-05-10 Thread Oved Ourfalli
: [libvirt] [Engine-devel] Supporting native USB in oVirt Hi, I can imagine a syntax like this: controller type='usb' index='0' model='ich9-ehci1' /controller controller type='usb' index='0' model='ich9-uhci1' master id='usb' startport='0'/ /controller