]> xenbits.xensource.com Git - libvirt.git/commit
cpu: Add Skylake-Client x86 CPU model
authorJiri Denemark <jdenemar@redhat.com>
Wed, 1 Jun 2016 13:50:40 +0000 (15:50 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 17 Jun 2016 09:40:58 +0000 (11:40 +0200)
commit2f3ccdf01b3bb122bce4ba847263ccbf6cf7cbf3
treef94b9ac107be6637335c6e3b4bba8ee412e5d4d6
parentddc99f11acdb797fee7082361d71187515f8e419
cpu: Add Skylake-Client x86 CPU model

The CPU model was implemented in QEMU by commit f6f949e929.

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 is fixed by the following commit).

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/cpu/cpu_map.xml
tests/cputestdata/x86-cpuid-Core-i5-6600-guest.xml
tests/cputestdata/x86-cpuid-Core-i5-6600-host.xml
tests/cputestdata/x86-cpuid-Core-i5-6600-json.xml
tests/cputestdata/x86-cpuid-Core-i7-5600U-guest.xml
tests/cputestdata/x86-cpuid-Core-i7-5600U-json.xml
tests/cputestdata/x86-cpuid-Xeon-E3-1245-guest.xml
tests/cputestdata/x86-cpuid-Xeon-E3-1245-host.xml
tests/cputestdata/x86-cpuid-Xeon-E3-1245-json.xml