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

2013-09-11 Thread Fabio Fantoni
Il 14/08/2013 12:30, Fabio Fantoni ha scritto: Il 18/07/2013 14:35, Paolo Bonzini ha scritto: Il 18/07/2013 14:31, Andreas Färber ha scritto: I'm just curious, why is this so complicated? Is this likely to be fragile and break in the future? As pointed out previously, the bus=pci.0 bit will

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

2013-09-11 Thread Ian Campbell
On Wed, 2013-09-11 at 12:14 +0200, Fabio Fantoni wrote: Ping Is this directed and Xen or qmeu folks? What are the outstanding questions which need to be answered? It doesn't look to me like Ian's concerns from the (great?) grandparent have been addressed? On the other hand I appear to be

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

2013-09-11 Thread Fabio Fantoni
Il 11/09/2013 12:19, Ian Campbell ha scritto: On Wed, 2013-09-11 at 12:14 +0200, Fabio Fantoni wrote: Ping Is this directed and Xen or qmeu folks? What are the outstanding questions which need to be answered? It doesn't look to me like Ian's concerns from the (great?) grandparent have been

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

2013-09-11 Thread Fabio Fantoni
Il 11/09/2013 13:38, Fabio Fantoni ha scritto: Il 11/09/2013 12:19, Ian Campbell ha scritto: On Wed, 2013-09-11 at 12:14 +0200, Fabio Fantoni wrote: Ping Is this directed and Xen or qmeu folks? What are the outstanding questions which need to be answered? It doesn't look to me like Ian's

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

2013-08-14 Thread Fabio Fantoni
Il 18/07/2013 14:35, Paolo Bonzini ha scritto: Il 18/07/2013 14:31, Andreas Färber ha scritto: I'm just curious, why is this so complicated? Is this likely to be fragile and break in the future? As pointed out previously, the bus=pci.0 bit will break with different PCI host bridges, such as

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

2013-07-18 Thread Ian Jackson
Fabio Fantoni writes (Re: [PATCH v3] libxl: usb2 and usb3 controller support for upstream qemu): Il 12/07/2013 17:33, George Dunlap ha scritto: On 12/07/13 13:36, Fabio Fantoni wrote: [someone wrote:] I'm just curious, why is this so complicated? Is this likely to be fragile and break in

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

2013-07-18 Thread George Dunlap
On 18/07/13 12:09, Ian Jackson wrote: Fabio Fantoni writes (Re: [PATCH v3] libxl: usb2 and usb3 controller support for upstream qemu): Il 12/07/2013 17:33, George Dunlap ha scritto: On 12/07/13 13:36, Fabio Fantoni wrote: [someone wrote:] I'm just curious, why is this so complicated? Is

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

2013-07-18 Thread Anthony Liguori
On Thu, Jul 18, 2013 at 6:09 AM, Ian Jackson ian.jack...@eu.citrix.com wrote: Fabio Fantoni writes (Re: [PATCH v3] libxl: usb2 and usb3 controller support for upstream qemu): Il 12/07/2013 17:33, George Dunlap ha scritto: On 12/07/13 13:36, Fabio Fantoni wrote: [someone wrote:] I'm just

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

2013-07-18 Thread Ian Jackson
Anthony Liguori writes (Re: [Qemu-devel] [PATCH v3] libxl: usb2 and usb3 controller support for upstream qemu): The current way of creating each function will always be supported though. Thanks for that reply. I'm reassured. Ian.

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

2013-07-18 Thread Andreas Färber
Am 12.07.2013 13:06, schrieb George Dunlap: On 12/07/13 11:22, 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

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

2013-07-18 Thread Paolo Bonzini
Il 18/07/2013 14:31, Andreas Färber ha scritto: I'm just curious, why is this so complicated? Is this likely to be fragile and break in the future? As pointed out previously, the bus=pci.0 bit will break with different PCI host bridges, such as the q35 machine existing today (-M q35 uses

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

2013-07-15 Thread Fabio Fantoni
Il 12/07/2013 17:33, George Dunlap ha scritto: On 12/07/13 13:36, Fabio Fantoni wrote: Il 12/07/2013 13:06, George Dunlap ha scritto: On 12/07/13 11:22, 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

[Qemu-devel] [PATCH v3] 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 fabio.fant...@m2r.biz --- docs/man/xl.cfg.pod.5 |6 ++

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

2013-07-12 Thread George Dunlap
On 12/07/13 11:22, 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 fabio.fant...@m2r.biz ---

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

2013-07-12 Thread Ian Campbell
On Fri, 2013-07-12 at 12:06 +0100, George Dunlap wrote: On 12/07/13 11:22, 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.

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

2013-07-12 Thread Fabio Fantoni
Il 12/07/2013 13:06, George Dunlap ha scritto: On 12/07/13 11:22, 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

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

2013-07-12 Thread George Dunlap
On 12/07/13 13:36, Fabio Fantoni wrote: Il 12/07/2013 13:06, George Dunlap ha scritto: On 12/07/13 11:22, 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