]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cputest: Add data for Intel(R) Xeon(R) CPU E5-2623 v4
authorJiri Denemark <jdenemar@redhat.com>
Fri, 5 Jan 2018 14:03:12 +0000 (15:03 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 17 Jan 2018 16:07:02 +0000 (17:07 +0100)
commit69e4eb047f47962fb361e9afb633d986badbe4de
tree40418c7c39f54f1556ff7d974af1acd2424e270f
parent181acabef998aa50a5473d22d66ee47f3a8d725e
cputest: Add data for Intel(R) Xeon(R) CPU E5-2623 v4

The CPU contains the updated microcode for CVE-2017-5715.

The *-guest.xml and *-json.xml CPU definitions use Skylake-Client CPU
model rather than Broadwell. This is similar to Xeon-E5-2650-v4 and it
is caused by our CPU model selection code when no model matches the CPU
signature (family + model). We'd need to maintain a complete list of CPU
signatures for our CPU models to fix this.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
tests/cputest.c
tests/cputestdata/x86_64-cpuid-Xeon-E5-2623-v4-disabled.xml [new file with mode: 0644]
tests/cputestdata/x86_64-cpuid-Xeon-E5-2623-v4-enabled.xml [new file with mode: 0644]
tests/cputestdata/x86_64-cpuid-Xeon-E5-2623-v4-guest.xml [new file with mode: 0644]
tests/cputestdata/x86_64-cpuid-Xeon-E5-2623-v4-host.xml [new file with mode: 0644]
tests/cputestdata/x86_64-cpuid-Xeon-E5-2623-v4-json.xml [new file with mode: 0644]
tests/cputestdata/x86_64-cpuid-Xeon-E5-2623-v4.json [new file with mode: 0644]
tests/cputestdata/x86_64-cpuid-Xeon-E5-2623-v4.xml [new file with mode: 0644]