This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allyesconfig in repository toolchain/ci/qemu.
from 6d40ce00c1 Update version for v6.0.0-rc1 release adds 13e340c886 linux-user: NETLINK_LIST_MEMBERSHIPS: Allow bad ptr if its l [...] adds b307a3174f Merge remote-tracking branch 'remotes/vivier2/tags/linux-use [...] adds 093256789a hw/ppc: e500: Add missing #address-cells and #size-cells in [...] adds 9cbcfb5924 target/ppc/kvm: Cache timebase frequency adds df2d7ca774 spapr: Assert DIMM unplug state in spapr_memory_unplug() adds a40888bad6 spapr: Fix typo in the patb_entry comment adds 611ac0a60f hw/net: fsl_etsec: Tx padding length should exclude CRC adds 6ee55e1d10 Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for [...] adds 574b8304cf block/vdi: When writing new bmap entry fails, don't leak the buffer adds 07ee2ab4fd block/vdi: Don't assume that blocks are larger than VdiHeader adds 2f6ef0393b coroutine-lock: Store the coroutine in the CoWaitRecord only once adds 050de36b13 coroutine-lock: Reimplement CoRwlock to fix downgrade bug adds 25bc2daed0 test-coroutine: Add rwlock upgrade test adds b6489ac066 test-coroutine: Add rwlock downgrade test adds 1bd16067b6 Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/b [...] adds 76f67bac79 meson: Propagate gnutls dependency to migration adds 10b8eb94c0 target/i386: Verify memory operand for lcall and ljmp adds a061a71e0d qapi: qom: do not use target-specific conditionals adds 7cebff0d03 replay: fix recursive checkpoints adds cb4d9e38bd Revert "qom: use qemu_printf to print help for user-creatabl [...] adds fe852ac2b3 icount: get rid of static variable adds 46967b1a43 replay: notify CPU on event adds b9e40bac9c target/openrisc: fix icount handling for timer instructions adds c7328271cf configure: Do not use default_feature for EXESUF adds a5158a963e hexagon: do not specify executables as inputs adds 2008b34a59 hexagon: do not specify Python scripts as inputs adds c81cfb89bc docs: Add a QEMU Code of Conduct and Conflict Resolution Pol [...] adds 00084bab87 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/fo [...] adds 64e16fbbf4 util: fix use-after-free in module_load_one adds 1d9fa7a859 dbus-vmstate: Increase the size of input stream buffer used [...] adds 816f93b200 docs: simplify each section title adds 1a92d6d500 yank: Remove dependency on qiochannel adds e0150291ec yank: Always link full yank code adds 789fd6934e chardev/char.c: Move object_property_try_add_child out of ch [...] adds f36b0efd7f chardev/char.c: Always pass id to chardev_new adds feb774ca3f chardev: Fix yank with the chardev-change case adds d3a0bb7706 tests: Add tests for yank with the chardev-change case adds 415fa2fe91 Merge remote-tracking branch 'remotes/marcandre/tags/for-6.0 [...] adds fac87d4d9d MAINTAINERS: Fix tests/migration maintainers adds 074c84b9b3 MAINTAINERS: add/replace backups for some s390 areas adds bead6a96bb MAINTAINERS: Drop the lines with Sarah Harris adds d6eed46548 MAINTAINERS: replace Huawei's email to personal one adds e4145cd735 MAINTAINERS: Drop the line with Xiang Zheng adds 09c8d9e867 MAINTAINERS: add virtio-fs mailing list adds b2744da975 MAINTAINERS: Mark RX hardware emulation orphan adds 2d53d0c77f MAINTAINERS: Mark SH-4 hardware emulation orphan adds bd74ecd1c3 qom: Fix default values in help adds 7e3a61ce62 util/compatfd.c: Fixed style issues adds 4fb98ae62d docs: Remove obsolete paragraph about config-target.mak adds 69c5d14dc8 docs: Fix typo in the default name of the qemu-system-x86_64 binary adds ca89d15f8e device-crash-test: Ignore errors about a bus not being available adds 50a9b4499c Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 38 +++--- backends/dbus-vmstate.c | 20 ++- block/vdi.c | 11 +- chardev/char-socket.c | 41 ++++-- chardev/char.c | 77 ++++++++---- configure | 2 +- docs/defs.rst.inc | 2 +- docs/devel/build-system.rst | 8 -- docs/devel/code-of-conduct.rst | 60 +++++++++ docs/devel/conflict-resolution.rst | 80 ++++++++++++ docs/devel/index.rst | 6 +- docs/interop/index.rst | 4 +- docs/specs/index.rst | 4 +- docs/system/index.rst | 4 +- docs/tools/index.rst | 4 +- docs/user/index.rst | 4 +- hw/net/fsl_etsec/rings.c | 2 +- hw/ppc/e500.c | 2 + hw/ppc/spapr.c | 3 + include/chardev/char.h | 3 + include/hw/ppc/spapr.h | 2 +- include/qemu/coroutine.h | 17 +-- include/qemu/yank.h | 10 -- linux-user/syscall.c | 2 +- migration/channel.c | 6 +- migration/meson.build | 3 +- migration/multifd.c | 3 +- migration/qemu-file-channel.c | 3 +- migration/yank_functions.c | 20 +++ migration/yank_functions.h | 17 +++ qapi/qom.json | 10 +- qom/object_interfaces.c | 3 +- replay/replay-events.c | 2 + replay/replay.c | 11 +- scripts/device-crash-test | 1 + softmmu/cpu-timers.c | 5 +- softmmu/icount.c | 9 +- softmmu/timers-state.h | 2 + stubs/meson.build | 1 - stubs/yank.c | 29 ----- target/hexagon/meson.build | 36 ++---- target/i386/tcg/translate.c | 6 + target/openrisc/translate.c | 15 +++ target/ppc/kvm.c | 25 +++- tests/unit/meson.build | 3 +- tests/unit/test-coroutine.c | 161 ++++++++++++++++++++++++ tests/unit/test-yank.c | 249 +++++++++++++++++++++++++++++++++++++ util/compatfd.c | 6 +- util/meson.build | 2 +- util/module.c | 3 +- util/qemu-coroutine-lock.c | 149 ++++++++++++++-------- util/yank.c | 8 -- 52 files changed, 938 insertions(+), 256 deletions(-) create mode 100644 docs/devel/code-of-conduct.rst create mode 100644 docs/devel/conflict-resolution.rst create mode 100644 migration/yank_functions.c create mode 100644 migration/yank_functions.h delete mode 100644 stubs/yank.c create mode 100644 tests/unit/test-yank.c