]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Unify qemucaps2xml output files
authorAndrea Bolognani <abologna@redhat.com>
Fri, 1 Feb 2019 12:16:18 +0000 (13:16 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 5 Feb 2019 16:15:05 +0000 (17:15 +0100)
commiteeafebc51d8ea7c870809b755ffcf1b790c0dc4b
tree09d64a1ab33672e7d19072e526c0be1a23175558
parent620d9dd598fde388f56ac37bcd3b31168c2f9fc6
tests: Unify qemucaps2xml output files

Turns out different versions of QEMU on the same architecture
produce the same output, so we can have a single output file
per architecture instead of duplicating the same data over and
over again.

Spotted-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
37 files changed:
tests/qemucaps2xmloutdata/caps.aarch64.xml [moved from tests/qemucaps2xmloutdata/caps_2.10.0.aarch64.xml with 100% similarity]
tests/qemucaps2xmloutdata/caps.ppc64.xml [moved from tests/qemucaps2xmloutdata/caps_2.10.0.ppc64.xml with 100% similarity]
tests/qemucaps2xmloutdata/caps.riscv32.xml [moved from tests/qemucaps2xmloutdata/caps_3.0.0.riscv32.xml with 100% similarity]
tests/qemucaps2xmloutdata/caps.riscv64.xml [moved from tests/qemucaps2xmloutdata/caps_3.0.0.riscv64.xml with 100% similarity]
tests/qemucaps2xmloutdata/caps.s390x.xml [moved from tests/qemucaps2xmloutdata/caps_2.10.0.s390x.xml with 100% similarity]
tests/qemucaps2xmloutdata/caps.x86_64.xml [moved from tests/qemucaps2xmloutdata/caps_1.5.3.x86_64.xml with 100% similarity]
tests/qemucaps2xmloutdata/caps_1.6.0.x86_64.xml [deleted file]
tests/qemucaps2xmloutdata/caps_1.7.0.x86_64.xml [deleted file]
tests/qemucaps2xmloutdata/caps_2.1.1.x86_64.xml [deleted file]
tests/qemucaps2xmloutdata/caps_2.10.0.x86_64.xml [deleted file]
tests/qemucaps2xmloutdata/caps_2.11.0.s390x.xml [deleted file]
tests/qemucaps2xmloutdata/caps_2.11.0.x86_64.xml [deleted file]
tests/qemucaps2xmloutdata/caps_2.12.0.aarch64.xml [deleted file]
tests/qemucaps2xmloutdata/caps_2.12.0.ppc64.xml [deleted file]
tests/qemucaps2xmloutdata/caps_2.12.0.s390x.xml [deleted file]
tests/qemucaps2xmloutdata/caps_2.12.0.x86_64.xml [deleted file]
tests/qemucaps2xmloutdata/caps_2.4.0.x86_64.xml [deleted file]
tests/qemucaps2xmloutdata/caps_2.5.0.x86_64.xml [deleted file]
tests/qemucaps2xmloutdata/caps_2.6.0.aarch64.xml [deleted file]
tests/qemucaps2xmloutdata/caps_2.6.0.ppc64.xml [deleted file]
tests/qemucaps2xmloutdata/caps_2.6.0.x86_64.xml [deleted file]
tests/qemucaps2xmloutdata/caps_2.7.0.s390x.xml [deleted file]
tests/qemucaps2xmloutdata/caps_2.7.0.x86_64.xml [deleted file]
tests/qemucaps2xmloutdata/caps_2.8.0.s390x.xml [deleted file]
tests/qemucaps2xmloutdata/caps_2.8.0.x86_64.xml [deleted file]
tests/qemucaps2xmloutdata/caps_2.9.0.ppc64.xml [deleted file]
tests/qemucaps2xmloutdata/caps_2.9.0.s390x.xml [deleted file]
tests/qemucaps2xmloutdata/caps_2.9.0.x86_64.xml [deleted file]
tests/qemucaps2xmloutdata/caps_3.0.0.ppc64.xml [deleted file]
tests/qemucaps2xmloutdata/caps_3.0.0.s390x.xml [deleted file]
tests/qemucaps2xmloutdata/caps_3.0.0.x86_64.xml [deleted file]
tests/qemucaps2xmloutdata/caps_3.1.0.ppc64.xml [deleted file]
tests/qemucaps2xmloutdata/caps_3.1.0.x86_64.xml [deleted file]
tests/qemucaps2xmloutdata/caps_4.0.0.riscv32.xml [deleted file]
tests/qemucaps2xmloutdata/caps_4.0.0.riscv64.xml [deleted file]
tests/qemucaps2xmloutdata/caps_4.0.0.x86_64.xml [deleted file]
tests/qemucaps2xmltest.c