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-check_cross in repository toolchain/ci/qemu.
from c08ccd1b53 Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-t [...] adds 5e32ffd346 tests/qtest/migration-test.c: use 127.0.0.1 instead of 0 adds 53021ea165 migration: Fix missing join() of rp_thread adds 43044ac0ee migration: Make from_dst_file accesses thread-safe adds 18711405b5 migration: Introduce migration_ioc_[un]register_yank() adds c6ad5be7ae migration: Teach QEMUFile to be QIOChannel-aware adds 39675ffffb migration: Move the yank unregister of channel_close out adds 3143577d6a migration: clear the memory region dirty bitmap when skippin [...] adds ca4b5ef371 Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/p [...] adds 5e4f6bcc29 hw/nvme: remove NvmeCtrl parameter from ns setup/check functions adds cc6fb6bc50 hw/nvme: mark nvme-subsys non-hotpluggable adds b0fde9e861 hw/nvme: unregister controller with subsystem at exit adds 234214734f hw/nvme: error handling for too many mappings adds 51e90178f7 tests/qtest/nvme-test: add persistent memory region test adds 5ffbaeed16 hw/nvme: fix controller hot unplugging adds 5d45edbeac hw/nvme: split pmrmsc register into upper and lower adds a316aa50e6 hw/nvme: use symbolic names for registers adds 5029de44b5 hw/nvme: fix out-of-bounds reads adds 49e03457f1 hw/nvme: fix mmio read adds 9631a8ab21 tests/qtest/nvme-test: add mmio read test adds 202abcd389 Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pu [...] adds 1b41847afb hw/arm/smmuv3: Check 31st bit to see if CD is valid adds 953558291e qemu-options.hx: Fix formatting of -machine memory-backend option adds 888f470f12 target/arm: Enforce that M-profile SP low 2 bits are always zero adds 0c317eb3dd target/arm: Add missing 'return's after calling v7m_exceptio [...] adds d4f6883912 target/arm: Report M-profile alignment faults correctly to t [...] adds 41487794f5 hw/intc/armv7m_nvic: ISCR.ISRPENDING is set for non-enabled [...] adds 7caad65756 hw/intc/armv7m_nvic: Correct size of ICSR.VECTPENDING adds 845d27a913 hw/intc/armv7m_nvic: for v8.1M VECTPENDING hides S exception [...] adds a476b21672 docs: Update path that mentions deprecated.rst adds dc0bc8e785 target/arm: Correctly bound length in sve_zcr_get_valid_len adds ce440581c1 target/arm: Export aarch64_sve_zcr_get_valid_len adds b3d52804c5 target/arm: Add sve-default-vector-length cpu property adds b1c2a6bd3d hw/arm/nseries: Display hexadecimal value with '0x' prefix adds e229a179a5 hw: aspeed_gpio: Fix memory size adds 9ae1246a9b Merge remote-tracking branch 'remotes/pmaydell/tags/pull-tar [...] adds f2da205cb4 Update version for v6.1.0-rc1 release
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 2 +- VERSION | 2 +- configure | 2 +- docs/system/arm/cpu-features.rst | 15 ++ hw/arm/nseries.c | 2 +- hw/arm/smmuv3-internal.h | 2 +- hw/gpio/aspeed_gpio.c | 3 +- hw/intc/armv7m_nvic.c | 40 +++-- hw/nvme/ctrl.c | 377 ++++++++++++++++++++++----------------- hw/nvme/ns.c | 55 ++++-- hw/nvme/nvme.h | 18 +- hw/nvme/subsys.c | 9 + hw/nvme/trace-events | 1 + include/block/nvme.h | 60 +++++-- migration/channel.c | 15 +- migration/migration.c | 57 ++++-- migration/migration.h | 15 +- migration/multifd.c | 8 +- migration/qemu-file-channel.c | 11 +- migration/qemu-file.c | 17 +- migration/qemu-file.h | 4 +- migration/ram.c | 77 ++++++-- migration/savevm.c | 11 +- migration/yank_functions.c | 42 +++++ migration/yank_functions.h | 3 + qemu-options.hx | 30 ++-- target/arm/cpu.c | 14 +- target/arm/cpu.h | 5 + target/arm/cpu64.c | 60 +++++++ target/arm/gdbstub.c | 4 + target/arm/helper.c | 8 +- target/arm/internals.h | 10 ++ target/arm/m_helper.c | 24 ++- target/arm/translate.c | 3 + target/i386/cpu.c | 2 +- tests/qtest/migration-test.c | 4 +- tests/qtest/nvme-test.c | 87 ++++++++- 37 files changed, 781 insertions(+), 318 deletions(-)