Re: [Xen-devel] [PATCH v4 24/24] xen/arm64: Add ACPI support

2016-02-29 Thread Stefano Stabellini
On Sun, 28 Feb 2016, Shannon Zhao wrote: > From: Naresh Bhat > > Add ACPI support on arm64 xen hypervisor. Enable EFI support on ARM. > > Signed-off-by: Naresh Bhat > Signed-off-by: Shannon Zhao > --- > V4: add comments to explain why efi_enabled = 1 needs > --- > xen/arch/arm/Kconfig

Re: [Xen-devel] [PATCH v4 24/24] xen/arm64: Add ACPI support

2016-02-29 Thread Jan Beulich
>>> On 28.02.16 at 12:19, wrote: > --- > xen/arch/arm/Kconfig | 1 + > xen/common/efi/runtime.c | 8 ++-- > xen/include/asm-arm/config.h | 5 + > 3 files changed, 12 insertions(+), 2 deletions(-) Again - please Cc maintainers of all code modified. > --- a/xen/common/efi/runt

[Xen-devel] [PATCH v4 24/24] xen/arm64: Add ACPI support

2016-02-28 Thread Shannon Zhao
From: Naresh Bhat Add ACPI support on arm64 xen hypervisor. Enable EFI support on ARM. Signed-off-by: Naresh Bhat Signed-off-by: Shannon Zhao --- V4: add comments to explain why efi_enabled = 1 needs --- xen/arch/arm/Kconfig | 1 + xen/common/efi/runtime.c | 8 ++-- xen/includ