]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: support HVM direct kernel boot
authorJim Fehlig <jfehlig@suse.com>
Fri, 20 Mar 2015 04:16:11 +0000 (22:16 -0600)
committerJim Fehlig <jfehlig@suse.com>
Thu, 16 Apr 2015 22:14:51 +0000 (16:14 -0600)
commit13e2c22099fa7b8654ee500af17180df98fdc2d7
tree12e05182a45ecc59f7bc42008b1a0466a5c30370
parent0fe504f15ab87bdf960a65ae2323b7f47f646f05
libxl: support HVM direct kernel boot

Add support for HVM direct kernel boot in libxl.  Also add a
test to verify domXML <-> native conversions.

Signed-off-by: Chunyan Liu <cyliu@suse.com>
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
src/libxl/libxl_conf.c
src/xenconfig/xen_xl.c
tests/xlconfigdata/test-fullvirt-direct-kernel-boot.cfg [new file with mode: 0644]
tests/xlconfigdata/test-fullvirt-direct-kernel-boot.xml [new file with mode: 0644]
tests/xlconfigtest.c