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

2016-03-08 Thread Wei Liu
On Thu, Mar 03, 2016 at 05:12:07PM +, Anthony PERARD wrote: > On Tue, Mar 01, 2016 at 11:51:43AM +, Wei Liu wrote: > > On Thu, Feb 25, 2016 at 02:56:04PM +, Anthony PERARD wrote: > > > A user can provide a different ACPI tables than the default one by using > > > the existing "acpi_firm

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

2016-03-03 Thread Anthony PERARD
On Tue, Mar 01, 2016 at 11:51:43AM +, Wei Liu wrote: > On Thu, Feb 25, 2016 at 02:56:04PM +, Anthony PERARD wrote: > > A user can provide a different ACPI tables than the default one by using > > the existing "acpi_firmware" xl's config option or the field > > u.hvm.acpi_firmware. > > > >

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

2016-03-01 Thread Wei Liu
On Thu, Feb 25, 2016 at 02:56:04PM +, Anthony PERARD wrote: > A user can provide a different ACPI tables than the default one by using > the existing "acpi_firmware" xl's config option or the field > u.hvm.acpi_firmware. > > libxl will check if the provided table is a DSDT or not. > Accordin