ia64/xen-unstable
changeset 12322:3280d6211213
[HVM] Reserve 2 pages for ACPI tables in e820.
This is required when appending SSDTs to the core
ACPI data.
Signed-off-by: Keir Fraser <keir@xensource.com>
This is required when appending SSDTs to the core
ACPI data.
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Wed Nov 08 19:48:46 2006 +0000 (2006-11-08) |
parents | 5e0fb830a53c |
children | 6085f1e5366f |
files | tools/libxc/xc_hvm_build.c |
line diff
1.1 --- a/tools/libxc/xc_hvm_build.c Wed Nov 08 17:31:25 2006 +0000 1.2 +++ b/tools/libxc/xc_hvm_build.c Wed Nov 08 19:48:46 2006 +0000 1.3 @@ -77,7 +77,7 @@ static void build_e820map(void *e820_pag 1.4 nr_map++; 1.5 1.6 e820entry[nr_map].addr = 0xEA000; 1.7 - e820entry[nr_map].size = 0x01000; 1.8 + e820entry[nr_map].size = 0x02000; 1.9 e820entry[nr_map].type = E820_ACPI; 1.10 nr_map++; 1.11