From: awilliam@xenbuild.aw Date: Fri, 25 Aug 2006 22:21:39 +0000 (-0600) Subject: [IA64] replace lost EFI_RESERVED_TYPE dom0 passthrough X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15693 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=94f21d01c45524c9f09972624fb9aafc9d90dd25;p=xen.git [IA64] replace lost EFI_RESERVED_TYPE dom0 passthrough Some systems (HP Superdome in particular) place ACPI tables in reserved memory regions, so we have to pass it through to dom0. Signed-off-by: Alex Williamson --- diff --git a/xen/arch/ia64/xen/dom_fw.c b/xen/arch/ia64/xen/dom_fw.c index 0296794722..6e174f46f6 100644 --- a/xen/arch/ia64/xen/dom_fw.c +++ b/xen/arch/ia64/xen/dom_fw.c @@ -783,6 +783,8 @@ dom_fw_init(struct domain *d, dom_fw_dom0_passthrough, &arg); efi_memmap_walk_type(EFI_ACPI_MEMORY_NVS, dom_fw_dom0_passthrough, &arg); + efi_memmap_walk_type(EFI_RESERVED_TYPE, + dom_fw_dom0_passthrough, &arg); efi_memmap_walk_type(EFI_MEMORY_MAPPED_IO, dom_fw_dom0_passthrough, &arg); efi_memmap_walk_type(EFI_MEMORY_MAPPED_IO_PORT_SPACE,