qemu-e2k/hw/xenpv
Roger Pau Monne cdadde39a8 xen: fix usage of xc_domain_create in domain builder
Due to the addition of HVMlite and the requirement to always provide a
valid xc_domain_configuration_t, xc_domain_create now always takes an arch
domain config, which can be NULL in order to mimic previous behaviour.

Add a small stub called xen_domain_create that encapsulates the correct
call to xc_domain_create depending on the libxc version detected.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
2015-11-13 17:38:06 +00:00
..
Makefile.objs xen: move Xen PV machine files to hw/xenpv 2014-05-07 16:14:50 +00:00
xen_domainbuild.c xen: fix usage of xc_domain_create in domain builder 2015-11-13 17:38:06 +00:00
xen_domainbuild.h xen: move Xen PV machine files to hw/xenpv 2014-05-07 16:14:50 +00:00
xen_machine_pv.c Use DEFINE_MACHINE() to register all machines 2015-09-19 16:40:15 +02:00