]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu_x86: Use array of features in CPU map
authorJiri Denemark <jdenemar@redhat.com>
Tue, 17 May 2016 13:15:40 +0000 (15:15 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 20 May 2016 07:18:56 +0000 (09:18 +0200)
commit3a7cd180a51fb04d972c679767ee4e00d9e5fdc8
tree4589e37b360275cd337b81303b6a85b15a91ea65
parent22137d3952ad3374a9e2f7182e538853e9403281
cpu_x86: Use array of features in CPU map

There's no reason for keeping the features in a linked list. Especially
when we know upfront the total number of features we are loading.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
34 files changed:
src/cpu/cpu_x86.c
tests/cputestdata/x86-baseline-3-expanded.xml
tests/cputestdata/x86-baseline-4-expanded.xml
tests/cputestdata/x86-baseline-4-result.xml
tests/cputestdata/x86-baseline-5-expanded.xml
tests/cputestdata/x86-baseline-5-result.xml
tests/cputestdata/x86-baseline-6-migratable.xml
tests/cputestdata/x86-baseline-6-result.xml
tests/cputestdata/x86-host+guest,model486-result.xml
tests/cputestdata/x86-host+guest,models,Penryn-result.xml
tests/cputestdata/x86-host+guest,models,qemu64-result.xml
tests/cputestdata/x86-host+guest,models-result.xml
tests/cputestdata/x86-host+guest-result.xml
tests/cputestdata/x86-host+host+host-model,models,Penryn-result.xml
tests/cputestdata/x86-host+min.xml
tests/cputestdata/x86-host+pentium3.xml
tests/cputestdata/x86-host+strict-force-extra-result.xml
tests/cputestdata/x86-host-Haswell-noTSX+Haswell,haswell,Haswell-result.xml
tests/cputestdata/x86-host-Haswell-noTSX+Haswell-noTSX,haswell,Haswell-noTSX-result.xml
tests/cputestdata/x86-host-better+pentium3,core2duo-result.xml
tests/cputestdata/x86-host-better+pentium3,pentium3-result.xml
tests/cputestdata/x86-host-better+pentium3-result.xml
tests/cputestdata/x86-host-worse+guest-result.xml
tests/qemuxml2argvdata/qemuxml2argv-cpu-Haswell2.args
tests/qemuxml2argvdata/qemuxml2argv-cpu-exact1.args
tests/qemuxml2argvdata/qemuxml2argv-cpu-exact2-nofallback.args
tests/qemuxml2argvdata/qemuxml2argv-cpu-exact2.args
tests/qemuxml2argvdata/qemuxml2argv-cpu-host-model-fallback.args
tests/qemuxml2argvdata/qemuxml2argv-cpu-host-model-vendor.args
tests/qemuxml2argvdata/qemuxml2argv-cpu-host-model.args
tests/qemuxml2argvdata/qemuxml2argv-cpu-minimum1.args
tests/qemuxml2argvdata/qemuxml2argv-cpu-minimum2.args
tests/qemuxml2argvdata/qemuxml2argv-cpu-strict1.args
tests/qemuxml2argvdata/qemuxml2argv-graphics-spice-timeout.args