From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] build: disable Xen on ARM
Date: Tue, 11 Jul 2017 10:23:26 +0200 [thread overview]
Message-ID: <20170711082326.12990-1-pbonzini@redhat.com> (raw)
While ARM could present the xenpv machine, it does not and trying to enable
it breaks compilation.
Fixes: 3b6b75506de44c5070639943c30a0ad5850f5d02
Reported-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
configure | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure b/configure
index a2bec60a97..97b02244fe 100755
--- a/configure
+++ b/configure
@@ -203,7 +203,6 @@ supported_xen_target() {
test "$xen" = "yes" || return 1
glob "$1" "*-softmmu" || return 1
case "${1%-softmmu}:$cpu" in
- arm:arm | aarch64:aarch64 | \
i386:i386 | i386:x86_64 | x86_64:i386 | x86_64:x86_64)
return 0
;;
--
2.13.0
next reply other threads:[~2017-07-11 8:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-11 8:23 Paolo Bonzini [this message]
2017-07-11 9:53 ` [Qemu-devel] [PATCH] build: disable Xen on ARM Peter Maydell
2017-07-11 9:59 ` Paolo Bonzini
2017-07-12 0:16 ` 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=20170711082326.12990-1-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.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).