From patchwork Thu Jan 24 15:44:00 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 14265 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 7C40223E1A for ; Thu, 24 Jan 2013 15:44:15 +0000 (UTC) Received: from mail-ve0-f173.google.com (mail-ve0-f173.google.com [209.85.128.173]) by fiordland.canonical.com (Postfix) with ESMTP id 16DB4A1855B for ; Thu, 24 Jan 2013 15:44:15 +0000 (UTC) Received: by mail-ve0-f173.google.com with SMTP id b10so1550918vea.32 for ; Thu, 24 Jan 2013 07:44:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=K2l/zZzsK4rBZ+OM70T5+BbqR+lRXOtTO/t69reNOeQ=; b=oIyqkqpP2T76SVrYLLVY+5q90WgbqQug4EbnYOSi7EDxmbn3omZAEQNZqiiE3BkDUR Kc83+pxijU05SXH8tdSiDY0rdqQ1Nh4HRpl/dCup1T1mVMDaYlSm8kYyGIuUJDF0+g8w v0IZ9tcWN6wHrp+I5KYcd6TuVM1+cTjRo6pU+ZD89zqqPb9cnPEMC62cijSehiuOQ5WB GDOxoaRT8K1vJqe7U6geEWrGP2gc0Eyc6dalRis/GAbEDnNXkkUmAKOTRGmyFklf2yPq 1l+jCZ1CLG5sdoo+e6gLFMvJRlhDdb1aVkL4MiEsnvtS5enpPQONKb+hYVu4Uh2LhctW 4J/g== X-Received: by 10.52.18.147 with SMTP id w19mr2024293vdd.94.1359042254516; Thu, 24 Jan 2013 07:44:14 -0800 (PST) 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.58.145.101 with SMTP id st5csp71081veb; Thu, 24 Jan 2013 07:44:12 -0800 (PST) X-Received: by 10.14.223.200 with SMTP id v48mr7441685eep.24.1359042250025; Thu, 24 Jan 2013 07:44:10 -0800 (PST) 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 k5si42256152eed.219.2013.01.24.07.44.09 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 24 Jan 2013 07:44:10 -0800 (PST) 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 1TyOy9-0002zt-80; Thu, 24 Jan 2013 15:44:01 +0000 From: Peter Maydell To: qemu-devel@nongnu.org Cc: patches@linaro.org, kvm@vger.kernel.org, Marcelo Tosatti , kvmarm@lists.cs.columbia.edu, Blue Swirl , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Gleb Natapov Subject: [RFC v5 8/8] configure: Enable KVM on ARM Date: Thu, 24 Jan 2013 15:44:00 +0000 Message-Id: <1359042240-11482-9-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1359042240-11482-1-git-send-email-peter.maydell@linaro.org> References: <1359042240-11482-1-git-send-email-peter.maydell@linaro.org> X-Gm-Message-State: ALoCoQnB97wmorBfaZiq4xyWltfFbKfu3Y7urD+YWFgFCe/TD204g5T5lPE3CwmsNuS8uMkM1p0N 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 c6172ef..b6e235d 100755 --- a/configure +++ b/configure @@ -4054,7 +4054,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 \