Re: [Xen-devel] [PATCH v5 2/8] ACPI: add config for BIOS table scan

2016-01-25 Thread Jan Beulich
>>> On 23.01.16 at 18:25, wrote: > Shannon Zhao writes: >> --- a/xen/arch/x86/Kconfig >> +++ b/xen/arch/x86/Kconfig >> @@ -5,6 +5,7 @@ config X86 >> def_bool y >> select COMPAT >> select HAS_ACPI >> +select ACPI_LEGACY_TABLES_LOOKUP if HAS_ACPI > > Since HAS_ACPI is selected ri

Re: [Xen-devel] [PATCH v5 2/8] ACPI: add config for BIOS table scan

2016-01-24 Thread Shannon Zhao
On 2016/1/24 1:25, Jonathan Creekmore wrote: > > Shannon Zhao writes: > >> From: Graeme Gregory >> >> With the addition of ARM64 that does not have a traditional BIOS to >> scan, add a config option which is selected on x86 (ia64 doesn't need >> it either, it is EFI/UEFI based system) to do th

Re: [Xen-devel] [PATCH v5 2/8] ACPI: add config for BIOS table scan

2016-01-23 Thread Jonathan Creekmore
Shannon Zhao writes: > From: Graeme Gregory > > With the addition of ARM64 that does not have a traditional BIOS to > scan, add a config option which is selected on x86 (ia64 doesn't need > it either, it is EFI/UEFI based system) to do the traditional BIOS > scanning for tables. > > Signed-off-b

[Xen-devel] [PATCH v5 2/8] ACPI: add config for BIOS table scan

2016-01-23 Thread Shannon Zhao
From: Graeme Gregory With the addition of ARM64 that does not have a traditional BIOS to scan, add a config option which is selected on x86 (ia64 doesn't need it either, it is EFI/UEFI based system) to do the traditional BIOS scanning for tables. Signed-off-by: Graeme Gregory Signed-off-by: Han