All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] x86/monitor: More generic livelock avoidance
@ 2018-10-23 14:35 Andrew Cooper
  2018-10-23 14:35 ` [PATCH 1/2] x86/monitor: Introduce a boolean to suppress nested monitoring events Andrew Cooper
  2018-10-23 14:35 ` [PATCH 2/2] x86/hvm: Drop the may_defer boolean from hvm_* helpers Andrew Cooper
  0 siblings, 2 replies; 8+ messages in thread
From: Andrew Cooper @ 2018-10-23 14:35 UTC (permalink / raw)
  To: Xen-devel
  Cc: Kevin Tian, Tamas K Lengyel, Wei Liu, Jan Beulich,
	Razvan Cojocaru, Andrew Cooper, Jun Nakajima, Boris Ostrovsky,
	Brian Woods, Suravee Suthikulpanit

This is another split-out part of of the v1 debugging series.  It is semi-RFC
as it as only had extremely light testing.

Andrew Cooper (2):
  x86/monitor: Introduce a boolean to suppress nested monitoring events
  x86/hvm: Drop the may_defer boolean from hvm_* helpers

 xen/arch/x86/hvm/emulate.c        |  8 ++++----
 xen/arch/x86/hvm/hvm.c            | 39 +++++++++++++++++++++++----------------
 xen/arch/x86/hvm/monitor.c        | 24 ++++++++++++++++++++++--
 xen/arch/x86/hvm/svm/nestedsvm.c  | 14 +++++++-------
 xen/arch/x86/hvm/svm/svm.c        |  2 +-
 xen/arch/x86/hvm/vm_event.c       |  9 ++++-----
 xen/arch/x86/hvm/vmx/vmx.c        |  4 ++--
 xen/arch/x86/hvm/vmx/vvmx.c       | 16 ++++++++--------
 xen/include/asm-x86/hvm/support.h |  8 ++++----
 xen/include/xen/sched.h           |  8 ++++++++
 10 files changed, 83 insertions(+), 49 deletions(-)

-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2018-10-24 10:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-23 14:35 [PATCH 0/2] x86/monitor: More generic livelock avoidance Andrew Cooper
2018-10-23 14:35 ` [PATCH 1/2] x86/monitor: Introduce a boolean to suppress nested monitoring events Andrew Cooper
2018-10-23 14:54   ` Razvan Cojocaru
2018-10-23 15:08     ` Andrew Cooper
2018-10-23 15:27       ` Razvan Cojocaru
2018-10-23 14:35 ` [PATCH 2/2] x86/hvm: Drop the may_defer boolean from hvm_* helpers Andrew Cooper
2018-10-23 15:24   ` Razvan Cojocaru
2018-10-24 10:00     ` Andrew Cooper

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.