Message ID | 1456658360-16080-3-git-send-email-zhaoshenglong@huawei.com |
---|---|
State | New |
Headers | show |
diff --git a/xen/include/asm-arm/domain.h b/xen/include/asm-arm/domain.h index aa7f283..8e1161f 100644 --- a/xen/include/asm-arm/domain.h +++ b/xen/include/asm-arm/domain.h @@ -124,6 +124,11 @@ struct arch_domain } vuart; unsigned int evtchn_irq; +#ifdef CONFIG_ACPI + void *efi_acpi_table; + paddr_t efi_acpi_gpa; + paddr_t efi_acpi_len; +#endif } __cacheline_aligned; struct arch_vcpu