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