commit | d5edbc1f75420935b1ec7e65df10c8f81cea82de | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Mon May 26 23:31:22 2008 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue May 27 10:11:37 2008 +0200 |
tree | b0ad78cd90a7184a5fb35ad33708067e14c00605 | |
parent | a0d695c821544947342a2d372ec4108bc813b979 [diff] |
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>