Re: [Qemu-devel] [PATCH 01/24] target-arm/kvm-consts.h: Define QEMU constants for known KVM CPUs

2014-01-23 Thread Peter Maydell
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_V

[Qemu-devel] [PATCH 01/24] target-arm/kvm-consts.h: Define QEMU constants for known KVM CPUs

2014-01-21 Thread Peter Maydell
Extend the set of CPUs for which we provide a QEMU_KVM_ARM_TARGET_* constant to include all the ones currently supported by the kernel headers we are using. Signed-off-by: Peter Maydell --- target-arm/kvm-consts.h | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git