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 1e6c50ad85 Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5 [...] adds 6f4e1405b9 hw/arm/virt: Enable MTE via a machine property adds 7f6185ed9c hw/arm/virt: Error for MTE enabled with KVM adds 19bd6aafbd hw/arm/virt: Disable memory hotplug when MTE is enabled adds 8edbca515c util: Implement qemu_get_thread_id() for OpenBSD adds b51238e251 qdev: Move doc comments from qdev.c to qdev-core.h adds 46ea1be1ee qdev: Document qdev_unrealize() adds cd07d7f9f5 qdev: Document GPIO related functions adds 3f410039b7 hw/arm/armsse: Assert info->num_cpus is in-bounds in armsse_ [...] adds 2d21dd17c5 docs/system: Briefly document canon-a1100 board adds b76b60f59b docs/system: Briefly document collie board adds bb309000c8 docs/system: Briefly document gumstix boards adds 6a0b7505f1 docs/system: Document the arm virt board adds af3d69058e Merge remote-tracking branch 'remotes/pmaydell/tags/pull-tar [...] adds 7cee363bc2 scripts/oss-fuzz: Limit target list to i386-softmmu adds bcbad8b05c fuzz: Fix leak when assembling datadir path string adds 48eac10197 gitlab-ci.yml: Add oss-fuzz build tests adds dd0162653c fuzz: build without AddressSanitizer, by default adds ee16da12d7 docs/fuzz: describe building fuzzers with enable-sanitizers adds 19a91e4af8 docs/fuzz: add information about useful libFuzzer flags adds 09a14f586c docs/fuzz: add instructions for generating a coverage report adds 6184e5fb42 MAINTAINERS: Extend the device fuzzing section adds 2b0650205b msf2: Unbreak device-list-properties for "msf-soc" adds 7ad36e2e24 hw: Mark nd_table[] misuse in realize methods FIXME adds 90218a9a39 Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull- [...] adds 662d0c5392 block/crypto: disallow write sharing by default adds 0fca43de1b qemu-iotests: add testcase for bz #1857490 adds 1d719ddc35 block: fix bdrv_aio_cancel() for ENOMEDIUM requests adds 98d897eb4b Merge remote-tracking branch 'remotes/maxreitz/tags/pull-blo [...] adds cbf97d5b79 qapi: Fix visit_type_STRUCT() not to fail for null object adds 8856755eb8 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi- [...] adds e219d30910 hw/net: Added plen fix for IPv6 adds 5519724a13 hw/net/xgmac: Fix buffer overflow in xgmac_enet_send() adds 5252220dbf Merge remote-tracking branch 'remotes/jasowang/tags/net-pull [...] adds 8e67fda2dd xhci: fix valid.max_access_size to access address registers adds d97df4b84b qxl: fix modular builds with dtrace adds d87350b065 module: ignore NULL type adds a418695e1b Merge remote-tracking branch 'remotes/kraxel/tags/fixes-2020 [...] adds 7a309cc95b qom: Change object_get_canonical_path_component() not to malloc adds 5bd929d2ff qom: Document object_get_canonical_path() returns malloced string adds 0dde9fd12f qom: Make info qom-tree sort children more efficiently adds b50dab9eca Merge remote-tracking branch 'remotes/armbru/tags/pull-qom-2 [...] adds bae127d4dc file-posix: Handle `EINVAL` fallocate return value adds 61b3043965 qcow2: Implement v2 zero writes with discard if possible adds 4a01e27ddc iotests: Test sparseness for qemu-img convert -n adds 0c1fd2f41f Merge remote-tracking branch 'remotes/kevin/tags/for-upstrea [...] adds c8004fe6bb Update version for v5.1.0-rc1 release new 029afc4e76 qdev: Fix device_add DRIVER,help to print to monitor new 3cbc8970f5 Merge remote-tracking branch 'remotes/armbru/tags/pull-monit [...]
The 2 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.yml | 22 ++-- MAINTAINERS | 6 + VERSION | 2 +- backends/hostmem.c | 2 +- block/block-backend.c | 8 ++ block/crypto.c | 2 +- block/file-posix.c | 6 +- block/qcow2-cluster.c | 9 +- block/throttle-groups.c | 2 +- configure | 10 +- docs/devel/fuzzing.txt | 63 +++++++++- docs/system/arm/collie.rst | 16 +++ docs/system/arm/digic.rst | 11 ++ docs/system/arm/gumstix.rst | 21 ++++ docs/system/arm/virt.rst | 161 ++++++++++++++++++++++++++ docs/system/target-arm.rst | 4 + gdbstub.c | 2 +- hw/arm/allwinner-h3.c | 1 + hw/arm/armsse.c | 2 + hw/arm/msf2-soc.c | 9 +- hw/arm/virt.c | 50 +++++++- hw/arm/xlnx-versal.c | 1 + hw/arm/xlnx-zynqmp.c | 7 +- hw/block/nvme.c | 5 +- hw/core/machine-qmp-cmds.c | 2 +- hw/core/machine.c | 5 +- hw/core/qdev.c | 33 ------ hw/display/qxl.c | 9 ++ hw/dma/sparc32_dma.c | 1 + hw/mem/nvdimm.c | 5 +- hw/mem/pc-dimm.c | 5 +- hw/misc/ivshmem.c | 5 +- hw/net/net_tx_pkt.c | 23 ++++ hw/net/net_tx_pkt.h | 14 +++ hw/net/xgmac.c | 14 ++- hw/ppc/spapr_drc.c | 3 +- hw/ppc/trace-events | 2 +- hw/riscv/sifive_u.c | 1 + hw/usb/hcd-xhci.c | 4 +- hw/virtio/virtio-crypto.c | 5 +- hw/virtio/virtio-mem.c | 6 +- hw/virtio/virtio-pmem.c | 5 +- include/hw/arm/virt.h | 1 + include/hw/qdev-core.h | 267 ++++++++++++++++++++++++++++++++++++++++++- include/hw/qdev-properties.h | 13 +++ include/net/eth.h | 1 + include/qom/object.h | 7 +- iothread.c | 9 +- net/net.c | 6 +- qdev-monitor.c | 2 +- qom/object.c | 7 +- qom/qom-hmp-cmds.c | 32 +++--- scripts/oss-fuzz/build.sh | 2 +- scripts/qapi/visit.py | 1 + scsi/pr-manager-helper.c | 3 +- scsi/pr-manager.c | 2 +- softmmu/memory.c | 2 +- target/arm/cpu.c | 19 +-- target/arm/cpu64.c | 5 +- tests/qemu-iotests/122 | 30 +++++ tests/qemu-iotests/122.out | 17 +++ tests/qemu-iotests/296 | 44 ++++++- tests/qemu-iotests/296.out | 12 +- tests/qtest/fuzz/fuzz.c | 12 +- util/module.c | 3 + util/oslib-posix.c | 2 + 66 files changed, 899 insertions(+), 164 deletions(-) create mode 100644 docs/system/arm/collie.rst create mode 100644 docs/system/arm/digic.rst create mode 100644 docs/system/arm/gumstix.rst create mode 100644 docs/system/arm/virt.rst