From patchwork Fri Feb 22 19:04:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 15039 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 EA0F123F71 for ; Fri, 22 Feb 2013 19:12:26 +0000 (UTC) Received: from mail-ve0-f170.google.com (mail-ve0-f170.google.com [209.85.128.170]) by fiordland.canonical.com (Postfix) with ESMTP id 8ADE6A189C7 for ; Fri, 22 Feb 2013 19:12:26 +0000 (UTC) Received: by mail-ve0-f170.google.com with SMTP id 14so861566vea.15 for ; Fri, 22 Feb 2013 11:12:26 -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=fPoRNywOdsgFHHorpkbNAxF2gkelc8LRlBOwlUhqFds=; b=L6UWsoMoEQ/o+1h6UvkJQT8MGIiP9nk6bFAmrUF8iO5/Vft66rYq41jzlqsTqslMuI lEPe8xmBdRN2wEGkgtcpzj5XQy6GN7pwk1UaxVYLemZVdh0o2kY4WaXJI90soqSJ36JB xt5ZDkqLzi1hAUGXAdNoSCAQLh4v4TuCQbtkG7/+DbJptPT2ibcRONNWYeY7GEQc5vjX BOzAcb9mmFcMb4Vuc6yQUcK3hWVIRVWqQwGihJSsS/EttzBIloh9VQFTdGTrOM0LQCEE SZ8qHlj1DyR0iNvM8Ia/Y3eA0Z1ztrwouHCGT815bgFYZjrkI6DmXPgek3BfatqsBIND S+1g== X-Received: by 10.52.177.163 with SMTP id cr3mr3591336vdc.94.1361560346002; Fri, 22 Feb 2013 11:12:26 -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 st5csp104112veb; Fri, 22 Feb 2013 11:12:25 -0800 (PST) X-Received: by 10.180.88.168 with SMTP id bh8mr85202wib.15.1361560344577; Fri, 22 Feb 2013 11:12:24 -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 dg10si1238217wjc.212.2013.02.22.11.12.24 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 22 Feb 2013 11:12:24 -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 1U8xuz-0005mF-FC; Fri, 22 Feb 2013 19:04:25 +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 , Christoffer Dall , Paolo Bonzini Subject: [PATCH v6 8/9] configure: Enable KVM on ARM Date: Fri, 22 Feb 2013 19:04:24 +0000 Message-Id: <1361559865-22168-9-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1361559865-22168-1-git-send-email-peter.maydell@linaro.org> References: <1361559865-22168-1-git-send-email-peter.maydell@linaro.org> X-Gm-Message-State: ALoCoQmZ6ir5qzT/Qlpn1VWt4ac+NsJ34UOBaJft8y3t1lZ83duBJL8zcfe8A14DSelJaJCndutB Enable KVM on ARM hosts, now that all the necessary components for it exist. Signed-off-by: Peter Maydell Reviewed-by: Paolo Bonzini --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 0dadd31..a97b968 100755 --- a/configure +++ b/configure @@ -4107,7 +4107,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 \