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 c973f06521 Merge remote-tracking branch 'remotes/nvme/tags/nvme-fixes-p [...] adds af903caed9 target/arm: Don't migrate CPUARMState.features adds 10d0ef3e6c target/arm: Fix SCR RES1 handling adds 377a3ba25c hw/arm: Remove GPIO from unimplemented NPCM7XX adds dc8b18534e target/arm: Add support for FEAT_DIT, Data Independent Timing adds f944a854ce target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr i [...] adds 2bf1eff9e9 target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "ma [...] adds 5385320c2b target/arm: Set ID_PFR0.DIT to 1 for "max" 32-bit CPU adds 932a8d1f11 arm: Update infocenter.arm.com URLs adds e6a41a045c accel/tcg: Add URL of clang bug to comment about our workaround adds 4565d82616 hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2 adds d3c1183ffe target/arm: Correctly initialize MDCR_EL2.HPMN adds eac92d3163 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-tar [...] adds 582d4210eb qemu-nbd: Use SOMAXCONN for socket listen() backlog adds 3dcf56e625 qemu-nbd: Permit --shared=0 for unlimited clients adds e055a5c8dc iotests/210: Fix reference output adds c90e3512a4 io: error_prepend() in qio_channel_readv_full_all() causes segfault adds bd54669a4a block: add new BlockDriver handler: bdrv_cancel_in_flight adds c4f7f24e1f block/nbd: implement .bdrv_cancel_in_flight adds 3fc1ec3725 block/raw-format: implement .bdrv_cancel_in_flight handler adds 9820933b57 job: add .cancel handler for the driver adds 521ff8b779 block/mirror: implement .cancel job handler adds 46bd6f8c36 iotests/264: move to python unittest adds 3f7db418d1 iotests.py: qemu_nbd_popen: remove pid file after use adds d00dd63135 iotests/264: add mirror-cancel test-case adds ff789bf5a9 block/backup: implement .cancel job handler adds 594427fc56 iotests/264: add backup-cancel test-case adds abb8b29aff Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-20 [...] adds ee2fc6c6da m68k: improve cpu instantiation comments adds 4ecce5fb52 m68k: cascade m68k_features by m680xx_cpu_initfn() to improv [...] adds 60d8e96453 m68k: improve comments on m68k_move_to/from helpers adds 5736526ce2 m68k: add missing BUSCR/PCR CR defines, and BUSCR/PCR/CAAR C [...] adds 8df0e6aeda m68k: MOVEC insn. should generate exception if wrong CR is accessed adds 7525a9b94c m68k: add MSP detection support for stack pointer swap helpers adds 382d71af7d m68k: import bootinfo headers from linux adds f4ceebdec5 Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6 [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 2 + accel/tcg/cpu-exec.c | 25 ++- block/backup.c | 10 + block/io.c | 11 ++ block/mirror.c | 9 + block/nbd.c | 15 ++ block/raw-format.c | 6 + blockdev-nbd.c | 7 +- docs/tools/qemu-nbd.rst | 4 +- hw/arm/aspeed_ast2600.c | 2 +- hw/arm/musca.c | 4 +- hw/arm/npcm7xx.c | 8 - hw/arm/xlnx-versal.c | 4 +- hw/m68k/bootinfo.h | 55 ------ hw/m68k/q800.c | 20 +- hw/misc/arm_integrator_debug.c | 2 +- hw/timer/arm_timer.c | 7 +- include/block/block.h | 3 + include/block/block_int.h | 9 + include/hw/dma/pl080.h | 7 +- include/hw/misc/arm_integrator_debug.h | 2 +- include/hw/ssi/pl022.h | 5 +- include/qemu/job.h | 5 + include/standard-headers/asm-m68k/bootinfo-mac.h | 120 ++++++++++++ include/standard-headers/asm-m68k/bootinfo.h | 166 ++++++++++++++++ io/channel.c | 3 +- job.c | 3 + qemu-nbd.c | 14 +- target/arm/cpu.c | 4 + target/arm/cpu.h | 17 ++ target/arm/cpu64.c | 5 + target/arm/helper-a64.c | 27 ++- target/arm/helper.c | 71 +++++-- target/arm/internals.h | 6 + target/arm/machine.c | 2 +- target/arm/op_helper.c | 9 +- target/arm/translate-a64.c | 12 ++ target/m68k/cpu.c | 116 +++++++---- target/m68k/cpu.h | 64 +++++-- target/m68k/helper.c | 234 ++++++++++++++++++----- target/m68k/translate.c | 2 +- tests/qemu-iotests/210.out | 2 +- tests/qemu-iotests/264 | 140 +++++++++----- tests/qemu-iotests/264.out | 20 +- tests/qemu-iotests/iotests.py | 6 +- 45 files changed, 961 insertions(+), 304 deletions(-) create mode 100644 include/standard-headers/asm-m68k/bootinfo-mac.h create mode 100644 include/standard-headers/asm-m68k/bootinfo.h