mbox series

[0/2] x86/emul: Emulate %cr8 accesses

Message ID 20250325174109.267974-1-andrew.cooper3@citrix.com (mailing list archive)
Headers show
Series x86/emul: Emulate %cr8 accesses | expand

Message

Andrew Cooper March 25, 2025, 5:41 p.m. UTC
This very quickly turned into a rats nest.  I don't have time to fix %cr8
handling, so stay with a stopgap mitigation for introspection puporses, and
leave some notes for later.

Andrew Cooper (2):
  x86/hvm: Rearrange the logic in hvmemul_{read,write}_cr()
  x86/emul: Emulate %cr8 accesses

 xen/arch/x86/hvm/emulate.c           | 39 ++++++++++++++++++++++------
 xen/arch/x86/include/asm/x86-defns.h |  2 ++
 2 files changed, 33 insertions(+), 8 deletions(-)