From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: qemu-devel@nongnu.org, xen-devel@lists.xenproject.org,
Peter Maydell <peter.maydell@linaro.org>,
Paolo Bonzini <pbonzini@redhat.com>,
Stefano Stabellini <sstabellini@kernel.org>,
qemu-arm@nongnu.org
Cc: "Philippe Mathieu-Daudé" <f4bug@amsat.org>,
"Anthony Perard" <anthony.perard@citrix.com>,
"Marcelo Tosatti" <mtosatti@redhat.com>,
xen-arm@lists.xen.org, "Anoob Soman" <anoob.soman@citrix.com>,
"Juergen Gross" <jgross@suse.com>,
"Anthony Xu" <anthony.xu@intel.com>,
"Paul Durrant" <paul.durrant@citrix.com>
Subject: [Qemu-devel] [RFC PATCH 0/3] disable Xen on ARM (until supported)
Date: Mon, 10 Jul 2017 23:57:00 -0300 [thread overview]
Message-ID: <20170711025703.24194-1-f4bug@amsat.org> (raw)
Hi,
Those errors were triggered installing libxen v4.8 on debian Stretch
ARM (32b and 64b).
It seems QEMU only support Xen on x86 host.
patch 1 disable PCI Passthrough if not on x86,
patch 2 disable xen_map_cache() on ARM, I don't think it is the correct
way to do it, then
patch 3 add few comments to think about spliting x86 part from arch
agnostic Xen code.
That said, I realize there is no Xen ARM entry in MAINTAINERS, I'll Cc:
X86 maintainers although.
Regards,
Phil.
Philippe Mathieu-Daudé (3):
configure: disable Xen PCI Passthrough on !x86 archs
[XXX] xen/mapcache: disable on arm*
[XXX] xen/pt: comment about !x86 archs
configure | 11 +++++++++--
hw/xen/xen_pt.c | 4 ++--
include/sysemu/xen-mapcache.h | 4 +++-
3 files changed, 14 insertions(+), 5 deletions(-)
--
2.13.2
next reply other threads:[~2017-07-11 2:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-11 2:57 Philippe Mathieu-Daudé [this message]
2017-07-11 2:57 ` [Qemu-devel] [RFC PATCH 1/3] configure: disable Xen PCI Passthrough on !x86 archs Philippe Mathieu-Daudé
2017-07-11 16:06 ` Philippe Mathieu-Daudé
2017-07-11 16:26 ` Alex Bennée
2017-07-11 16:31 ` Paolo Bonzini
2017-07-11 2:57 ` [Qemu-devel] [RFC PATCH 2/3] xen/mapcache: disable Xen on arm* Philippe Mathieu-Daudé
2017-07-11 2:57 ` [Qemu-devel] [RFC PATCH 3/3] xen/pt: add comments about !x86 archs Philippe Mathieu-Daudé
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=20170711025703.24194-1-f4bug@amsat.org \
--to=f4bug@amsat.org \
--cc=anoob.soman@citrix.com \
--cc=anthony.perard@citrix.com \
--cc=anthony.xu@intel.com \
--cc=jgross@suse.com \
--cc=mtosatti@redhat.com \
--cc=paul.durrant@citrix.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=sstabellini@kernel.org \
--cc=xen-arm@lists.xen.org \
--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 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).