This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/qemu.
from 3493c36f03 Merge remote-tracking branch 'remotes/cohuck/tags/s390x-2020 [...] adds a60442eb8d target/mips: Deprecate nanoMIPS ISA adds d40b55bc1b target/mips: Fix PageMask with variable page size adds bf4ee88ab6 hw/mips/boston: Fix memory leak in boston_fdt_filter() error [...] adds 193f51ddcf Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mip [...] adds f166061c73 MAINTAINERS: Demote Renesas target & hardware to 'Odd Fixes' adds 60f6de8fba hw/rx/rx-gdbsim: Fix memory leak (CID 1432307) adds 2a190a7256 Merge remote-tracking branch 'remotes/philmd-gitlab/tags/ren [...] adds c4cdf54cff docs/devel/qapi-code-gen: Fix up examples adds 92a3c6aac8 MAINTAINERS: Add QAPI schema modules to their subsystems adds a1d12a2148 qapi: Fix missing headers in QMP Reference Manual adds ffb515fa50 qapi/block-core: Improve MapEntry documentation adds 143d51e179 block: Remove unused BlockDeviceMapEntry adds a2547c1ba9 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi- [...] adds 3d86af858e block: Remove unused include adds 009cde17a5 block: Move bdrv_drain_all_end_quiesce() to block_int.h adds 3441ad4bc4 qcow2: Document and enforce the QCowL2Meta invariants adds 8ce648056f hw/block/nvme: fix null ns in register namespace adds bf288953f1 hw/block/nvme: fix uint16_t use of uint32_t sgls member adds 73ad0ff216 hw/block/nvme: fix free of array-typed value adds 2daba44205 iotests: add filter_qmp_virtio_scsi function adds c6ac463631 iotests: rewrite iotest 240 in python adds c63b0201ae block: Fixes nfs compiling error on msys2/mingw adds 7c5c538306 block: enable libnfs on msys2/mingw in cirrus.yml adds 122860bae7 block: Fix integer promotion error in bdrv_getlength() adds 5f14f31d2b block: Fix some code style problems, "foo* bar" should be "f [...] adds 6c5f7b3a10 block: add forgotten bdrv_abort_perm_update() to bdrv_co_inv [...] adds 313274bbd4 block: add bdrv_replace_node_common() adds d669ed6ab0 block: make bdrv_drop_intermediate() less wrong adds 2b030ce1ed Merge remote-tracking branch 'remotes/maxreitz/tags/pull-blo [...] adds b1b9ab1c04 qga: fix missing closedir() in qmp_guest_get_disks() adds 43afbbd9fe Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2 [...] new c445593d30 target/riscv: Add a virtualised MMU Mode new 3e5979046f target/riscv: Set the virtualised MMU mode when doing hyp accesses new 1c1c060aa8 target/riscv: Remove the HS_TWO_STAGE flag new 743077b35b target/riscv: Remove the hyp load and store functions new 7687537ab0 target/riscv: Split the Hypervisor execute load helpers new 96338fefc1 hw/intc/ibex_plic: Clear the claim register when read new f7e1914ada Merge remote-tracking branch 'remotes/alistair/tags/pull-ris [...] new b8ae597f0e linux-user/sparc: Fix errors in target_ucontext structures new 266b41582e linux-user/sparc: Correct set/get_context handling of fp and i7 new c3ab5df2f5 linux-user/sparc: Don't zero high half of PC, NPC, PSR in sigreturn new 6c8e801f07 Merge remote-tracking branch 'remotes/vivier2/tags/linux-use [...] new a3f6be81aa meson: always include contrib/libvhost-user new 45716765b1 tests/vm: update openbsd to release 6.8 new 8a47836548 device-crash-test: Check if path is actually an executable file new 3dc057923d qtest: Fix bad printf format specifiers new dccaea2514 tests/qtest/tpm: Remove redundant check in the tpm_test_swtp [...] new 7433a6860b gitlab-ci: Drop generic cache rule new 3758e88bb8 MAINTAINERS: Add gitlab-pipeline-status script to GitLab CI section new f3a0208f24 docs/fuzz: rST-ify the fuzzing documentation new e6a3e1322b docs/fuzz: update fuzzing documentation post-meson new bb451d2487 scripts/oss-fuzz: give all fuzzers -target names new aba378dee6 fuzz: Make fork_fuzz.ld compatible with LLVM's LLD new 2deca810d8 configure: surface deprecated targets in the help output new 4daa9055be gitlab: publish the docs built during CI new d0f26e68a0 gitlab: force enable docs build in Fedora, Ubuntu, Debian new 704a256da8 docs: add "page source" link to sphinx documentation new d4e279141b fuzz: add virtio-blk fuzz target new ad57e2b1f5 qtest: Update references to parse_escape() in comments new 074df27f74 s390x: fix clang 11 warnings in cpu_models.c new a58cabd0e3 s390x: Avoid variable size warning in ipl.h new 879860ca70 Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull- [...]
The 31 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: .cirrus.yml | 1 + .gitlab-ci.yml | 24 ++- MAINTAINERS | 25 ++- block.c | 89 +++++--- block/blkdebug.c | 2 +- block/dmg-lzfse.c | 1 - block/dmg.c | 2 +- block/nfs.c | 13 +- block/qcow2-cluster.c | 5 +- block/qcow2.c | 23 +- block/qcow2.h | 25 ++- block/vpc.c | 10 +- configure | 4 +- docs/_templates/editpage.html | 5 + docs/conf.py | 1 + docs/devel/_templates/editpage.html | 5 + docs/devel/fuzzing.rst | 236 +++++++++++++++++++++ docs/devel/fuzzing.txt | 214 ------------------- docs/devel/index.rst | 1 + docs/devel/qapi-code-gen.txt | 6 +- docs/interop/_templates/editpage.html | 5 + docs/specs/_templates/editpage.html | 5 + docs/system/_templates/editpage.html | 5 + docs/system/deprecated.rst | 23 ++ docs/tools/_templates/editpage.html | 5 + docs/user/_templates/editpage.html | 5 + hw/block/nvme.c | 6 +- hw/intc/ibex_plic.c | 3 + hw/mips/boston.c | 10 +- hw/rx/rx-gdbsim.c | 3 +- hw/s390x/ipl.h | 4 +- include/block/block.h | 6 - include/block/block_int.h | 9 + linux-user/sparc/signal.c | 62 +++--- meson.build | 6 +- qapi/audio.json | 4 + qapi/authz.json | 6 +- qapi/block-core.json | 47 ++-- qga/commands-posix.c | 3 + scripts/device-crash-test | 4 +- scripts/oss-fuzz/build.sh | 12 +- target/mips/cp0_helper.c | 27 ++- target/mips/cpu.h | 1 + target/riscv/cpu-param.h | 11 +- target/riscv/cpu.h | 19 +- target/riscv/cpu_bits.h | 1 - target/riscv/cpu_helper.c | 62 +++--- target/riscv/helper.h | 5 +- target/riscv/insn_trans/trans_rvh.c.inc | 143 +++++-------- target/riscv/op_helper.c | 124 +---------- target/riscv/translate.c | 2 + target/s390x/cpu_models.c | 8 +- tests/qemu-iotests/240 | 219 ++++++++----------- tests/qemu-iotests/240.out | 76 ++++--- tests/qemu-iotests/iotests.py | 10 + tests/qtest/arm-cpu-features.c | 8 +- tests/qtest/fuzz/fork_fuzz.ld | 12 +- tests/qtest/fuzz/meson.build | 1 + .../fuzz/{virtio_scsi_fuzz.c => virtio_blk_fuzz.c} | 141 ++++++------ tests/qtest/libqos/libqtest.h | 18 +- tests/qtest/libqtest-single.h | 2 +- tests/qtest/tpm-tests.c | 6 +- tests/vm/openbsd | 8 +- 63 files changed, 923 insertions(+), 906 deletions(-) create mode 100644 docs/_templates/editpage.html create mode 100644 docs/devel/_templates/editpage.html create mode 100644 docs/devel/fuzzing.rst delete mode 100644 docs/devel/fuzzing.txt create mode 100644 docs/interop/_templates/editpage.html create mode 100644 docs/specs/_templates/editpage.html create mode 100644 docs/system/_templates/editpage.html create mode 100644 docs/tools/_templates/editpage.html create mode 100644 docs/user/_templates/editpage.html copy tests/qtest/fuzz/{virtio_scsi_fuzz.c => virtio_blk_fuzz.c} (55%)