From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQcA9-0002CU-V7 for qemu-devel@nongnu.org; Tue, 23 Oct 2012 06:56:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQcA4-00063t-1a for qemu-devel@nongnu.org; Tue, 23 Oct 2012 06:56:45 -0400 Received: from 38.0.169.217.in-addr.arpa ([217.169.0.38]:46019 helo=mnementh.archaic.org.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQcA3-00063O-R3 for qemu-devel@nongnu.org; Tue, 23 Oct 2012 06:56:39 -0400 From: Peter Maydell Date: Tue, 23 Oct 2012 11:50:28 +0100 Message-Id: <1350989428-941-9-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1350989428-941-1-git-send-email-peter.maydell@linaro.org> References: <1350989428-941-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [RFC v3 8/8] configure: Enable KVM on ARM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kvm@vger.kernel.org, patches@linaro.org, Marcelo Tosatti , kvmarm@lists.cs.columbia.edu, Blue Swirl , Avi Kivity , =?UTF-8?q?Andreas=20F=C3=A4rber?= 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 fa5657f..8173367 100755 --- a/configure +++ b/configure @@ -3850,7 +3850,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