[PATCH v2 0/5] x86/HVM: emulation (MMIO) improvements

Jan Beulich posted 5 patches 1 month, 3 weeks ago
Failed in applying to current master (apply log)
[PATCH v2 0/5] x86/HVM: emulation (MMIO) improvements
Posted by Jan Beulich 1 month, 3 weeks ago
The main fix is patch 3, with the earlier patches setting the stage
and the latter ones simplifying other things at least a little in
exchange.

1: correct MMIO emulation cache bounds check
2: allocate emulation cache entries dynamically
3: correct read/write split at page boundaries
4: slightly improve CMPXCHG16B emulation
5: drop redundant access splitting

Jan