This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/qemu.
from d0d3dd401b Update version for v6.0.0-rc2 release adds 5ad7d0174e hw/block/nvme: fix pi constraint check adds 349bf41d59 hw/block/nvme: fix missing string representation for ns attachment adds dae8be368e hw/block/nvme: fix the nsid 'invalid' value adds f447f92c88 hw/block/nvme: fix warning about legacy namespace configuration adds 9b8671ed43 hw/block/nvme: update dmsrl limit on namespace detachment adds e548935634 hw/block/nvme: fix handling of private namespaces adds 102ce606fb hw/block/nvme: add missing copyright headers adds 8eb5c8069a hw/block/nvme: fix ns attachment out-of-bounds read adds ec20329748 hw/block/nvme: fix assert crash in nvme_subsys_ns adds 7645f21f40 hw/block/nvme: fix out-of-bounds read in nvme_subsys_ctrl adds 1b7dabccd0 Merge remote-tracking branch 'remotes/nvme/tags/nvme-fixes-2 [...] adds d175ac3847 tests/tcg: update the defaults for x86 compilers adds 34019198a1 tests/docker: don't set DOCKER_REGISTRY on non-x86_64 adds de6d7e6b02 tests/tcg: add concept of container_hosts adds 08341b4fa6 tests/tcg/configure.sh: make sure we pick up x86_64 cross compilers adds 4011a686cc tests/tcg/i386: expand .data sections for system tests adds 631f112f42 tests/tcg/i386: force -fno-pie for test-i386 adds 1cb8d12f79 tests/tcg: relax the next step precision of the gdb sha1 test adds acb0a27eb8 docs/system/gdb.rst: Add some more heading structure adds d211556fe3 docs/system/gdb.rst: Document how to debug multicore machines adds 5186685ed6 gitlab-ci.yml: Fix the filtering for the git submodules adds a2e5bbf0c4 gitlab-ci.yml: Test the dtrace backend in one of the jobs adds 9692c7b037 Merge remote-tracking branch 'remotes/stsquad/tags/pull-6.0- [...] adds 99c3ac6dbe virtiofsd: Fix security.capability comparison adds ecb23efea0 migration: Fix missing qemu_fflush() on buffer file in bg_mi [...] adds 1a8e44a89f migration: Inhibit virtio-balloon for the duration of backgr [...] adds eeccb99c9d migration: Pre-fault memory before starting background snasphot adds 82ea3e3b99 migration: Rename 'bs' to 'block' in background snapshot code adds e999fa47b2 tests/migration: fix parameter of auto-converge migration adds d8724020dd Merge remote-tracking branch 'remotes/dgilbert/tags/pull-mig [...] adds d89b4f839f Revert "net: Do not fill legacy info_str for backends" adds 603f2f7c6c Revert "hmp: Use QAPI NetdevInfo in hmp_info_network" adds 56e6f594bf Revert "net: Move NetClientState.info_str to dynamic allocations" adds 22317309df Revert "tests: Add tests for query-netdev command" adds f9bb0c1f98 Revert "qapi: net: Add query-netdev command" adds 21df394d9e tap-win32: correctly recycle buffers adds ce69aa92d7 Merge remote-tracking branch 'remotes/jasowang/tags/net-pull [...] adds 360f0abdc5 linux-user: Use signed lengths in uaccess.c adds 285f6f57fa Merge remote-tracking branch 'remotes/vivier2/tags/linux-use [...] adds d895d25ae2 s390x: css: report errors from ccw_dstream_read/write adds 471387aa14 Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s39 [...]
No new revisions were added by this update.
Summary of changes: .gitlab-ci.yml | 4 +- configure | 2 +- docs/system/gdb.rst | 63 ++++++++++- hw/block/nvme-dif.c | 10 ++ hw/block/nvme-dif.h | 10 ++ hw/block/nvme-ns.c | 78 +++++++++++-- hw/block/nvme-ns.h | 12 +- hw/block/nvme-subsys.c | 28 ----- hw/block/nvme-subsys.h | 11 +- hw/block/nvme.c | 142 ++++++++++------------- hw/block/nvme.h | 41 +------ hw/block/trace-events | 1 - hw/char/terminal3270.c | 11 +- hw/net/xen_nic.c | 5 +- hw/s390x/3270-ccw.c | 5 +- hw/s390x/css.c | 14 ++- hw/s390x/virtio-ccw.c | 66 ++++++++--- hw/virtio/virtio-balloon.c | 8 +- include/block/nvme.h | 1 + include/migration/misc.h | 2 + include/net/net.h | 5 +- include/qapi/hmp-output-visitor.h | 30 ----- linux-user/qemu.h | 15 ++- linux-user/uaccess.c | 12 +- migration/migration.c | 24 +++- migration/ram.c | 119 ++++++++++++++------ migration/ram.h | 1 + net/l2tpv3.c | 8 +- net/net.c | 73 ++---------- net/netmap.c | 7 -- net/slirp.c | 124 +------------------- net/socket.c | 92 ++++----------- net/tap-win32.c | 16 +-- net/tap.c | 107 +++--------------- net/vde.c | 25 +---- net/vhost-user.c | 20 +--- net/vhost-vdpa.c | 15 +-- qapi/hmp-output-visitor.c | 193 -------------------------------- qapi/meson.build | 1 - qapi/net.json | 80 ------------- tests/docker/Makefile.include | 5 +- tests/docker/dockerfiles/centos8.docker | 1 + tests/migration/guestperf/engine.py | 4 +- tests/qtest/meson.build | 3 - tests/qtest/test-query-netdev.c | 120 -------------------- tests/tcg/configure.sh | 42 ++++++- tests/tcg/i386/Makefile.target | 16 ++- tests/tcg/i386/system/kernel.ld | 2 +- tests/tcg/multiarch/gdbstub/sha1.py | 5 +- tools/virtiofsd/passthrough_ll.c | 3 +- 50 files changed, 552 insertions(+), 1130 deletions(-) delete mode 100644 include/qapi/hmp-output-visitor.h delete mode 100644 qapi/hmp-output-visitor.c delete mode 100644 tests/qtest/test-query-netdev.c