commit | 8c5950881c3b5e6e350e4b0438a8ccc513d90df9 | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Fri Apr 01 15:18:48 2011 -0400 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Thu May 12 14:38:53 2011 -0400 |
tree | 2fd78956693051644b1a881057c9509810525257 | |
parent | 0ce790e7d736cedc563e1fb4e998babf5a4dbc3d [diff] |
xen/p2m: Create entries in the P2M_MFN trees's to track 1-1 mappings .. when applicable. We need to track in the p2m_mfn and p2m_mfn_p the MFNs and pointers, respectivly, for the P2M entries that are allocated for the identity mappings. Without this, a PV domain with an E820 that triggers the 1-1 mapping to kick in, won't be able to be restored as the P2M won't have the identity mappings. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>