[PATCH 0/2] x86/vmx: implement Bus Lock and VM Notify

Roger Pau Monne posted 2 patches 1 year, 11 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20220517132130.38185-1-roger.pau@citrix.com
There is a newer version of this series
docs/misc/xen-command-line.pandoc       | 11 +++++++
xen/arch/x86/hvm/vmx/vmcs.c             | 22 ++++++++++++-
xen/arch/x86/hvm/vmx/vmx.c              | 42 +++++++++++++++++++++++++
xen/arch/x86/include/asm/hvm/vmx/vmcs.h |  7 +++++
xen/arch/x86/include/asm/hvm/vmx/vmx.h  |  8 +++++
xen/arch/x86/include/asm/perfc_defn.h   |  5 ++-
6 files changed, 93 insertions(+), 2 deletions(-)
[PATCH 0/2] x86/vmx: implement Bus Lock and VM Notify
Posted by Roger Pau Monne 1 year, 11 months ago
Hello,

Following series implements support for bus lock and VM notify.

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 (2):
  x86/vmx: implement Bus Lock detection
  x86/vmx: implement Notify VM Exit

 docs/misc/xen-command-line.pandoc       | 11 +++++++
 xen/arch/x86/hvm/vmx/vmcs.c             | 22 ++++++++++++-
 xen/arch/x86/hvm/vmx/vmx.c              | 42 +++++++++++++++++++++++++
 xen/arch/x86/include/asm/hvm/vmx/vmcs.h |  7 +++++
 xen/arch/x86/include/asm/hvm/vmx/vmx.h  |  8 +++++
 xen/arch/x86/include/asm/perfc_defn.h   |  5 ++-
 6 files changed, 93 insertions(+), 2 deletions(-)

-- 
2.36.0