[PATCH 0/2] x86/p2m: type checking adjustments

Jan Beulich posted 2 patches 2 years, 9 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/32526b73-25f7-e6b0-208b-669a7648ee44@suse.com
There is a newer version of this series
[PATCH 0/2] x86/p2m: type checking adjustments
Posted by Jan Beulich 2 years, 9 months ago
While the first change is a bug fix (for, admittedly, a case which
apparently hasn't occurred in practice, or else we would have had
bug reports), it already puts in place an instance of what the 2nd
patch is proposing for perhaps wider use.

1: make p2m_get_page_from_gfn() handle grant and shared cases better
2: aid the compiler in folding p2m_is_...()

Jan