qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] build: disable Xen on ARM


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH] build: disable Xen on ARM
Date: Tue, 11 Jul 2017 10:23:26 +0200

While ARM could present the xenpv machine, it does not and trying to enable
it breaks compilation.

Fixes: 3b6b75506de44c5070639943c30a0ad5850f5d02
Reported-by: Alex Bennée <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]