This series changes the CPUID family and level fields of the Conroe, Penryn, and Nehalem CPU models.
Testing: those model/level values have been in use on Red Hat Enterprise Linux since version 6.0 (released in 2010). The fix wasn't submitted to QEMU earlier because we didn't have a good mechanism and clear procedure to update CPUID values of existing CPU models in QEMU. Eduardo Habkost (3): pc: create pc-*-1.6 machine-types target-i386: update model values on Conroe/Penryn/Nehalem CPU models target-i386: set level=4 on Conroe/Penryn/Nehalem hw/i386/pc_piix.c | 18 ++++++++++++++++-- hw/i386/pc_q35.c | 16 +++++++++++++++- include/hw/i386/pc.h | 28 ++++++++++++++++++++++++++++ target-i386/cpu.c | 12 ++++++------ 4 files changed, 65 insertions(+), 9 deletions(-) -- 1.8.1.4