mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
xenconfig: add support for parsing type= xl config entry
builder="hvm" is deprecated since Xen 4.10, new syntax is type="hvm" (or type="pv", which is default). Since the old one is still supported, still use it when writing native config, so the config will work on older Xen too (and will also not complicate tests). Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Reviewed-by: Jim Fehlig <jfehlig@suse.com>
This commit is contained in:
committed by
Jim Fehlig
parent
45ea5688ab
commit
494fa1fd1b
@@ -279,6 +279,8 @@ mymain(void)
|
||||
DO_TEST_FORMAT("paravirt-cmdline-extra-root", false);
|
||||
DO_TEST_FORMAT("paravirt-cmdline-bogus-extra-root", false);
|
||||
DO_TEST("rbd-multihost-noauth");
|
||||
DO_TEST_FORMAT("paravirt-type", false);
|
||||
DO_TEST_FORMAT("fullvirt-type", false);
|
||||
|
||||
#ifdef LIBXL_HAVE_DEVICE_CHANNEL
|
||||
DO_TEST("channel-pty");
|
||||
|
||||
Reference in New Issue
Block a user