qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 01/24] target-arm/kvm-consts.h: Define QEMU cons


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 01/24] target-arm/kvm-consts.h: Define QEMU constants for known KVM CPUs
Date: Thu, 23 Jan 2014 12:04:16 +0000

On 21 January 2014 20:12, Peter Maydell <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]