On 21 January 2014 20:12, Peter Maydell <peter.mayd...@linaro.org> 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