From patchwork Tue Oct 23 10:50:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 12432 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id A53E423FB7 for ; Tue, 23 Oct 2012 10:50:37 +0000 (UTC) Received: from mail-ia0-f180.google.com (mail-ia0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 5009EA18AF5 for ; Tue, 23 Oct 2012 10:50:37 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id f6so2756061iag.11 for ; Tue, 23 Oct 2012 03:50:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=aA796vKA8OdGP8KadenBr5tITZHJIi21r+Toi+azux4=; b=lKF+2ODINxmkTu9Kmm/Sfun3OvED0sO25Ci4YoE61KoeWNqvY+zYuwdpEDHhqzOOyp ZgZBuAO6imto2jMEImgYrO4wrkDplS1ONKlMrn/oP/Nk8O4E2YvjzZkttMAJfZJ6jw62 C9X2dBU7fWA2CjQGyTahZihuYhIe32NvFhMOyLAXTATalZVCw4nHTV3D3Lf3eT46a+iA caYPhsWNwi4psQjJoQxcBnAycKLXyd/BzMDZSGNk/Ogv4X4HmKYHpITovtAnkWUEYHI3 XMQCGT6iF632jF5A3G6CdXKzwqUMRpP8Xk7mi455/OXtsg0dONpXBp7JOALeVuG/i4qt 1eXg== Received: by 10.50.91.195 with SMTP id cg3mr19330244igb.57.1350989436765; Tue, 23 Oct 2012 03:50:36 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp403696igt; Tue, 23 Oct 2012 03:50:35 -0700 (PDT) Received: by 10.204.8.67 with SMTP id g3mr3538593bkg.107.1350989434285; Tue, 23 Oct 2012 03:50:34 -0700 (PDT) Received: from mnementh.archaic.org.uk (1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.d.1.0.0.b.8.0.1.0.0.2.ip6.arpa. [2001:8b0:1d0::1]) by mx.google.com with ESMTPS id fo7si14490293bkc.81.2012.10.23.03.50.33 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 23 Oct 2012 03:50:34 -0700 (PDT) Received-SPF: neutral (google.com: 2001:8b0:1d0::1 is neither permitted nor denied by best guess record for domain of pm215@archaic.org.uk) client-ip=2001:8b0:1d0::1; Authentication-Results: mx.google.com; spf=neutral (google.com: 2001:8b0:1d0::1 is neither permitted nor denied by best guess record for domain of pm215@archaic.org.uk) smtp.mail=pm215@archaic.org.uk Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.72) (envelope-from ) id 1TQc44-0000Fs-Mz; Tue, 23 Oct 2012 11:50:28 +0100 From: Peter Maydell To: qemu-devel@nongnu.org Cc: kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, patches@linaro.org, Blue Swirl , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Avi Kivity , Marcelo Tosatti Subject: [RFC v3 8/8] configure: Enable KVM on ARM Date: Tue, 23 Oct 2012 11:50:28 +0100 Message-Id: <1350989428-941-9-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1350989428-941-1-git-send-email-peter.maydell@linaro.org> References: <1350989428-941-1-git-send-email-peter.maydell@linaro.org> X-Gm-Message-State: ALoCoQkxKlSLlVtllhvIrpbWq6Q7tsAIhma/gUPvI5IXMB+30S7zKdwJKG4/XZztwvffD0ke6UcO Enable KVM on ARM hosts, now that all the necessary components for it exist. Signed-off-by: Peter Maydell --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index fa5657f..8173367 100755 --- a/configure +++ b/configure @@ -3850,7 +3850,7 @@ case "$target_arch2" in echo "CONFIG_NO_XEN=y" >> $config_target_mak esac case "$target_arch2" in - i386|x86_64|ppcemb|ppc|ppc64|s390x) + arm|i386|x86_64|ppcemb|ppc|ppc64|s390x) # Make sure the target and host cpus are compatible if test "$kvm" = "yes" -a "$target_softmmu" = "yes" -a \ \( "$target_arch2" = "$cpu" -o \