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_build/master-arm in repository toolchain/ci/qemu.
from 67f9968ce3 Update version for v6.2.0-rc1 release adds f26bd6ff21 python/aqmp: Fix disconnect during capabilities negotiation adds 25de7f5012 python/aqmp: fix ConnectError string method adds 47b43acd57 scripts/device-crash-test: simplify Exception handling adds 76f86e78b2 scripts/device-crash-test: don't emit AQMP connection errors [...] adds c398a241ec scripts/device-crash-test: hide tracebacks for QMP connect errors adds 8d5fcb1990 Merge tag 'python-pull-request' of https://gitlab.com/jsnow/ [...] adds edcc4e4090 target/riscv: machine: Sort the .subsections adds c94c239496 meson.build: Merge riscv32 and riscv64 cpu family adds 52cebbfc13 Merge tag 'pull-riscv-to-apply-20211117-1' of github.com:ali [...] new fe644e8ebb target/s390x/cpu.h: Remove unused SIGP_MODE defines new 0c8c45140c docs: rSTify the "TrivialPatches" wiki new 0ff0dcf6b5 docs: rSTify the "SubmitAPullRequest" wiki new 9f73de8df0 docs: rSTify the "SubmitAPatch" wiki new 418ce0201f Revert "device-crash-test: Ignore errors about a bus not bei [...] new d06f3bf922 gitlab-ci/cirrus: Increase timeout to 80 minutes new 3bb87484e7 Merge tag 'pull-request-2021-11-17' of https://gitlab.com/th [...]
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .gitlab-ci.d/cirrus.yml | 1 + docs/devel/index.rst | 3 + docs/devel/submitting-a-patch.rst | 456 +++++++++++++++++++++++++++++++ docs/devel/submitting-a-pull-request.rst | 76 ++++++ docs/devel/trivial-patches.rst | 50 ++++ meson.build | 6 + python/qemu/aqmp/protocol.py | 24 +- scripts/device-crash-test | 34 ++- target/riscv/machine.c | 92 +++---- target/s390x/cpu.h | 5 - 10 files changed, 681 insertions(+), 66 deletions(-) create mode 100644 docs/devel/submitting-a-patch.rst create mode 100644 docs/devel/submitting-a-pull-request.rst create mode 100644 docs/devel/trivial-patches.rst