All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH Altp2m cleanup v4 0/4] Cleaning up altp2m code
@ 2016-09-07 22:04 Paul Lai
  2016-09-07 22:04 ` [PATCH Altp2m cleanup v4 1/4] x86/HVM: adjust feature checking in MSR intercept handling Paul Lai
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Paul Lai @ 2016-09-07 22:04 UTC (permalink / raw)
  To: xen-devel; +Cc: ravi.sahita, george.dunlap, jbeulich

Incorporating comments generated by v3 patch series.

Older comments, reason for the code clean effort, are the following URLs:
   https://lists.xenproject.org/archives/html/xen-devel/2015-07/msg04323.html
   https://lists.xenproject.org/archives/html/xen-devel/2015-07/msg04454.html
   https://lists.xenproject.org/archives/html/xen-devel/2015-07/msg04530.html


Jan Beulich (1):
  x86/HVM: adjust feature checking in MSR intercept handling

Paul Lai (3):
  altp2m cleanup work
  Move altp2m specific functions to altp2m files.
  Making altp2m struct dynamically allocated.

 xen/arch/x86/hvm/hvm.c            | 142 ++++++++++++++++++++++++--------------
 xen/arch/x86/hvm/vmx/vmx.c        |  42 +++++++----
 xen/arch/x86/mm/altp2m.c          |  51 ++++++++++++++
 xen/arch/x86/mm/hap/hap.c         |  37 +---------
 xen/arch/x86/mm/mem_sharing.c     |   2 +-
 xen/arch/x86/mm/mm-locks.h        |   4 +-
 xen/arch/x86/mm/p2m-ept.c         |  39 +++++++++++
 xen/arch/x86/mm/p2m.c             | 106 ++++++++++------------------
 xen/common/monitor.c              |   1 +
 xen/include/asm-x86/altp2m.h      |  11 ++-
 xen/include/asm-x86/domain.h      |   6 +-
 xen/include/asm-x86/hvm/hvm.h     |  29 +++++++-
 xen/include/asm-x86/hvm/vmx/vmx.h |   3 +
 xen/include/asm-x86/p2m.h         |  18 +++--
 14 files changed, 304 insertions(+), 187 deletions(-)

-- 
2.7.4


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

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

end of thread, other threads:[~2016-09-14 13:40 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-07 22:04 [PATCH Altp2m cleanup v4 0/4] Cleaning up altp2m code Paul Lai
2016-09-07 22:04 ` [PATCH Altp2m cleanup v4 1/4] x86/HVM: adjust feature checking in MSR intercept handling Paul Lai
2016-09-08 10:32   ` Jan Beulich
2016-09-08 15:38     ` Lai, Paul C
2016-09-07 22:04 ` [PATCH Altp2m cleanup v4 2/4] altp2m cleanup work Paul Lai
2016-09-08 14:46   ` Jan Beulich
2016-09-08 15:50     ` Lai, Paul C
2016-09-08 16:06       ` Tamas K Lengyel
2016-09-08 16:45         ` Lai, Paul C
2016-09-12 10:47           ` George Dunlap
2016-09-13 17:38             ` Lai, Paul
2016-09-14 13:39               ` George Dunlap
2016-09-07 22:04 ` [PATCH Altp2m cleanup v4 3/4] Move altp2m specific functions to altp2m files Paul Lai
2016-09-08 15:02   ` Jan Beulich
2016-09-08 18:04     ` Lai, Paul C
2016-09-07 22:04 ` [PATCH Altp2m cleanup v4 4/4] Making altp2m struct dynamically allocated Paul Lai

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.