sim-card
/
qemu
Archived
10
0
Fork 0

x86/cpuid: fix missing feature set bits

This one was accidently removed with commit
bb0300dc57

Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
Andre Przywara 2010-03-11 14:38:57 +01:00 committed by Aurelien Jarno
parent 42673936d1
commit 4d067ed7a7
1 changed files with 1 additions and 0 deletions

View File

@ -754,6 +754,7 @@ 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;
{