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 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 [...] adds fe644e8ebb target/s390x/cpu.h: Remove unused SIGP_MODE defines adds 0c8c45140c docs: rSTify the "TrivialPatches" wiki adds 0ff0dcf6b5 docs: rSTify the "SubmitAPullRequest" wiki adds 9f73de8df0 docs: rSTify the "SubmitAPatch" wiki adds 418ce0201f Revert "device-crash-test: Ignore errors about a bus not bei [...] adds d06f3bf922 gitlab-ci/cirrus: Increase timeout to 80 minutes adds 3bb87484e7 Merge tag 'pull-request-2021-11-17' of https://gitlab.com/th [...]
No new revisions were added by this update.
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 + scripts/device-crash-test | 1 - target/riscv/machine.c | 92 +++---- target/s390x/cpu.h | 5 - 9 files changed, 638 insertions(+), 52 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