All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wei Liu <wei.liu2@citrix.com>
To: Xen-devel <xen-devel@lists.xenproject.org>
Cc: Wei Liu <wei.liu2@citrix.com>,
	George Dunlap <george.dunlap@eu.citrix.com>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	Ian Jackson <Ian.Jackson@eu.citrix.com>,
	Jan Beulich <JBeulich@suse.com>
Subject: [PATCH v2 0/3] x86: nuke PV superpage support
Date: Wed, 26 Jul 2017 08:44:53 +0100	[thread overview]
Message-ID: <20170726074456.25511-1-wei.liu2@citrix.com> (raw)

Wei Liu (3):
  x86: nuke PV superpage option and code
  tools: nuke superpage parameters in code
  libxc: bail immediately when PV superpage is discovered

 docs/man/xl.conf.pod.5              |   3 -
 docs/misc/xen-command-line.markdown |   7 -
 tools/libxc/include/xenguest.h      |   3 +-
 tools/libxc/xc_nomigrate.c          |   2 +-
 tools/libxc/xc_sr_restore.c         |   7 +-
 tools/libxc/xc_sr_save_x86_pv.c     |  11 +-
 tools/libxl/libxl_internal.h        |   2 +-
 tools/libxl/libxl_save_callout.c    |   4 +-
 tools/libxl/libxl_save_helper.c     |   3 +-
 tools/libxl/libxl_stream_read.c     |   2 +-
 xen/arch/x86/domain.c               |   2 -
 xen/arch/x86/mm.c                   | 257 ++----------------------------------
 xen/arch/x86/pv/dom0_build.c        |   2 -
 xen/include/asm-x86/config.h        |  16 +--
 xen/include/asm-x86/mm.h            |  20 ---
 xen/include/asm-x86/page.h          |  11 --
 xen/include/asm-x86/paging.h        |   3 +-
 xen/include/asm-x86/x86_64/page.h   |   2 -
 18 files changed, 26 insertions(+), 331 deletions(-)

-- 
2.11.0


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

             reply	other threads:[~2017-07-26  7:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-26  7:44 Wei Liu [this message]
2017-07-26  7:44 ` [PATCH v2 1/3] x86: nuke PV superpage option and code Wei Liu
2017-07-26 16:19   ` Andrew Cooper
2017-07-26 16:37     ` Wei Liu
2017-07-26 19:33     ` Konrad Rzeszutek Wilk
2017-07-26  7:44 ` [PATCH v2 2/3] tools: nuke superpage parameters in code Wei Liu
2017-07-26  7:44 ` [PATCH v2 3/3] libxc: bail immediately when PV superpage is discovered Wei Liu

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=20170726074456.25511-1-wei.liu2@citrix.com \
    --to=wei.liu2@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=JBeulich@suse.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=george.dunlap@eu.citrix.com \
    --cc=xen-devel@lists.xenproject.org \
    /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 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.