From 75a38201ea0103365eb45c0bc540ada40bf684e2 Mon Sep 17 00:00:00 2001 From: Jean Guyader Date: Fri, 27 Mar 2009 09:18:44 +0000 Subject: [PATCH] Disable the mapping of the ACPI NVS region. --- tools/libxc/xc_hvm_build.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/libxc/xc_hvm_build.c b/tools/libxc/xc_hvm_build.c index 1253de0..85e1d1d 100644 --- a/tools/libxc/xc_hvm_build.c +++ b/tools/libxc/xc_hvm_build.c @@ -87,9 +87,10 @@ static void build_e820map(void *e820_page, unsigned long long mem_size, e820entry[nr_map].type = E820_RESERVED; nr_map++; +#if 0 xc_add_acpi_nvs(xc_handle, domid, &e820entry[nr_map]); nr_map++; - +#endif /* Low RAM goes here. Reserve space for special pages. */ e820entry[nr_map].addr = 0x100000; -- 2.39.5