Re: [Xen-devel] [RFC PATCH v2 02/16] libxc: Load BIOS and ACPI table into guest memory

2015-11-03 Thread Ian Campbell
On Mon, 2015-10-26 at 16:03 +, Anthony PERARD wrote: At first it seems like not loading the ACPI table already was an unnoticed functional regression from the switch to HVM using the regular PV domain builder. But then looking at that code I see there is an acpi_module field which Roger added

[Xen-devel] [RFC PATCH v2 02/16] libxc: Load BIOS and ACPI table into guest memory

2015-10-26 Thread Anthony PERARD
... and prepare a cmdline for hvmloader with the order of the modules. Signed-off-by: Anthony PERARD --- tools/libxc/include/xc_dom.h | 4 ++ tools/libxc/xc_dom_hvmloader.c | 44 + tools/libxc/xc_dom_x86.c | 90