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-aarch64-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 [...]
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/virtio/virtio-balloon.c | 8 +- include/block/nvme.h | 1 + include/migration/misc.h | 2 + migration/migration.c | 24 +++++- migration/ram.c | 119 ++++++++++++++++++-------- migration/ram.h | 1 + tests/docker/Makefile.include | 5 +- tests/docker/dockerfiles/centos8.docker | 1 + tests/migration/guestperf/engine.py | 4 +- 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 +- 26 files changed, 402 insertions(+), 233 deletions(-)