Revision 89354998

b/target-i386/cpuid.c
982 982
     * this if you want to use KVM's sysenter/syscall emulation
983 983
     * in compatibility mode and when doing cross vendor migration
984 984
     */
985
    if (kvm_enabled() && env->cpuid_vendor_override) {
985
    if (kvm_enabled() && ! env->cpuid_vendor_override) {
986 986
        host_cpuid(0, 0, NULL, ebx, ecx, edx);
987 987
    }
988 988
}

Also available in: Unified diff