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-master-aarch64-mainline-defconfig in repository toolchain/ci/qemu.
from 56f4f41e02 Merge tag 'pull-nbd-2021-11-16' of https://repo.or.cz/qemu/e [...] adds 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 [...] 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 [...] adds f3bc3a73c9 vfio: Fix memory leak of hostwin adds 0055ecca84 Merge tag 'vfio-fixes-20211117.0' of git://github.com/awilli [...] adds 55cdf56641 qapi/qom,target/i386: sev-guest: Introduce kernel-hashes=on| [...] adds 9dbe0c93f0 target/i386/sev: Add kernel hashes only if sev-guest.kernel- [...] adds 5a0294a21c target/i386/sev: Rephrase error message when no hashes table [...] adds a0190bf150 target/i386/sev: Fail when invalid hashes table area detected adds ddcc0d898e target/i386/sev: Perform padding calculations at compile-time adds 58603ba268 target/i386/sev: Replace qemu_map_ram_ptr with address_space_map adds 44a3aa0608 Merge tag 'sev-hashes-pull-request' of https://gitlab.com/be [...] adds d05dcd94ae net: vmxnet3: validate configuration values during activate [...] adds fb5eca4a57 net/colo-compare.c: Fix ACK track reverse issue adds 0656fbc7dd net/colo-compare.c: Fix incorrect return when input wrong size adds 3760a04c35 Merge tag 'net-pull-request' of https://github.com/jasowang/ [...] adds 9fc6e86e8b hw/nvme: reattach subsystem namespaces on hotplug adds 916b0f0b52 hw/nvme: change nvme-ns 'shared' default adds e2c57529c9 hw/nvme: fix buffer overrun in nvme_changed_nslist (CVE-2021-3947) adds 9c25e1db18 Merge tag 'nvme-fixes-for-6.2-pull-request' of git://git.inf [...] adds 14554b3dcc pmu: fix pmu vmstate subsection list adds a443d55c3f tests/tcg/ppc64le: Fix compile flags for byte_reverse adds d434a47905 Merge tag 'pull-ppc-20211119' of https://github.com/legoater [...] adds 6a23f8190f meson: fix botched compile check conversions adds 0cc4965049 nvmm: Fix support for stable version adds 3f26c97577 esp: ensure that async_len is reset to 0 during esp_hard_reset() adds 283191640c qtest/am53c974-test: add test for reset before transfer adds 5135fe7110 docs: Spell QEMU all caps adds fbab8cc24d meson.build: Support ncurses on MacOS and OpenBSD adds fdc6e16818 chardev/wctable: don't free the instance in wctablet_chr_finalize adds 8627edfb3f Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...]
No new revisions were added by this update.
Summary of changes: .gitlab-ci.d/cirrus.yml | 1 + VERSION | 2 +- chardev/wctablet.c | 1 - docs/devel/index.rst | 3 + docs/devel/modules.rst | 2 +- docs/devel/multi-thread-tcg.rst | 2 +- docs/devel/style.rst | 2 +- docs/devel/submitting-a-patch.rst | 456 +++++++++++++++++++++++++++++++ docs/devel/submitting-a-pull-request.rst | 76 ++++++ docs/devel/trivial-patches.rst | 50 ++++ docs/devel/ui.rst | 4 +- docs/interop/nbd.txt | 6 +- docs/interop/qcow2.txt | 8 +- docs/multiseat.txt | 2 +- docs/system/device-url-syntax.rst.inc | 2 +- docs/system/devices/nvme.rst | 24 +- docs/system/i386/sgx.rst | 26 +- docs/u2f.txt | 2 +- hw/core/machine.c | 1 + hw/misc/macio/pmu.c | 1 + hw/net/vmxnet3.c | 13 + hw/nvme/ctrl.c | 5 + hw/nvme/ns.c | 8 +- hw/nvme/subsys.c | 10 +- hw/scsi/esp.c | 1 + hw/vfio/common.c | 8 + meson.build | 39 ++- net/colo-compare.c | 8 +- python/qemu/aqmp/protocol.py | 24 +- qapi/qom.json | 7 +- qemu-options.hx | 6 +- scripts/device-crash-test | 34 ++- target/i386/nvmm/nvmm-all.c | 10 + target/i386/sev.c | 79 +++++- target/riscv/machine.c | 92 +++---- target/s390x/cpu.h | 5 - tests/qtest/am53c974-test.c | 30 ++ tests/tcg/ppc64le/Makefile.target | 12 +- ui/curses.c | 4 + 39 files changed, 912 insertions(+), 154 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