Re: [Xen-devel] [PATCH v4 01/24] arm/acpi: Define a enum for reserved tables

2016-02-29 Thread Jan Beulich
>>> On 28.02.16 at 12:18, wrote: > --- a/xen/include/asm-arm/acpi.h > +++ b/xen/include/asm-arm/acpi.h > @@ -30,6 +30,18 @@ > #define COMPILER_DEPENDENT_UINT64 unsigned long long > #define ACPI_MAP_MEM_ATTR PAGE_HYPERVISOR > > +/* Tables marked as reserved in efi table */ > +typedef

Re: [Xen-devel] [PATCH v4 01/24] arm/acpi: Define a enum for reserved tables

2016-02-29 Thread Stefano Stabellini
On Sun, 28 Feb 2016, Shannon Zhao wrote: > From: Shannon Zhao > > It needs to copy and change the contents of some ACPI and EFI tables for > Dom0. Here define a enum for those tables. > > Signed-off-by: Parth Dixit > Signed-off-by: Shannon Zhao Acked-by: Stefano Stabellini > xen/include/a

[Xen-devel] [PATCH v4 01/24] arm/acpi: Define a enum for reserved tables

2016-02-28 Thread Shannon Zhao
From: Shannon Zhao It needs to copy and change the contents of some ACPI and EFI tables for Dom0. Here define a enum for those tables. Signed-off-by: Parth Dixit Signed-off-by: Shannon Zhao --- xen/include/asm-arm/acpi.h | 12 1 file changed, 12 insertions(+) diff --git a/xen/in