Re: [libvirt] [PATCH V2 5/7] xenconfig: add conversion of usb controller config to and from xml

2016-08-02 Thread Cedric Bosdonnat
On Wed, 2016-06-15 at 14:00 +0800, Chunyan Liu wrote: Missing a commit description, even a short one to say we're adding USB controller conversion to and from libxl's config files. > Signed-off-by: Chunyan Liu > --- > Changes: > drop pvusb1 and pvusb2 models > > src/xenconfig/xen_xl.c | 190

[libvirt] [PATCH V2 5/7] xenconfig: add conversion of usb controller config to and from xml

2016-06-14 Thread Chunyan Liu
Signed-off-by: Chunyan Liu --- Changes: drop pvusb1 and pvusb2 models src/xenconfig/xen_xl.c | 190 + 1 file changed, 190 insertions(+) diff --git a/src/xenconfig/xen_xl.c b/src/xenconfig/xen_xl.c index 5879c66..90213ec 100644 --- a/src/xenconfi