Peter Krempa (3): qemublocktest: Skip schema validation on 'gluster' backend tests qemucapabilitiestest: Add data for the qemu-11.1 dev cycle (x86_64) qemucapabilitiestest: Add data for the qemu-11.1 dev cycle (aarch64) .../qemu_11.1.0-q35.x86_64-expanded.xml | 1856 + .../qemu_11.1.0-q35.x86_64-supported.xml | 1738 + .../domaincapsdata/qemu_11.1.0-q35.x86_64.xml | 1731 + .../domaincapsdata/qemu_11.1.0-tcg.x86_64.xml | 2856 + .../qemu_11.1.0-virt.aarch64.xml | 265 + tests/domaincapsdata/qemu_11.1.0.aarch64.xml | 265 + tests/domaincapsdata/qemu_11.1.0.x86_64.xml | 1729 + tests/qemublocktest.c | 31 +- .../caps_11.1.0_aarch64.replies | 39323 ++++++++++++ .../caps_11.1.0_aarch64.xml | 536 + .../caps_11.1.0_x86_64.replies | 49275 ++++++++++++++++ .../caps_11.1.0_x86_64.xml | 5767 ++ ...host-model-fallback-kvm.x86_64-11.0.0.args | 2 +- ...-host-model-fallback-kvm.x86_64-11.0.0.xml | 2 +- ...host-model-fallback-tcg.x86_64-11.0.0.args | 2 +- ...-host-model-fallback-tcg.x86_64-11.0.0.xml | 2 +- .../cpu-host-model-kvm.x86_64-11.0.0.args | 2 +- .../cpu-host-model-kvm.x86_64-11.0.0.xml | 2 +- ...st-model-nofallback-kvm.x86_64-11.0.0.args | 2 +- ...ost-model-nofallback-kvm.x86_64-11.0.0.xml | 2 +- ...st-model-nofallback-tcg.x86_64-11.0.0.args | 2 +- ...ost-model-nofallback-tcg.x86_64-11.0.0.xml | 2 +- .../cpu-host-model-tcg.x86_64-11.0.0.args | 2 +- .../cpu-host-model-tcg.x86_64-11.0.0.xml | 2 +- 24 files changed, 105373 insertions(+), 23 deletions(-) create mode 100644 tests/domaincapsdata/qemu_11.1.0-q35.x86_64-expanded.xml create mode 100644 tests/domaincapsdata/qemu_11.1.0-q35.x86_64-supported.xml create mode 100644 tests/domaincapsdata/qemu_11.1.0-q35.x86_64.xml create mode 100644 tests/domaincapsdata/qemu_11.1.0-tcg.x86_64.xml create mode 100644 tests/domaincapsdata/qemu_11.1.0-virt.aarch64.xml create mode 100644 tests/domaincapsdata/qemu_11.1.0.aarch64.xml create mode 100644 tests/domaincapsdata/qemu_11.1.0.x86_64.xml create mode 100644 tests/qemucapabilitiesdata/caps_11.1.0_aarch64.replies create mode 100644 tests/qemucapabilitiesdata/caps_11.1.0_aarch64.xml create mode 100644 tests/qemucapabilitiesdata/caps_11.1.0_x86_64.replies create mode 100644 tests/qemucapabilitiesdata/caps_11.1.0_x86_64.xml -- 2.54.0