From: Paul Lai <paul.c.lai@intel.com>
To: xen-devel@lists.xensource.com
Cc: ravi.sahita@intel.com, george.dunlap@citrix.com, jbeulich@suse.com
Subject: [PATCH v2 Altp2m cleanup v3 0/3] Cleaning up altp2m code
Date: Fri, 19 Aug 2016 10:22:10 -0700 [thread overview]
Message-ID: <1471627333-4534-1-git-send-email-paul.c.lai@intel.com> (raw)
Incorporating comments from v1 altp2m clean code URLs:
https://lists.xenproject.org/archives/html/xen-devel/2016-06/msg03223.html
https://lists.xenproject.org/archives/html/xen-devel/2016-06/msg03465.html
https://lists.xenproject.org/archives/html/xen-devel/2016-06/msg03467.html
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
Paul Lai (3):
altp2m cleanup work
Move altp2m specific functions to altp2m files.
Making altp2m struct dynamically allocated.
xen/arch/x86/hvm/hvm.c | 54 +++++++++-----------
xen/arch/x86/hvm/vmx/vmx.c | 2 +-
xen/arch/x86/mm/altp2m.c | 45 +++++++++++++++++
xen/arch/x86/mm/hap/hap.c | 35 ++-----------
xen/arch/x86/mm/mm-locks.h | 4 +-
xen/arch/x86/mm/p2m-ept.c | 39 ++++++++++++++
xen/arch/x86/mm/p2m.c | 104 +++++++++++++-------------------------
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 | 19 +++++--
xen/include/asm-x86/hvm/vmx/vmx.h | 3 ++
xen/include/asm-x86/p2m.h | 18 ++++---
13 files changed, 195 insertions(+), 146 deletions(-)
--
2.7.4
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next reply other threads:[~2016-08-19 17:22 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-19 17:22 Paul Lai [this message]
2016-08-19 17:22 ` [PATCH v2 Altp2m cleanup v3 1/3] altp2m cleanup work Paul Lai
2016-09-02 13:03 ` Jan Beulich
2016-08-19 17:22 ` [PATCH v2 Altp2m cleanup v3 2/3] Move altp2m specific functions to altp2m files Paul Lai
2016-09-02 13:30 ` Jan Beulich
2016-09-02 17:56 ` Lai, Paul C
2016-09-05 9:35 ` Jan Beulich
2016-08-19 17:22 ` [PATCH v2 Altp2m cleanup v3 3/3] Making altp2m struct dynamically allocated Paul Lai
2016-09-02 13:47 ` Jan Beulich
2016-09-02 17:53 ` Lai, Paul C
2016-09-05 9:31 ` Jan Beulich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1471627333-4534-1-git-send-email-paul.c.lai@intel.com \
--to=paul.c.lai@intel.com \
--cc=george.dunlap@citrix.com \
--cc=jbeulich@suse.com \
--cc=ravi.sahita@intel.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).