]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxml2argvtest: Reorder CPU features
authorJiri Denemark <jdenemar@redhat.com>
Fri, 5 Aug 2016 12:42:15 +0000 (14:42 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 22 Sep 2016 13:40:08 +0000 (15:40 +0200)
commit0b7cf7f7448cb0cc3b5ce19bc3aa4cf9d304dc82
treede47813d65b4c8ff0083e6a745fea74682381f6b
parentd029f9a0dbeb402b25e408a809dc35f3e737d352
qemuxml2argvtest: Reorder CPU features

The x86 CPU driver translated each CPU definition from domain XML into
CPUID data and then back to CPU definition. This effectively sorted the
list of CPU features according to their CPUID values. Since this is
going to change, we need to reorder CPU features in a few test files to
make sure the generated QEMU command lines will not change.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
tests/qemuxml2argvdata/qemuxml2argv-cpu-Haswell2.xml
tests/qemuxml2argvdata/qemuxml2argv-cpu-exact1.xml
tests/qemuxml2argvdata/qemuxml2argv-cpu-exact2-nofallback.xml
tests/qemuxml2argvdata/qemuxml2argv-cpu-exact2.xml
tests/qemuxml2argvdata/qemuxml2argv-cpu-minimum2.xml
tests/qemuxml2argvdata/qemuxml2argv-cpu-strict1.xml
tests/qemuxml2argvdata/qemuxml2argv-graphics-spice-timeout.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-spice-timeout.xml
tests/testutilsqemu.c