mbox series

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

Message ID 3294f629-f91f-4b5d-9eb0-40a34aa2ec3e@suse.com (mailing list archive)
Headers show
Series x86/HVM: emulation (MMIO) improvements | expand

Message

Jan Beulich Oct. 1, 2024, 8:47 a.m. UTC
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