>>> 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
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
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