This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-defconfig in repository toolchain/ci/qemu.
from a3607def89 Update version for v6.2.0-rc4 release adds 44f28df247 Update version for v6.2.0 release adds af1719795c Open 6.3 development tree adds cf4fbc3030 block/nvme: fix infinite loop in nvme_free_req_queue_cb() adds 76b56fdfc9 Merge tag 'block-pull-request' of https://gitlab.com/stefanh [...] new efe84f03ea qtest/libqos: add a function to initialize secondary PCI buses new e32b96b559 tests/qtest: add some tests for virtio-net failover new 1e2077e223 tests/libqtest: add some virtio-net failover migration cance [...] new e1e3d32118 tests/libqtest: add a migration test with two couples of fai [...] new a9697d0947 tests/qtest: Run the PPC 32-bit tests with the 64-bit target [...] new bf22f15114 tests/qtest: Fence the tests that need xlnx-zcu102 with CONF [...] new 5516a3b592 tests/qtest: Add a function that gets a list with available [...] new 719051ca3f tests/qtest: Add a function to check whether a machine is available new e6a52b3651 Move the libssh setup from configure to meson.build new f462be4c06 gitlab-ci.d/buildtest: Add jobs that run the device-crash-test new f11b0a4892 gitlab-ci: Add cirrus-ci based tests for NetBSD and OpenBSD new 7b140d2359 virtio-iommu: Remove set_config callback new 3a411b2d96 virtio-iommu: Fix endianness in get_config new 6b77ae0531 virtio-iommu: Fix the domain_range end new becf88730b tests: qtest: Add virtio-iommu test new 7876cba8fc gitlab-ci: Test compilation on Windows with MSYS2 new 5d3da09e44 Merge tag 'pull-request-2021-12-15' of https://gitlab.com/th [...]
The 17 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .gitlab-ci.d/buildtest.yml | 23 + .gitlab-ci.d/cirrus.yml | 35 + .gitlab-ci.d/cirrus/kvm-build.yml | 31 + .gitlab-ci.d/qemu-project.yml | 1 + .gitlab-ci.d/windows.yml | 98 +++ VERSION | 2 +- block/nvme.c | 5 +- configure | 27 - hw/virtio/trace-events | 3 +- hw/virtio/virtio-iommu.c | 42 +- include/hw/pci/pci_bridge.h | 8 + meson.build | 13 +- meson_options.txt | 2 + scripts/meson-buildoptions.sh | 3 + tests/qtest/boot-serial-test.c | 3 +- tests/qtest/cdrom-test.c | 8 +- tests/qtest/libqos/libqtest.h | 8 + tests/qtest/libqos/meson.build | 1 + tests/qtest/libqos/pci.c | 119 ++++ tests/qtest/libqos/pci.h | 1 + tests/qtest/libqos/virtio-iommu.c | 126 ++++ tests/qtest/libqos/virtio-iommu.h | 40 ++ tests/qtest/libqtest.c | 79 ++- tests/qtest/meson.build | 9 +- tests/qtest/prom-env-test.c | 8 +- tests/qtest/virtio-iommu-test.c | 326 +++++++++ tests/qtest/virtio-net-failover.c | 1352 +++++++++++++++++++++++++++++++++++++ 27 files changed, 2294 insertions(+), 79 deletions(-) create mode 100644 .gitlab-ci.d/cirrus/kvm-build.yml create mode 100644 .gitlab-ci.d/windows.yml create mode 100644 tests/qtest/libqos/virtio-iommu.c create mode 100644 tests/qtest/libqos/virtio-iommu.h create mode 100644 tests/qtest/virtio-iommu-test.c create mode 100644 tests/qtest/virtio-net-failover.c