Message ID | 1267643742-616-2-git-send-email-joerg.roedel@amd.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/target-i386/helper.c b/target-i386/helper.c index e595a3e..73d8389 100644 --- a/target-i386/helper.c +++ b/target-i386/helper.c @@ -759,6 +759,7 @@ static int cpu_x86_register (CPUX86State *env, const char *cpu_model) env->pat = 0x0007040600070406ULL; env->cpuid_ext_features = def->ext_features; env->cpuid_ext2_features = def->ext2_features; + env->cpuid_ext3_features = def->ext3_features; env->cpuid_xlevel = def->xlevel; env->cpuid_kvm_features = def->kvm_features; {