Re: [libvirt] [PATCH V2 1/7] extend usb controller model to support xen pvusb

2016-08-02 Thread Cedric Bosdonnat
On Wed, 2016-06-15 at 14:00 +0800, Chunyan Liu wrote: > According to libxl implementation, it supports pvusb > controller of version 1.1 and version 2.0, and it > supports two types of backend, 'pvusb' (dom0 backend) > and 'qusb' (qemu backend). But currently pvusb backend > is not checked in yet.

[libvirt] [PATCH V2 1/7] extend usb controller model to support xen pvusb

2016-06-15 Thread Chunyan Liu
According to libxl implementation, it supports pvusb controller of version 1.1 and version 2.0, and it supports two types of backend, 'pvusb' (dom0 backend) and 'qusb' (qemu backend). But currently pvusb backend is not checked in yet. To match libxl support, extend usb controller schema to