Re: [libvirt] [PATCH V2 2/7] libxl: support USB controllers in creation time

2016-08-02 Thread Cedric Bosdonnat
On Wed, 2016-06-15 at 14:00 +0800, Chunyan Liu wrote: > To support USB Controller in xen guest domains, just add > USB controller in domain config xml as following: > > > Signed-off-by: Chunyan Liu > --- > Changes: > drop pvusb1 and pvusb2 models > > src/libxl/libxl_conf.c |

[libvirt] [PATCH V2 2/7] libxl: support USB controllers in creation time

2016-06-15 Thread Chunyan Liu
To support USB Controller in xen guest domains, just add USB controller in domain config xml as following: Signed-off-by: Chunyan Liu --- Changes: drop pvusb1 and pvusb2 models src/libxl/libxl_conf.c | 84 ++