This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/qemu.
from 757b8dd4e9 Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/vir [...] adds 01b5ab8cc0 hw/intc/arm_gicv3: Move checking of redist-region-count to a [...] adds 046164155a hw/intc/arm_gicv3: Set GICR_TYPER.Last correctly when nb_red [...] adds e5cba10ee1 hw/intc/arm_gicv3: Support multiple redistributor regions adds 1adf528ec3 hw/rtc/pl031: Send RTC_CHANGE QMP event adds 3e595538b8 Merge tag 'pull-target-arm-20211115-1' of https://git.linaro [...] adds 2523a79565 tests/unit/test-smp-parse: Restore MachineClass fields after [...] adds c3440eff4c tests/unit/test-smp-parse: QOM'ify smp_machine_class_init() adds 7b6d1bc962 tests/unit/test-smp-parse: Explicit MachineClass name adds 9f0f846465 Merge tag 'machine-core-20211115' of https://github.com/phil [...] adds 8d3dd037d9 stream: Traverse graph after modification adds a225369bce block: Manipulate children list in .attach/.detach adds 04c9c3a52c block: Unite remove_empty_child and child_free adds 2651806141 block: Drop detached child from ignore list adds be64bbb014 block: Pass BdrvChild ** to replace_child_noperm adds 562bda8bb4 block: Restructure remove_file_or_backing_child() adds 079bff693b transactions: Invoke clean() after everything else adds 82b54cf516 block: Let replace_child_tran keep indirect pointer adds b0a9f6fed3 block: Let replace_child_noperm free children adds 16e29cc050 iotests/030: Unthrottle parallel jobs in reverse adds 4d8b0f0a95 docs: Deprecate incorrectly typed device_add arguments adds c9d4e42a8f softmmu/qdev-monitor: fix use-after-free in qdev_set_id() adds 5dbd0ce115 file-posix: Fix alignment after reopen changing O_DIRECT adds 871c71b1ba Merge tag 'pull-block-2021-11-16' of https://gitlab.com/hrei [...]
No new revisions were added by this update.
Summary of changes: block.c | 233 ++++++++++++++++++++++++++++--------- block/file-posix.c | 20 +++- block/stream.c | 7 +- docs/about/deprecated.rst | 14 +++ hw/intc/arm_gicv3.c | 12 +- hw/intc/arm_gicv3_common.c | 56 +++++---- hw/intc/arm_gicv3_kvm.c | 10 +- hw/intc/arm_gicv3_redist.c | 40 ++++--- hw/rtc/meson.build | 2 +- hw/rtc/pl031.c | 10 +- include/hw/intc/arm_gicv3_common.h | 14 ++- include/qemu/transactions.h | 3 + tests/qemu-iotests/030 | 11 +- tests/qemu-iotests/142 | 29 +++++ tests/qemu-iotests/142.out | 18 +++ tests/unit/test-smp-parse.c | 52 ++++++--- util/transactions.c | 8 +- 17 files changed, 394 insertions(+), 145 deletions(-)