xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] x86/msr: Code cleanup and improvements
@ 2018-07-09 10:29 Andrew Cooper
  2018-07-09 10:29 ` [PATCH 1/2] xen: Introduce an xmemdup() helper Andrew Cooper
  2018-07-09 10:29 ` [PATCH 2/2] x86/msr: Rename the msr policy objects Andrew Cooper
  0 siblings, 2 replies; 12+ messages in thread
From: Andrew Cooper @ 2018-07-09 10:29 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper

No functional change.

Andrew Cooper (2):
  xen: Introduce an xmemdup() helper
  x86/msr: Rename the msr policy objects

 xen/arch/x86/cpu/common.c           |  4 +-
 xen/arch/x86/cpuid.c                | 13 +++---
 xen/arch/x86/domain.c               | 10 ++---
 xen/arch/x86/hvm/hvm.c              |  4 +-
 xen/arch/x86/hvm/svm/entry.S        |  2 +-
 xen/arch/x86/hvm/vmx/entry.S        |  2 +-
 xen/arch/x86/msr.c                  | 80 +++++++++++++++++--------------------
 xen/arch/x86/pv/emul-inv-op.c       |  4 +-
 xen/arch/x86/x86_64/asm-offsets.c   |  4 +-
 xen/arch/x86/x86_64/compat/entry.S  |  2 +-
 xen/arch/x86/x86_64/entry.S         |  2 +-
 xen/include/asm-x86/domain.h        |  4 +-
 xen/include/asm-x86/msr.h           | 17 ++++----
 xen/include/asm-x86/spec_ctrl_asm.h |  2 +-
 xen/include/xen/xmalloc.h           | 10 +++++
 15 files changed, 81 insertions(+), 79 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] 12+ messages in thread

end of thread, other threads:[~2018-07-10  8:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-09 10:29 [PATCH 0/2] x86/msr: Code cleanup and improvements Andrew Cooper
2018-07-09 10:29 ` [PATCH 1/2] xen: Introduce an xmemdup() helper Andrew Cooper
2018-07-09 12:02   ` Jan Beulich
2018-07-09 12:08     ` Andrew Cooper
2018-07-09 12:40       ` Jan Beulich
2018-07-10  8:32   ` Roger Pau Monné
2018-07-10  8:38     ` Jan Beulich
2018-07-10  8:44       ` Andrew Cooper
2018-07-10  8:53         ` Jan Beulich
2018-07-09 10:29 ` [PATCH 2/2] x86/msr: Rename the msr policy objects Andrew Cooper
2018-07-09 12:04   ` Jan Beulich
2018-07-10  8:33   ` Roger Pau Monné

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).