Mailing List Archive

[xen-unstable] [IA64] replace lost EFI_RESERVED_TYPE dom0 passthrough
# HG changeset patch
# User awilliam@xenbuild.aw
# Node ID 3e0685ecfe644253d64ab12e83acd81845c4b37d
# Parent d188c51ea88336757f48a74594f6c8732cd49ff2
[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 <alex.williamson@hp.com>
---
xen/arch/ia64/xen/dom_fw.c | 2 ++
1 files changed, 2 insertions(+)

diff -r d188c51ea883 -r 3e0685ecfe64 xen/arch/ia64/xen/dom_fw.c
--- a/xen/arch/ia64/xen/dom_fw.c Fri Aug 25 15:52:31 2006 -0600
+++ b/xen/arch/ia64/xen/dom_fw.c Fri Aug 25 16:21:39 2006 -0600
@@ -782,6 +782,8 @@ dom_fw_init(struct domain *d,
efi_memmap_walk_type(EFI_ACPI_RECLAIM_MEMORY,
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);

_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog