xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Paul Lai <paul.c.lai@intel.com>
To: xen-devel@lists.xensource.com
Cc: ravi.sahita@intel.com, jbeulich@suse.com
Subject: [PATCH v1 Altp2m cleanup 0/3] Cleaning up altp2m code
Date: Tue, 21 Jun 2016 09:04:47 -0700	[thread overview]
Message-ID: <1466525090-1692-1-git-send-email-paul.c.lai@intel.com> (raw)

Cleaning up altp2m code per request of xen-devel mailing list.

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

 xen/arch/x86/hvm/hvm.c            | 41 ++++++----------
 xen/arch/x86/hvm/vmx/vmx.c        |  2 +-
 xen/arch/x86/mm/altp2m.c          | 43 +++++++++++++++++
 xen/arch/x86/mm/hap/hap.c         | 35 ++------------
 xen/arch/x86/mm/mm-locks.h        |  4 +-
 xen/arch/x86/mm/p2m-ept.c         | 38 +++++++++++++++
 xen/arch/x86/mm/p2m.c             | 98 +++++++++++++--------------------------
 xen/include/asm-x86/altp2m.h      | 10 +++-
 xen/include/asm-x86/domain.h      | 12 ++++-
 xen/include/asm-x86/hvm/hvm.h     | 19 ++++++--
 xen/include/asm-x86/hvm/vmx/vmx.h |  3 ++
 xen/include/asm-x86/p2m.h         | 11 ++---
 xen/include/public/hvm/hvm_op.h   |  2 +
 13 files changed, 178 insertions(+), 140 deletions(-)

-- 
1.9.1


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

             reply	other threads:[~2016-06-21 16:04 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-21 16:04 Paul Lai [this message]
2016-06-21 16:04 ` [PATCH v1 Altp2m cleanup 1/3] altp2m cleanup work Paul Lai
2016-06-23 15:44   ` Jan Beulich
2016-06-23 18:23     ` Lai, Paul C
2016-06-24  6:18       ` Jan Beulich
2016-06-24 15:19         ` Lai, Paul C
2016-08-02 16:39       ` George Dunlap
2016-08-02 16:49   ` George Dunlap
2016-06-21 16:04 ` [PATCH v1 Altp2m cleanup 2/3] Move altp2m specific functions to altp2m files Paul Lai
2016-06-24 10:27   ` George Dunlap
2016-06-28  9:57   ` Jan Beulich
2016-06-21 16:04 ` [PATCH v1 Altp2m cleanup 3/3] Making altp2m struct dynamically allocated Paul Lai
2016-06-28 10:13   ` Jan Beulich
2016-06-22  7:28 ` [PATCH v1 Altp2m cleanup 0/3] Cleaning up altp2m code Jan Beulich
     [not found]   ` <8CA46881B83C354B99AD61C20C93EB1BD995FB@ORSMSX109.amr.corp.intel.com>
     [not found]     ` <576AD0B502000078000F7C22@prv-mh.provo.novell.com>
2016-06-22 16:31       ` Lai, Paul C

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=1466525090-1692-1-git-send-email-paul.c.lai@intel.com \
    --to=paul.c.lai@intel.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).