From: Jean Guyader Date: Fri, 27 Mar 2009 09:18:44 +0000 (+0000) Subject: Disable the mapping of the ACPI NVS region. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=75a38201ea0103365eb45c0bc540ada40bf684e2;p=xenclient%2Fxen.git Disable the mapping of the ACPI NVS region. --- 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;