xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH Altp2m cleanup 2/3 v10 0/2] Cleaning up altp2m code
@ 2016-10-11 23:40 Paul Lai
  2016-10-11 23:40 ` [PATCH Altp2m cleanup 2/3 v10 1/2] Move altp2m specific functions to altp2m files Paul Lai
  2016-10-11 23:40 ` [PATCH Altp2m cleanup 2/3 v10 2/2] Moving ept code to ept specific files as requested in: https://lists.xenproject.org/archives/html/xen-devel/2015-07/msg04323.html Renamed p2m_init_altp2m_helper() to p2m_init_altp2m_ept() Paul Lai
  0 siblings, 2 replies; 5+ messages in thread
From: Paul Lai @ 2016-10-11 23:40 UTC (permalink / raw)
  To: xen-devel; +Cc: ravi.sahita, george.dunlap, jbeulich

The altp2m clean work is motivated by the following URLs:
   https://lists.xenproject.org/archives/html/xen-devel/2015-07/msg04454.html

Most of the work has been:
Lots of white space, indentation, and other coding style preference
corrections.
Lots of moving altp2m functions to the altp2m file.
Lots of moving ept functions to the ept file.

Paul Lai (2):
  Move altp2m specific functions to altp2m files.
  Moving ept code to ept specific files as requested in:      
    https://lists.xenproject.org/archives/html/xen-devel/2015-07/msg04323.html
        Renamed p2m_init_altp2m_helper() to p2m_init_altp2m_ept().

 xen/arch/x86/mm/altp2m.c          | 58 +++++++++++++++++++++++++++++++++++++++
 xen/arch/x86/mm/hap/hap.c         | 40 ++++++++-------------------
 xen/arch/x86/mm/p2m-ept.c         | 39 ++++++++++++++++++++++++++
 xen/arch/x86/mm/p2m.c             | 43 ++---------------------------
 xen/include/asm-x86/altp2m.h      |  4 ++-
 xen/include/asm-x86/hvm/vmx/vmx.h |  3 ++
 xen/include/asm-x86/p2m.h         |  9 ++----
 7 files changed, 119 insertions(+), 77 deletions(-)

-- 
2.7.4


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

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

end of thread, other threads:[~2016-10-13 10:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-11 23:40 [PATCH Altp2m cleanup 2/3 v10 0/2] Cleaning up altp2m code Paul Lai
2016-10-11 23:40 ` [PATCH Altp2m cleanup 2/3 v10 1/2] Move altp2m specific functions to altp2m files Paul Lai
2016-10-13  9:59   ` Jan Beulich
2016-10-11 23:40 ` [PATCH Altp2m cleanup 2/3 v10 2/2] Moving ept code to ept specific files as requested in: https://lists.xenproject.org/archives/html/xen-devel/2015-07/msg04323.html Renamed p2m_init_altp2m_helper() to p2m_init_altp2m_ept() Paul Lai
2016-10-13 10:02   ` Jan Beulich

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).