LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Roger Pau Monne <roger.pau@citrix.com>
To: <linux-kernel@vger.kernel.org>
Cc: Roger Pau Monne <roger.pau@citrix.com>
Subject: [PATCH v2 0/3] xen/pvh: Dom0 support
Date: Wed, 9 May 2018 11:21:26 +0100 [thread overview]
Message-ID: <20180509102129.14832-1-roger.pau@citrix.com> (raw)
Hello,
The following patches enable booting a PVH Dom0. So far I've only tested
them in my test box, so I expect more issues will show up as this gets
further testing. In any case, this is the bare minimum to get a PVH Dom0
working.
In order to test them Xen 4.11 RC or plain master/staging should be
used. Compile a Linux kernel with this patches and PVH support and add
dom0=pvh to the Xen command line. The following message will be
displayed during Dom0 boot by the Linux kernel if PVH mode is used:
"Booting paravirtualized kernel on Xen PVH"
Thanks, Roger.
Roger Pau Monne (3):
xen/pvh: enable and set default MTRR type
xen/store: do not store local values in xen_start_info
xen: share start flags between PV and PVH
arch/arm/xen/enlighten.c | 7 ++++---
arch/x86/xen/enlighten.c | 7 +++++++
arch/x86/xen/enlighten_pv.c | 1 +
arch/x86/xen/enlighten_pvh.c | 4 ++++
drivers/xen/xenbus/xenbus_probe.c | 5 ++---
include/xen/xen.h | 4 +++-
6 files changed, 21 insertions(+), 7 deletions(-)
--
2.17.0
next reply other threads:[~2018-05-09 10:21 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-09 10:21 Roger Pau Monne [this message]
2018-05-09 10:21 ` [PATCH v2 1/3] xen/pvh: enable and set default MTRR type Roger Pau Monne
2018-05-09 10:56 ` [Xen-devel] " Andrew Cooper
2018-05-09 11:30 ` Roger Pau Monné
2018-05-09 15:11 ` Roger Pau Monné
2018-05-10 11:52 ` Wei Liu
2018-05-11 7:33 ` Juergen Gross
2018-05-09 10:21 ` [PATCH v2 2/3] xen/store: do not store local values in xen_start_info Roger Pau Monne
2018-05-11 7:34 ` Juergen Gross
2018-05-17 6:43 ` Juergen Gross
2018-05-09 10:21 ` [PATCH v2 3/3] xen: share start flags between PV and PVH Roger Pau Monne
2018-05-09 16:34 ` kbuild test robot
2018-05-09 21:47 ` Stefano Stabellini
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=20180509102129.14832-1-roger.pau@citrix.com \
--to=roger.pau@citrix.com \
--cc=linux-kernel@vger.kernel.org \
--subject='Re: [PATCH v2 0/3] xen/pvh: Dom0 support' \
/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
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).