From patchwork Thu Aug 9 16:33:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 10656 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 C7A5023E41 for ; Thu, 9 Aug 2012 16:33:19 +0000 (UTC) Received: from mail-yx0-f180.google.com (mail-yx0-f180.google.com [209.85.213.180]) by fiordland.canonical.com (Postfix) with ESMTP id 9769DA18A13 for ; Thu, 9 Aug 2012 16:33:19 +0000 (UTC) Received: by mail-yx0-f180.google.com with SMTP id q6so640786yen.11 for ; Thu, 09 Aug 2012 09:33:19 -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=vCEwrfFIlWSVeX3y6eSEv0ExujAic8V0PH/IjJdQHOk=; b=ERePRJTX/yEYUJLyN2Ded27Kv/I5/u+MOEFPHsB6nTr/NDZbQKTViPj6wWKgn3wKFc 9f1/IOT7A3yKrdl+R+q0+9E48S3kOFTRQXnY0+d1/dU2RKkqOZYy3+QsWgQG3MKqNDkd hYQfGHVsf9gnrn4NtuYSDPf85HaWSmCSwqjVRa9Bv3AIqANx/y6PnYcJWdlEQHx7+EdB KDiPqrrAGtlKVFCDolUDrOvN2Ln9OmWNfEXsQ6gWHsKxkOMU5wJVI7HIJ/OxGIHx760r fFTqZl63FBarFTs04cQx55MHruRDFIOnSqMBZKoe8njSC5hVSiwjd0DbZmy/jG7ROtHg 1J3Q== Received: by 10.50.181.136 with SMTP id dw8mr1785919igc.31.1344529999084; Thu, 09 Aug 2012 09:33:19 -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.184.200 with SMTP id ew8csp17480igc; Thu, 9 Aug 2012 09:33:18 -0700 (PDT) Received: by 10.68.237.103 with SMTP id vb7mr5418643pbc.38.1344529998359; Thu, 09 Aug 2012 09:33:18 -0700 (PDT) Received: from mnementh.archaic.org.uk (mnementh.archaic.org.uk. [81.2.115.146]) by mx.google.com with ESMTPS id qr7si3437109pbc.40.2012.08.09.09.33.16 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 09 Aug 2012 09:33:17 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 81.2.115.146 as permitted sender) client-ip=81.2.115.146; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 81.2.115.146 as permitted sender) smtp.mail=pm215@archaic.org.uk Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.72) (envelope-from ) id 1SzVfa-00063e-RT; Thu, 09 Aug 2012 17:33:10 +0100 From: Peter Maydell To: qemu-devel@nongnu.org Cc: patches@linaro.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org Subject: [RFC 5/5] configure: Enable KVM on ARM Date: Thu, 9 Aug 2012 17:33:10 +0100 Message-Id: <1344529990-23251-6-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1344529990-23251-1-git-send-email-peter.maydell@linaro.org> References: <1344529990-23251-1-git-send-email-peter.maydell@linaro.org> X-Gm-Message-State: ALoCoQmTfjYigT4UBfBUG58DiECwbkC23FF6FoqtunIan2/y3F7ADOcpv3ynGA33NbkEDrZ2CXdn 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 b9a0b27..f7a825a 100755 --- a/configure +++ b/configure @@ -3797,7 +3797,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 \