]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: add support for PVH
authorMarek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
Mon, 26 Nov 2018 19:34:37 +0000 (20:34 +0100)
committerJim Fehlig <jfehlig@suse.com>
Mon, 26 Nov 2018 23:31:21 +0000 (16:31 -0700)
commitaca7ff5f705e0fd2f52417455922e1d7bfacb3c3
treeef152132fd5352884742ccb49e48a9d0875f2fe4
parent105e116bda9529bb325ebcd7d095bb64a7cf7693
libxl: add support for PVH

Since this is something between PV and HVM, it makes sense to put the
setting in place where domain type is specified.
To enable it, use <os><type machine="xenpvh">xenpvh</type></os>. It is
also included in capabilities.xml, for every supported HVM guest type - it
doesn't seems to be any other requirement (besides new enough Xen).

Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
Reviewed-by: Jim Fehlig <jfehlig@suse.com>
docs/formatcaps.html.in
docs/schemas/domaincommon.rng
m4/virt-driver-libxl.m4
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libxl/libxl_capabilities.c
src/libxl/libxl_conf.c
src/libxl/libxl_driver.c