Re: [Qemu-devel] [PATCH v4] libxl: usb2 and usb3 controller support for upstream qemu

2013-09-13 Thread Ian Campbell
On Fri, 2013-09-13 at 15:42 +0200, Fabio Fantoni wrote: > >>> +case 2: > >>> +flexarray_vappend(dm_args, > >>> "-device","ich9-usb-ehci1,id=usb," > >>> +"bus=pci.0,addr=0x1d.0x7", NULL); > >>> +for (i = 1; i < 4; i++) > >>> +

Re: [Qemu-devel] [PATCH v4] libxl: usb2 and usb3 controller support for upstream qemu

2013-09-13 Thread Fabio Fantoni
Il 13/09/2013 13:59, Ian Campbell ha scritto: On Mon, 2013-07-15 at 11:11 +0200, Fabio Fantoni wrote: Stefano or Anthony -- your input as qemu-xen types would be appreciated here on this patch. +case 2: +flexarray_vappend(dm_args, "-device","ich9-usb-ehci1,id=usb,"

Re: [Qemu-devel] [PATCH v4] libxl: usb2 and usb3 controller support for upstream qemu

2013-09-13 Thread Ian Campbell
On Mon, 2013-07-15 at 11:11 +0200, Fabio Fantoni wrote: Stefano or Anthony -- your input as qemu-xen types would be appreciated here on this patch. > > +case 2: > > +flexarray_vappend(dm_args, > > "-device","ich9-usb-ehci1,id=usb," > > +"bus=pci.0,

Re: [Qemu-devel] [PATCH v4] libxl: usb2 and usb3 controller support for upstream qemu

2013-07-15 Thread Fabio Fantoni
Il 12/07/2013 15:58, Fabio Fantoni ha scritto: Usage: usbversion=1|2|3 (default=2) Specifies the type of an emulated USB bus in the guest. 1 for usb1, 2 for usb2 and 3 for usb3, it is available only with upstream qemu. Default is 2. Signed-off-by: Fabio Fantoni --- docs/man/xl.cfg.pod.5

Re: [Qemu-devel] [PATCH v4] libxl: usb2 and usb3 controller support for upstream qemu

2013-07-12 Thread George Dunlap
On 12/07/13 14:58, Fabio Fantoni wrote: Usage: usbversion=1|2|3 (default=2) Specifies the type of an emulated USB bus in the guest. 1 for usb1, 2 for usb2 and 3 for usb3, it is available only with upstream qemu. Default is 2. Signed-off-by: Fabio Fantoni Thank you for your enthusiastic respin

[Qemu-devel] [PATCH v4] libxl: usb2 and usb3 controller support for upstream qemu

2013-07-12 Thread Fabio Fantoni
Usage: usbversion=1|2|3 (default=2) Specifies the type of an emulated USB bus in the guest. 1 for usb1, 2 for usb2 and 3 for usb3, it is available only with upstream qemu. Default is 2. Signed-off-by: Fabio Fantoni --- docs/man/xl.cfg.pod.5 |6 ++ tools/libxl/libxl.h | 14