mbox series

[0/2] x86/pv: Fixes to guest_io_okay()

Message ID 20240930161837.1248144-1-andrew.cooper3@citrix.com (mailing list archive)
Headers show
Series x86/pv: Fixes to guest_io_okay() | expand

Message

Andrew Cooper Sept. 30, 2024, 4:18 p.m. UTC
Needs to be used in combination with Jan's "x86/PV: simplify (and thus
correct) guest accessor functions" to provide correct behaviour.  See patch 2.

Andrew Cooper (2):
  x86/pv: Rework guest_io_okay() to return X86EMUL_*
  x86/pv: Handle #PF correctly when reading the IO permission bitmap

 xen/arch/x86/pv/emul-priv-op.c | 63 +++++++++++++++++++---------------
 1 file changed, 35 insertions(+), 28 deletions(-)