This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-allnoconfig in repository toolchain/ci/qemu.
from f10e7b9f6f Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-6 [...] adds adc903a6c0 docs: fix 'sample-pages' option tag adds a6a83cef9c Reduce the PVM stop time during Checkpoint adds 91fe9a8dbd Reset the auto-converge counter at every checkpoint. adds 8554920455 Merge remote-tracking branch 'remotes/juanquintela/tags/migr [...] adds de4cf848b1 hmp: Add shortcut to stop command to match cont adds 65b4c8c759 hw/m68k: Fix typo in SPDX tag adds 63a0eb6987 .mailmap: Fix more contributor entries adds 1c282da395 meson: Fix 'interpretor' typo adds 4a778dac9e tests/qtest/virtio-net: fix hotplug test case adds 66d96a1901 docs/about/deprecated: Remove empty 'related binaries' section adds 21cc2bda7f Merge remote-tracking branch 'remotes/vivier/tags/trivial-br [...] adds 6837f29976 hw: m68k: virt: Add compat machine for 6.1 adds 6ed25621f2 hw: m68k: virt: Add compat machine for 6.2 adds 2b22e7540d Merge tag 'm68k-for-6.2-pull-request' of git://github.com/vi [...] adds 5db83c7e90 macfb: fix a memory leak (CID 1465231) adds 3871cfce1e Merge tag 'q800-for-6.2-pull-request' of git://github.com/vi [...] adds 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: .mailmap | 4 + VERSION | 2 +- 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 | 14 +- docs/block-replication.txt | 4 +- docs/devel/qapi-code-gen.rst | 29 ++-- docs/interop/bitmaps.rst | 285 +++++++++++++++++++++++++-------- docs/interop/live-block-operations.rst | 47 ++++-- hmp-commands.hx | 4 +- hw/char/goldfish_tty.c | 2 +- hw/core/numa.c | 7 + hw/display/macfb.c | 11 +- hw/i386/sgx-epc.c | 1 + hw/i386/sgx.c | 50 ++++++ hw/intc/goldfish_pic.c | 2 +- hw/intc/m68k_irqc.c | 2 +- hw/m68k/virt.c | 18 ++- hw/misc/virt_ctrl.c | 2 +- hw/ppc/spapr_numa.c | 62 +++---- include/hw/char/goldfish_tty.h | 2 +- include/hw/intc/goldfish_pic.h | 2 +- include/hw/intc/m68k_irqc.h | 2 +- include/hw/misc/virt_ctrl.h | 2 +- include/qemu/rcu.h | 15 ++ include/qom/object.h | 12 ++ meson.build | 6 +- meson_options.txt | 2 +- migration/colo.c | 4 + migration/ram.c | 57 ++++++- migration/ram.h | 1 + qapi/block-core.json | 5 +- qapi/machine.json | 54 +++++-- qapi/migration.json | 2 +- 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 +- tests/qtest/virtio-net-test.c | 2 +- util/rcu.c | 19 +++ 46 files changed, 629 insertions(+), 193 deletions(-)