aboutsummaryrefslogtreecommitdiff
path: root/target-i386/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-i386/helper.c')
-rw-r--r--target-i386/helper.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/target-i386/helper.c b/target-i386/helper.c
index 2dae1e3dfe..f7ad5844fb 100644
--- a/target-i386/helper.c
+++ b/target-i386/helper.c
@@ -165,6 +165,24 @@ static x86_def_t x86_defs[] = {
.xlevel = 0x8000000A,
.model_id = "QEMU Virtual CPU version " QEMU_VERSION,
},
+ {
+ .name = "core2duo",
+ /* original is on level 10 */
+ .level = 5,
+ .family = 6,
+ .model = 15,
+ .stepping = 11,
+ /* the original CPU does have many more features that are
+ * not implemented yet */
+ .features = PPRO_FEATURES |
+ CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA |
+ CPUID_PSE36,
+ .ext_features = CPUID_EXT_SSE3 | CPUID_EXT_MONITOR,
+ .ext2_features = (PPRO_FEATURES & 0x0183F3FF) |
+ CPUID_EXT2_LM | CPUID_EXT2_SYSCALL | CPUID_EXT2_NX,
+ .xlevel = 0x8000000A,
+ .model_id = "Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz",
+ },
#endif
{
.name = "qemu32",