Revision e737b32a target-i386/helper.c

b/target-i386/helper.c
165 165
        .xlevel = 0x8000000A,
166 166
        .model_id = "QEMU Virtual CPU version " QEMU_VERSION,
167 167
    },
168
    {
169
        .name = "core2duo",
170
        /* original is on level 10 */
171
        .level = 5,
172
        .family = 6,
173
        .model = 15,
174
        .stepping = 11,
175
        /* the original CPU does have many more features that are
176
         * not implemented yet */
177
        .features = PPRO_FEATURES | 
178
            CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA |
179
            CPUID_PSE36,
180
        .ext_features = CPUID_EXT_SSE3 | CPUID_EXT_MONITOR,
181
        .ext2_features = (PPRO_FEATURES & 0x0183F3FF) | 
182
            CPUID_EXT2_LM | CPUID_EXT2_SYSCALL | CPUID_EXT2_NX,
183
        .xlevel = 0x8000000A,
184
        .model_id = "Intel(R) Core(TM)2 Duo CPU     T7700  @ 2.40GHz",
185
    },
168 186
#endif
169 187
    {
170 188
        .name = "qemu32",

Also available in: Unified diff