[PATCH v2 for-4.19 0/3] x86/EPT: avoid undue forcing of MMIO accesses to UC

Jan Beulich posted 3 patches 5 months, 1 week ago
Failed in applying to current master (apply log)
[PATCH v2 for-4.19 0/3] x86/EPT: avoid undue forcing of MMIO accesses to UC
Posted by Jan Beulich 5 months, 1 week ago
..., getting in the way of, in particular, PVH Dom0 accessing its video
frame buffer (if it has a console).

While especially the 1st one may not appear to be so, both of the earlier
patches are strictly prereqs to the last one.

1: correct special page checking in epte_get_entry_emt()
2: avoid marking non-present entries for re-configuring
3: drop questionable mfn_valid() from epte_get_entry_emt()

Jan