From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Maydell 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> References: <1344529990-23251-1-git-send-email-peter.maydell@linaro.org> Cc: patches@linaro.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org To: qemu-devel@nongnu.org Return-path: Received: from mnementh.archaic.org.uk ([81.2.115.146]:54448 "EHLO mnementh.archaic.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758497Ab2HIQdV (ORCPT ); Thu, 9 Aug 2012 12:33:21 -0400 In-Reply-To: <1344529990-23251-1-git-send-email-peter.maydell@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: 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 \ -- 1.7.9.5