This is an archived copy of the Xen.org mailing list, which we have
preserved to ensure that existing links to archives are not broken.
The live archive, which contains the latest emails, can be found at
http://lists.xen.org/
[Xen-devel][PATCH] To use common p2m ops in common p2m code path
We found recently there was an assertion failure when
EPT mode is enabled on 32PAE host when “debug=y” is used.
The patch attached fixes that. It uses the common p2m ops
in the common p2m code path “p2m_remove_page” rather than calling p2m_gfn_to_mfn()
for only shadow mode.