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 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 + 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/m68k/bootinfo.h | 55 ------ hw/m68k/q800.c | 20 +- include/block/block.h | 3 + include/block/block_int.h | 9 + 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/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 +- 26 files changed, 797 insertions(+), 249 deletions(-) create mode 100644 include/standard-headers/asm-m68k/bootinfo-mac.h create mode 100644 include/standard-headers/asm-m68k/bootinfo.h