xen: add p2m mfn_list_list
authorJeremy Fitzhardinge <jeremy@goop.org>
Mon, 26 May 2008 22:31:22 +0000 (23:31 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 27 May 2008 08:11:37 +0000 (10:11 +0200)
commitd5edbc1f75420935b1ec7e65df10c8f81cea82de
treeb0ad78cd90a7184a5fb35ad33708067e14c00605
parenta0d695c821544947342a2d372ec4108bc813b979
xen: add p2m mfn_list_list

When saving a domain, the Xen tools need to remap all our mfns to
portable pfns.  In order to remap our p2m table, it needs to know
where all its pages are, so maintain the references to the p2m table
for it to use.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/xen/enlighten.c
arch/x86/xen/mmu.c
arch/x86/xen/xen-ops.h