]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu: Add {Haswell,Broadwell}-noTSX CPU models
authorJiri Denemark <jdenemar@redhat.com>
Mon, 23 Mar 2015 16:19:28 +0000 (17:19 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 26 Mar 2015 08:19:59 +0000 (09:19 +0100)
commitc563b50605ae9895b981d198e11dbe9f6e18027b
tree0734d9500ec038ad7d85f0f29be65998b9169077
parent82f349a3a85c54acd15791b3cf7c22d0de779bb4
cpu: Add {Haswell,Broadwell}-noTSX CPU models

QEMU 2.3 adds these new models to cover Haswell and Broadwell CPUs with
updated microcode. Luckily, they also reverted former the machine type
specific changes to existing models. And since these changes were never
released, we don't need to hack around them in libvirt.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
24 files changed:
src/cpu/cpu_map.xml
tests/cputest.c
tests/cputestdata/x86-Haswell-noTSX-nofallback.xml [new file with mode: 0644]
tests/cputestdata/x86-Haswell-noTSX.xml [new file with mode: 0644]
tests/cputestdata/x86-Haswell.xml [new file with mode: 0644]
tests/cputestdata/x86-baseline-7-result.xml [new file with mode: 0644]
tests/cputestdata/x86-baseline-7.xml [new file with mode: 0644]
tests/cputestdata/x86-baseline-8-result.xml [new file with mode: 0644]
tests/cputestdata/x86-baseline-8.xml [new file with mode: 0644]
tests/cputestdata/x86-host-Haswell-noTSX+Haswell,haswell,Haswell-result.xml [new file with mode: 0644]
tests/cputestdata/x86-host-Haswell-noTSX+Haswell-noTSX,Haswell-noTSX-result.xml [new file with mode: 0644]
tests/cputestdata/x86-host-Haswell-noTSX+Haswell-noTSX,haswell,Haswell-noTSX-result.xml [new file with mode: 0644]
tests/cputestdata/x86-host-Haswell-noTSX.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-Haswell-noTSX.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-Haswell-noTSX.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-Haswell.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-Haswell.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-Haswell2.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-Haswell2.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-Haswell3.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-Haswell3.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/testutilsqemu.c
tests/testutilsqemu.h