From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vshlk-0000qr-TL for qemu-devel@nongnu.org; Mon, 16 Dec 2013 18:40:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vshlf-0001Bl-15 for qemu-devel@nongnu.org; Mon, 16 Dec 2013 18:40:12 -0500 Received: from mail-pd0-f179.google.com ([209.85.192.179]:51054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vshle-0001BX-SU for qemu-devel@nongnu.org; Mon, 16 Dec 2013 18:40:06 -0500 Received: by mail-pd0-f179.google.com with SMTP id r10so6039595pdi.10 for ; Mon, 16 Dec 2013 15:40:06 -0800 (PST) Date: Mon, 16 Dec 2013 15:40:04 -0800 From: Christoffer Dall Message-ID: <20131216234004.GD5711@cbox> References: <1385645602-18662-1-git-send-email-peter.maydell@linaro.org> <1385645602-18662-5-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1385645602-18662-5-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [PATCH 4/7] configure: Enable KVM for aarch64 host/target combination List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: patches@linaro.org, qemu-devel@nongnu.org, kvmarm@lists.cs.columbia.edu On Thu, Nov 28, 2013 at 01:33:19PM +0000, Peter Maydell wrote: > Enable KVM if the host and target CPU are both aarch64. Note > that host aarch64 + target arm is not valid for KVM acceleration: > the 64 bit kernel does not support the ioctl interface for > 32 bit CPUs. 32 bit VMs on 64 bit hosts need to be created > using the 64 bit ioctl interface; when QEMU supports this it > will be on the arch64-softmmu target with a -cpu parameter for > a 32 bit CPU, which is still an aarch64/aarch64 combination > as far as configure is concerned. > > Signed-off-by: Peter Maydell Reviewed-by: Christoffer Dall > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index 508f6a5..3317013 100755 > --- a/configure > +++ b/configure > @@ -4513,7 +4513,7 @@ case "$target_name" in > *) > esac > case "$target_name" in > - arm|i386|x86_64|ppcemb|ppc|ppc64|s390x) > + aarch64|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_name" = "$cpu" -o \ > -- > 1.7.9.5 > > _______________________________________________ > kvmarm mailing list > kvmarm@lists.cs.columbia.edu > https://lists.cs.columbia.edu/cucslists/listinfo/kvmarm