From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6J1W-0000ba-CE for qemu-devel@nongnu.org; Thu, 23 Jan 2014 07:04:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6J1R-0001Ts-Jk for qemu-devel@nongnu.org; Thu, 23 Jan 2014 07:04:42 -0500 Received: from mail-la0-f43.google.com ([209.85.215.43]:51974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6J1R-0001Ti-Cg for qemu-devel@nongnu.org; Thu, 23 Jan 2014 07:04:37 -0500 Received: by mail-la0-f43.google.com with SMTP id pv20so1353063lab.2 for ; Thu, 23 Jan 2014 04:04:36 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1390335150-13470-2-git-send-email-peter.maydell@linaro.org> References: <1390335150-13470-1-git-send-email-peter.maydell@linaro.org> <1390335150-13470-2-git-send-email-peter.maydell@linaro.org> From: Peter Maydell Date: Thu, 23 Jan 2014 12:04:16 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 01/24] target-arm/kvm-consts.h: Define QEMU constants for known KVM CPUs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Cc: Peter Crosthwaite , Laurent Desnogues , Patch Tracking , Michael Matz , Alexander Graf , Claudio Fontana , Dirk Mueller , Will Newton , =?UTF-8?B?QWxleCBCZW5uw6ll?= , "kvmarm@lists.cs.columbia.edu" , Christoffer Dall , Richard Henderson On 21 January 2014 20:12, Peter Maydell wrote: > -#ifndef TARGET_AARCH64 > +#ifdef TARGET_AARCH64 > +MISMATCH_CHECK(QEMU_KVM_ARM_TARGET_AEM_V8, KVM_ARM_TARGET_ARM_V8) It's been pointed out that there's a typo here which means this won't build on AArch64 hosts: it should read 'KVM_ARM_TARGET_AEM_V8'... thanks -- PMM