]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen: allow extra memory to be in multiple regions
authorDavid Vrabel <david.vrabel@citrix.com>
Thu, 29 Sep 2011 11:26:19 +0000 (12:26 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 19 Oct 2011 18:26:44 +0000 (14:26 -0400)
commit4fe9b0aababc8da2f8f0aa3dc97e0b10595b4723
treebbbe5feafb0274ab7baeadb2873360d613303dd0
parent9adc1768033e71fcc3001c7b4a6a8a98ac54861f
xen: allow extra memory to be in multiple regions

Allow the extra memory (used by the balloon driver) to be in multiple
regions (typically two regions, one for low memory and one for high
memory).  This allows the balloon driver to increase the number of
available low pages (if the initial number if pages is small).

As a side effect, the algorithm for building the e820 memory map is
simpler and more obviously correct as the map supplied by the
hypervisor is (almost) used as is (in particular, all reserved regions
and gaps are preserved).  Only RAM regions are altered and RAM regions
above max_pfn + extra_pages are marked as unused (the region is split
in two if necessary).

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/setup.c