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: 176196 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id EADFC2C008A for ; Fri, 10 Aug 2012 02:57:21 +1000 (EST) Received: from localhost ([::1]:35812 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzW2y-0005CY-7C for incoming@patchwork.ozlabs.org; Thu, 09 Aug 2012 12:57:20 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzW2Q-0003hi-Qj for qemu-devel@nongnu.org; Thu, 09 Aug 2012 12:56:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzW2P-0003ur-Kf for qemu-devel@nongnu.org; Thu, 09 Aug 2012 12:56:46 -0400 Received: from mnementh.archaic.org.uk ([81.2.115.146]:53117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzW2P-0003ud-E8 for qemu-devel@nongnu.org; Thu, 09 Aug 2012 12:56:45 -0400 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 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-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 81.2.115.146 Cc: kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, patches@linaro.org Subject: [Qemu-devel] [RFC 5/5] configure: Enable KVM on ARM X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 \