mbox series

[v4,0/3] x86/vmx: implement Bus Lock and VM Notify

Message ID 20221213163104.19066-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series x86/vmx: implement Bus Lock and VM Notify | expand

Message

Roger Pau Monné Dec. 13, 2022, 4:31 p.m. UTC
Hello,

Following series implements support for bus lock and notify VM exit.

Patches are not really dependent, but I've developed them together by
virtue of both features being in Intel Instructions Set Extensions PR
Chapter 9.

Thanks, Roger.

Roger Pau Monne (3):
  x86/vmx: implement VMExit based guest Bus Lock detection
  x86/vmx: introduce helper to set VMX_INTR_SHADOW_NMI
  x86/vmx: implement Notify VM Exit

 docs/misc/xen-command-line.pandoc       | 11 ++++
 xen/arch/x86/hvm/vmx/vmcs.c             | 21 ++++++-
 xen/arch/x86/hvm/vmx/vmx.c              | 75 ++++++++++++++++++++++---
 xen/arch/x86/hvm/vmx/vvmx.c             |  4 +-
 xen/arch/x86/include/asm/hvm/vmx/vmcs.h |  7 +++
 xen/arch/x86/include/asm/hvm/vmx/vmx.h  | 11 ++++
 xen/arch/x86/include/asm/perfc_defn.h   |  5 +-
 7 files changed, 122 insertions(+), 12 deletions(-)