]> xenbits.xensource.com Git - people/iwj/xen.git/commit
libxl: put RSDP for PVH guest near 4GB
authorJuergen Gross <jgross@suse.com>
Fri, 1 Dec 2017 14:14:07 +0000 (15:14 +0100)
committerWei Liu <wei.liu2@citrix.com>
Thu, 18 Jan 2018 10:40:21 +0000 (10:40 +0000)
commit4a5733771e6f33918eba07b584cccce564a67ac1
treed7c5a976b4766d8fab3358cbb40afd61d2e5584d
parent1c2e0f9e4f263714db917eb54f8d1c2d1463ed4c
libxl: put RSDP for PVH guest near 4GB

Instead of locating the RSDP table below 1MB put it just below 4GB
like the rest of the ACPI tables in case of PVH guests. This will
avoid punching more holes than necessary into the memory map.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
tools/libxc/xc_dom_hvmloader.c
tools/libxl/libxl_x86_acpi.c