]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xenconfig: add conversion of usb controller config to and from xml
authorChunyan Liu <cyliu@suse.com>
Wed, 15 Jun 2016 06:00:12 +0000 (14:00 +0800)
committerCédric Bosdonnat <cbosdonnat@suse.com>
Tue, 2 Aug 2016 12:02:21 +0000 (14:02 +0200)
commit9a361bbba8c8d3ea3f1a1d56912851d509179fa9
treeeda833bc5a44407cfb222cb644c2e036dfba7371
parentf5359e55ec3bceb0e156445305881d5274fc58dc
xenconfig: add conversion of usb controller config to and from xml

libxl configuration files conversion can now handle USB controllers.
When parting libxl config file, USB controllers with type PV are
ignored as those aren't handled.

Signed-off-by: Chunyan Liu <cyliu@suse.com>
src/xenconfig/xen_xl.c
tests/xlconfigdata/test-usbctrl.cfg [new file with mode: 0644]
tests/xlconfigdata/test-usbctrl.xml [new file with mode: 0644]
tests/xlconfigtest.c