From patchwork Wed Oct 10 15:07:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 12141 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 629A42418A for ; Wed, 10 Oct 2012 15:07:51 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 0AECEA188D4 for ; Wed, 10 Oct 2012 15:07:50 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so1037606iej.11 for ; Wed, 10 Oct 2012 08:07:50 -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=zcF1RqmFkSVdY1qYZD/QEjUeCGAN2oEfDw2j+Ywp83o=; b=FLqSlEq3actJ/agLmHI8aZ2h1Yy4fNlgEQJzCXdC1ZI91pifvKf9alroiZXWh7pHQK yf9bNymsc1lzbmcz92YnE/jMozwMpTfApAmW8evOi8sQROk2yucl2udO8ohXg6XAySgz 4/dVzo1MVBmNMnEgbxRmPPErgdP+bWJN93K8rXiwtujRT6Yg30Y6kH8S0wTtXWT4aH7G 1fKJdgSEheg1yALenBRPcwJ5iG6zMCOJdt29foL/PNDuxOimdcj5u2e8EC2LftZE9wbq eI2jM3W5QdHHAmY0ENf2VhItOV+qyitlczs7f5cd7/bcp+eb/Afy+gx7cefztDy0YTOM XhrA== Received: by 10.42.145.66 with SMTP id e2mr18651372icv.18.1349881667987; Wed, 10 Oct 2012 08:07:47 -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 n20csp238071igt; Wed, 10 Oct 2012 08:07:46 -0700 (PDT) Received: by 10.204.146.13 with SMTP id f13mr8204253bkv.29.1349881665788; Wed, 10 Oct 2012 08:07:45 -0700 (PDT) Received: from mnementh.archaic.org.uk (38.0.169.217.in-addr.arpa. [217.169.0.38]) by mx.google.com with ESMTPS id l20si2880108bka.115.2012.10.10.08.07.45 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 10 Oct 2012 08:07:45 -0700 (PDT) Received-SPF: neutral (google.com: 217.169.0.38 is neither permitted nor denied by best guess record for domain of pm215@archaic.org.uk) client-ip=217.169.0.38; Authentication-Results: mx.google.com; spf=neutral (google.com: 217.169.0.38 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 1TLxsp-0002CA-Tb; Wed, 10 Oct 2012 16:07:39 +0100 From: Peter Maydell To: qemu-devel@nongnu.org Cc: kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, patches@linaro.org Subject: [RFC v2 6/6] configure: Enable KVM on ARM Date: Wed, 10 Oct 2012 16:07:39 +0100 Message-Id: <1349881659-8403-7-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1349881659-8403-1-git-send-email-peter.maydell@linaro.org> References: <1349881659-8403-1-git-send-email-peter.maydell@linaro.org> X-Gm-Message-State: ALoCoQmQbwmXrUEMsMRmqGm28NeZ4OtTT5ED547EiB/e0pOCSgqzL8+95MZ6+dl1BVXqsyd1xdc9 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 c4a7837..f87bcd6 100755 --- a/configure +++ b/configure @@ -3886,7 +3886,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 \