[Xen-devel] [RFC PATCH v2 06/16] libxl: Load guest ACPI table from file

2015-10-26 Thread Anthony PERARD
The path to the ACPI tables blob can be override by xl's option acpi_table_override or by acpi_tables_filename in the domain_build_info struct for libxl user. Signed-off-by: Anthony PERARD --- tools/libxl/libxl_dom.c | 17 + tools/libxl/libxl_types.idl | 1 + tools/libxl/xl_

Re: [Xen-devel] [RFC PATCH v2 06/16] libxl: Load guest ACPI table from file

2015-12-18 Thread Anthony PERARD
On Wed, Nov 04, 2015 at 10:57:35AM +, Ian Campbell wrote: > On Mon, 2015-10-26 at 16:03 +, Anthony PERARD wrote: > > The path to the ACPI tables blob can be override by xl's option > > "overridden" > > > acpi_table_override or by acpi_tables_filename in the domain_build_info > > struct fo

Re: [Xen-devel] [RFC PATCH v2 06/16] libxl: Load guest ACPI table from file

2015-11-04 Thread Ian Campbell
On Mon, 2015-10-26 at 16:03 +, Anthony PERARD wrote: > The path to the ACPI tables blob can be override by xl's option "overridden" > acpi_table_override or by acpi_tables_filename in the domain_build_info > struct for libxl user. This needs the same libxl.h #define and xl.cfg update I ment