]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Xen: Add support for qemu commandline passthrough to config converter
authorJim Fehlig <jfehlig@suse.com>
Fri, 31 Jul 2020 15:39:25 +0000 (09:39 -0600)
committerJim Fehlig <jfehlig@suse.com>
Tue, 25 Aug 2020 16:13:58 +0000 (10:13 -0600)
commit3d76f4fceb35a679c8d770f0a2a29149b6e4ba40
treeb5c93d1683829eb3009ff3ebbe34129a05e79dca
parentb0cad42ef24ad379e2d7bc47cd8cd39dba5f35fa
Xen: Add support for qemu commandline passthrough to config converter

Support qemu commandline passthrough in the domXML to native config
converter. Add tests to check the conversion.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/libxl/xen_xl.c
tests/xlconfigdata/test-qemu-passthrough.cfg [new file with mode: 0644]
tests/xlconfigdata/test-qemu-passthrough.xml [new file with mode: 0644]
tests/xlconfigtest.c