All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] x86/vmx: implement Bus Lock and VM Notify
@ 2022-05-26 11:11 Roger Pau Monne
  2022-05-26 11:11 ` [PATCH v2 1/3] x86/vmx: implement Bus Lock detection Roger Pau Monne
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Roger Pau Monne @ 2022-05-26 11:11 UTC (permalink / raw)
  To: xen-devel
  Cc: Roger Pau Monne, Jun Nakajima, Kevin Tian, Jan Beulich,
	Andrew Cooper, Wei Liu, George Dunlap, Julien Grall,
	Stefano Stabellini

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 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             | 23 +++++++-
 xen/arch/x86/hvm/vmx/vmx.c              | 78 ++++++++++++++++++++++---
 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 +-
 6 files changed, 124 insertions(+), 11 deletions(-)

-- 
2.36.0



^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2022-06-16 11:58 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-26 11:11 [PATCH v2 0/3] x86/vmx: implement Bus Lock and VM Notify Roger Pau Monne
2022-05-26 11:11 ` [PATCH v2 1/3] x86/vmx: implement Bus Lock detection Roger Pau Monne
2022-06-03 12:16   ` Jan Beulich
2022-06-03 14:29     ` Roger Pau Monné
2022-06-07  7:20       ` Jan Beulich
2022-06-06 13:27   ` Andrew Cooper
2022-06-07  6:54     ` Jan Beulich
2022-06-07 10:03       ` Roger Pau Monné
2022-05-26 11:11 ` [PATCH v2 2/3] x86/vmx: introduce helper to set VMX_INTR_SHADOW_NMI Roger Pau Monne
2022-06-03 12:20   ` Jan Beulich
2022-05-26 11:11 ` [PATCH v2 3/3] x86/vmx: implement Notify VM Exit Roger Pau Monne
2022-06-03 12:49   ` Jan Beulich
2022-06-03 14:46     ` Roger Pau Monné
2022-06-07  7:43       ` Jan Beulich
2022-06-07 10:05         ` Roger Pau Monné
2022-06-08  3:51           ` Tian, Kevin
2022-06-09  7:04   ` Tian, Kevin
2022-06-09  7:39     ` Xiaoyao Li
2022-06-09 10:09       ` Roger Pau Monné
2022-06-16 11:17         ` Roger Pau Monné
2022-06-16 11:57         ` Xiaoyao Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.