From nobody Wed Nov 5 06:59:54 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1499761489171923.2924967236672; Tue, 11 Jul 2017 01:24:49 -0700 (PDT) Received: from localhost ([::1]:44893 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUqTO-0002oS-CH for importer@patchew.org; Tue, 11 Jul 2017 04:24:46 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58769) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUqSM-0002LQ-GP for qemu-devel@nongnu.org; Tue, 11 Jul 2017 04:23:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUqSJ-0003Bq-DH for qemu-devel@nongnu.org; Tue, 11 Jul 2017 04:23:42 -0400 Received: from mail-lf0-x243.google.com ([2a00:1450:4010:c07::243]:34728) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dUqSJ-0003BT-4F for qemu-devel@nongnu.org; Tue, 11 Jul 2017 04:23:39 -0400 Received: by mail-lf0-x243.google.com with SMTP id g21so13299000lfk.1 for ; Tue, 11 Jul 2017 01:23:37 -0700 (PDT) Received: from donizetti.redhat.com (94-39-191-51.adsl-ull.clienti.tiscali.it. [94.39.191.51]) by smtp.gmail.com with ESMTPSA id j137sm13033322wmd.18.2017.07.11.01.23.34 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 11 Jul 2017 01:23:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=IUvTRobpTkbnNibMlCTtB7yHbrkp88AVnfEEgaDVgPg=; b=A1wfTVuTFlR5w3/67aZEWEX9ImlTNwYshzq6nuXYd9qQUx/8dP8/TpIk7Pf421SKqW 5s17cfMp/Keep1D43569DVMDp4LyuuyH76DciBe8QTnnz5Z4YQ1jqT8UqfdsEzXlflS/ XySDJkCmW15LaLz/EGilm9O/LAbPS6QQa2Kzs9NL96ZDwo7/ZaNtotMGbh1FiArR/tPO rbVEdVlu3fWBL0q9lfl8hP/GOUawMf3ATk712REduubIkm7XAZzdv3lM3Iu8Kq+zZ1v6 m3tbnXAIiptvF6kqp5X9AGLGbT4oquQdyCP9XwV7OB6wopSr0NsJoG2PAd/bTODFBsRN vjgA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:subject:date:message-id :mime-version:content-transfer-encoding; bh=IUvTRobpTkbnNibMlCTtB7yHbrkp88AVnfEEgaDVgPg=; b=RuV8rkEVJ1vXtu7Pzw9JVoDbYx++ErKARCcunVQpY28nHCfTyNKR15atisMX1Opp/R QICycVYtOofUMD+1CsV35hw1Y6DwH5jwKZqLONqFBUjfR23kRQXU8YmImuNhB/RrkTxt OQpTNxQwVUGgns6n2J9VZymmzcaxRFYn3IMAAw9bJDT/Cya7oZI0NERwGEsQ4HEEgU67 K162ZWYY+IBvDqMwu4Fe9/XFGGdHUJfg1gIoSDmfOz0H1Bmm+cBv/0goEFAHs6lki/lF aJKibPJr/IGdgSZSkDfcDcluiw8qXrqZvUfXEdxTbhV8Ak1rf6G6ZPFMa7AgCpGo991j TDlQ== X-Gm-Message-State: AIVw112s5pc2gt8agHewx47J1IVySzhm/YmnhJgGVDnwrt5aTuKPPG+l nvQuriymD/FgOztbkko= X-Received: by 10.28.54.217 with SMTP id y86mr1614162wmh.81.1499761415952; Tue, 11 Jul 2017 01:23:35 -0700 (PDT) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Tue, 11 Jul 2017 10:23:26 +0200 Message-Id: <20170711082326.12990-1-pbonzini@redhat.com> X-Mailer: git-send-email 2.13.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4010:c07::243 Subject: [Qemu-devel] [PATCH] build: disable Xen on ARM X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_0 Z_629925259 SPT_0 While ARM could present the xenpv machine, it does not and trying to enable it breaks compilation. Fixes: 3b6b75506de44c5070639943c30a0ad5850f5d02 Reported-by: Alex Benn=C3=A9e Signed-off-by: Paolo Bonzini --- 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" =3D "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 ;; --=20 2.13.0