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/release-arm in repository toolchain/ci/qemu.
from 0a70bcf18c Update version for v6.2.0-rc0 release adds 9a599217a4 docs/block-replication: use blockdev-backup adds 24d6cc1fa1 docs/interop/bitmaps: use blockdev-backup adds 1084159b31 qapi: deprecate drive-backup adds 856f9fa9a2 Merge tag 'pull-jobs-2021-11-09' of https://src.openvz.org/s [...] adds 1bf4d3294b monitor: Fix find_device_state() for IDs containing slashes adds d73b6ae2c0 Merge tag 'pull-monitor-2021-11-10' of git://repo.or.cz/qemu [...] adds 13b86cbd2c docs/devel/qapi-code-gen: Drop a duplicate paragraph adds 53e9e547d2 docs/devel/qapi-code-gen: Belatedly document feature documentation adds 8c0bae5a19 qapi: Belatedly mark unstable QMP parts with feature 'unstable' adds b30187ef02 Merge tag 'pull-qapi-2021-11-10' of git://repo.or.cz/qemu/ar [...] adds a0b9c5f75c target/i386: sgx: mark device not user creatable adds ef149763a8 rcu: Introduce force_rcu notifier adds dd47a8f654 accel/tcg: Register a force_rcu notifier adds bd989ed44f numa: avoid crash with SGX and "info numa" adds 2c3132279b sgx: Reset the vEPC regions during VM reboot adds 1b9fc6d8ba Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...] adds 225bec0c0e tcg/optimize: Add an extra cast to fold_extract2 adds f1f727ac8a tcg: Remove TCI experimental status adds 8d30f0473e tcg: Document ctpop opcodes adds d58f01733b tcg/s390x: Fix tcg_out_vec_op argument type adds 70f872ca91 Merge tag 'pull-tcg-20211111' of https://gitlab.com/rth7680/ [...] adds 3620328f78 target/ppc: Fix register update on lf[sd]u[x]/stf[sd]u[x] adds 1fde73bcd7 spapr_numa.c: fix FORM1 distance-less nodes adds d139786e1b ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidat [...] adds 42f6c9179b Merge tag 'pull-ppc-20211112' of https://github.com/legoater [...]
No new revisions were added by this update.
Summary of changes: accel/tcg/tcg-accel-ops-mttcg.c | 26 +++ accel/tcg/tcg-accel-ops-rr.c | 10 ++ docs/about/build-platforms.rst | 10 +- docs/about/deprecated.rst | 11 ++ docs/block-replication.txt | 4 +- docs/devel/qapi-code-gen.rst | 29 ++-- docs/interop/bitmaps.rst | 285 +++++++++++++++++++++++++-------- docs/interop/live-block-operations.rst | 47 ++++-- hw/core/numa.c | 7 + hw/i386/sgx-epc.c | 1 + hw/i386/sgx.c | 50 ++++++ hw/ppc/spapr_numa.c | 62 +++---- include/qemu/rcu.h | 15 ++ include/qom/object.h | 12 ++ meson.build | 4 +- meson_options.txt | 2 +- qapi/block-core.json | 5 +- qapi/machine.json | 54 +++++-- qapi/transaction.json | 6 +- qom/object.c | 11 ++ scripts/meson-buildoptions.sh | 3 +- softmmu/qdev-monitor.c | 8 +- target/ppc/mmu_helper.c | 2 +- target/ppc/translate/fp-impl.c.inc | 2 +- tcg/README | 6 + tcg/optimize.c | 2 +- tcg/s390x/tcg-target.c.inc | 3 +- util/rcu.c | 19 +++ 28 files changed, 532 insertions(+), 164 deletions(-)