All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] x86: Cleanup of MSR handling for Xen and Viridian ranges
@ 2018-09-11 18:56 Andrew Cooper
  2018-09-11 18:56 ` [PATCH v3 1/3] x86/msr: Dispatch Xen and Viridian MSRs from guest_{wr, rd}msr() Andrew Cooper
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Andrew Cooper @ 2018-09-11 18:56 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper

Split apart from v2, to make all the dispatching code obvious in patch 1.  See
individual patches for changes.

Andrew Cooper (3):
  x86/msr: Dispatch Xen and Viridian MSRs from guest_{wr,rd}msr()
  x86/viridan: Clean up Viridian MSR infrastructure
  x86: Clean up the Xen MSR infrastructure

 xen/arch/x86/hvm/svm/svm.c         | 27 +++-------------------
 xen/arch/x86/hvm/viridian.c        | 46 ++++++++++++++------------------------
 xen/arch/x86/hvm/vmx/vmx.c         | 28 ++++-------------------
 xen/arch/x86/msr.c                 | 35 +++++++++++++++++++++++++----
 xen/arch/x86/pv/emul-priv-op.c     |  6 -----
 xen/arch/x86/traps.c               | 29 +++++++++++-------------
 xen/include/asm-x86/hvm/viridian.h | 11 ++-------
 xen/include/asm-x86/processor.h    |  4 ++--
 8 files changed, 72 insertions(+), 114 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] 19+ messages in thread

end of thread, other threads:[~2018-09-13 12:30 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-11 18:56 [PATCH v3 0/3] x86: Cleanup of MSR handling for Xen and Viridian ranges Andrew Cooper
2018-09-11 18:56 ` [PATCH v3 1/3] x86/msr: Dispatch Xen and Viridian MSRs from guest_{wr, rd}msr() Andrew Cooper
2018-09-12 12:00   ` [PATCH v4 " Andrew Cooper
2018-09-13  7:54     ` Sergey Dyasli
2018-09-13 12:25     ` Jan Beulich
2018-09-11 18:56 ` [PATCH v3 2/3] x86/viridan: Clean up Viridian MSR infrastructure Andrew Cooper
2018-09-12  8:14   ` Sergey Dyasli
2018-09-13 12:28   ` Jan Beulich
2018-09-11 18:56 ` [PATCH v3 3/3] x86: Clean up the Xen " Andrew Cooper
2018-09-12  8:29   ` Sergey Dyasli
2018-09-12  9:12     ` Andrew Cooper
2018-09-12  9:17       ` Jan Beulich
2018-09-12  9:24         ` Andrew Cooper
2018-09-12 10:05           ` Jan Beulich
2018-09-12 12:02             ` Andrew Cooper
2018-09-12  9:46       ` Sergey Dyasli
2018-09-12 10:23         ` Andrew Cooper
2018-09-13  7:57           ` Sergey Dyasli
2018-09-13 12:30             ` Jan Beulich

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.