On Wed, Jun 08, 2016 at 14:41:36 +0200, Jiri Denemark wrote:
The CPU model was implemented in QEMU by commit TBD (it's on
x86-next
branch waiting for a pull request).
The change to i7-5600U is wrong since it's a 5th generation CPU, i.e.,
Broadwell rather than Skylake, but that's just the result of our CPU
detection code (which will be fixed by a later patch).
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
src/cpu/cpu_map.xml | 67 ++++++++++++++++++++++
tests/cputestdata/x86-cpuid-Core-i5-6600-guest.xml | 11 +---
tests/cputestdata/x86-cpuid-Core-i5-6600-host.xml | 11 +---
tests/cputestdata/x86-cpuid-Core-i5-6600-json.xml | 11 +---
.../cputestdata/x86-cpuid-Core-i7-5600U-guest.xml | 11 ++--
tests/cputestdata/x86-cpuid-Core-i7-5600U-json.xml | 11 ++--
tests/cputestdata/x86-cpuid-Xeon-E3-1245-guest.xml | 11 +---
tests/cputestdata/x86-cpuid-Xeon-E3-1245-host.xml | 11 +---
tests/cputestdata/x86-cpuid-Xeon-E3-1245-json.xml | 11 +---
9 files changed, 81 insertions(+), 74 deletions(-)
ACK