1 Index: kvm-83/qemu/target-i386/helper.c
2 ===================================================================
3 --- kvm-83.orig/qemu/target-i386/helper.c
4 +++ kvm-83/qemu/target-i386/helper.c
7 #include "qemu-common.h"
9 +#include "hw/boards.h"
13 @@ -1435,7 +1436,7 @@ void cpu_x86_cpuid(CPUX86State *env, uin
14 * isn't supported in compatibility mode on Intel. so advertise the
15 * actuall cpu, and say goodbye to migration between different vendors
16 * is you use compatibility mode. */
18 + if (kvm_enabled() && current_machine != &mac_machine)
19 host_cpuid(0, NULL, ebx, ecx, edx);