projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49140a7
)
Fix the reported xlevel for Intel CPU, by Filip Navara.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 10 Sep 2007 00:10:04 +0000
(
00:10
+0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 10 Sep 2007 00:10:04 +0000
(
00:10
+0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3159
c046a42c
-6fe2-441c-8c8c-
71466251a162
target-i386/helper2.c
patch
|
blob
|
history
diff --git
a/target-i386/helper2.c
b/target-i386/helper2.c
index 8ce5425830732a6d7ffc0015930d7fe258383d4d..327d54bbec018129df726665b9088a413fdca6f2 100644
(file)
--- a/
target-i386/helper2.c
+++ b/
target-i386/helper2.c
@@
-114,7
+114,7
@@
CPUX86State *cpu_x86_init(void)
env->cpuid_ext_features = CPUID_EXT_SSE3;
env->cpuid_features |= CPUID_FXSR | CPUID_MMX | CPUID_SSE | CPUID_SSE2 | CPUID_PAE | CPUID_SEP;
env->cpuid_features |= CPUID_APIC;
- env->cpuid_xlevel = 0;
+ env->cpuid_xlevel = 0
x80000006
;
{
const char *model_id = "QEMU Virtual CPU version " QEMU_VERSION;
int c, len, i;