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 d74824cf7c Merge remote-tracking branch 'remotes/cohuck/tags/s390x-2020 [...] adds 1f42e24699 seabios: update to master snapshot adds 92a95ab446 Merge remote-tracking branch 'remotes/kraxel/tags/seabios-20 [...] adds 6ac3f1e799 qapi/machine.json: Fix missing newline in doc comment adds fbeed19761 qapi: Delete unwanted indentation of top-level expressions adds f7160f3218 schemas: Add vim modeline adds 6c5dfc9ccb Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi- [...] adds fe16c7ddf8 qcow2: Release read-only bitmaps when inactivated adds edadc99a2e iotests/169: Test source cont with backing bmap adds 45a150aa2b Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmap [...] adds e7e5a9595a hw/arm/netduino2, netduinoplus2: Set system_clock_scale adds faf7c6de34 include/hw/irq.h: New function qemu_irq_is_connected() adds 9e60d759d3 hw/intc/armv7m_nvic: Provide default "reset the system" beha [...] adds fc6bb6e67e msf2-soc, stellaris: Don't wire up SYSRESETREQ adds 8796fe40dd target/arm: Fix AddPAC error indication adds 88a90e3de6 target/arm: Avoid maybe-uninitialized warning with gcc 4.9 adds ce4f70e81e hw/arm/nrf51_soc: Set system_clock_scale adds 13557fd392 hw/timer/imx_epit: Avoid assertion when CR.SWR is written adds 5c1c3e4f02 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-tar [...] new f81cddfe8a colo-compare: Remove superfluous NULL-pointer checks for s-> [...] new 035e69b063 hw/net/net_tx_pkt: fix assertion failure in net_tx_pkt_add_r [...] new bcc983234b Merge remote-tracking branch 'remotes/jasowang/tags/net-pull [...] new 8e0ef06894 accel/xen: Fix xen_enabled() behavior on target-agnostic objects new d15532d91b Merge remote-tracking branch 'remotes/aperard/tags/pull-xen- [...] new facc68516a virtio-mem: Correct format specifier mismatch for RISC-V new 881419b711 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' [...] new ffdfca6fac docs/devel: Document decodetree no-overlap groups new d250bb19ce target/arm: Fix decode of LDRA[AB] instructions new fd3cd581f9 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-tar [...]
The 10 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: accel/stubs/xen-stub.c | 2 + accel/xen/xen-all.c | 7 +--- block/qcow2-bitmap.c | 23 +++++++++-- docs/devel/decodetree.rst | 33 +++++++++------ docs/interop/firmware.json | 1 + docs/interop/vhost-user.json | 1 + hw/arm/msf2-soc.c | 11 ----- hw/arm/netduino2.c | 10 +++++ hw/arm/netduinoplus2.c | 10 +++++ hw/arm/nrf51_soc.c | 5 +++ hw/arm/stellaris.c | 12 ------ hw/intc/armv7m_nvic.c | 17 +++++++- hw/net/net_tx_pkt.c | 5 ++- hw/timer/imx_epit.c | 13 ++++-- hw/virtio/virtio-mem.c | 2 +- include/hw/arm/armv7m.h | 4 +- include/hw/irq.h | 18 +++++++++ include/sysemu/xen.h | 18 +++++++-- net/colo-compare.c | 8 +--- pc-bios/bios-256k.bin | Bin 262144 -> 262144 bytes pc-bios/bios.bin | Bin 131072 -> 131072 bytes pc-bios/vgabios-ati.bin | Bin 39424 -> 39424 bytes pc-bios/vgabios-bochs-display.bin | Bin 28672 -> 28672 bytes pc-bios/vgabios-cirrus.bin | Bin 38912 -> 38912 bytes pc-bios/vgabios-qxl.bin | Bin 39424 -> 39424 bytes pc-bios/vgabios-ramfb.bin | Bin 28672 -> 28672 bytes pc-bios/vgabios-stdvga.bin | Bin 39424 -> 39424 bytes pc-bios/vgabios-virtio.bin | Bin 39424 -> 39424 bytes pc-bios/vgabios-vmware.bin | Bin 39424 -> 39424 bytes pc-bios/vgabios.bin | Bin 38912 -> 38912 bytes qapi/authz.json | 1 + qapi/block-core.json | 27 +++++++------ qapi/block.json | 1 + qapi/char.json | 1 + qapi/common.json | 1 + qapi/control.json | 1 + qapi/crypto.json | 1 + qapi/dump.json | 1 + qapi/error.json | 1 + qapi/introspect.json | 1 + qapi/job.json | 1 + qapi/machine-target.json | 1 + qapi/machine.json | 4 +- qapi/migration.json | 1 + qapi/misc-target.json | 1 + qapi/misc.json | 1 + qapi/net.json | 1 + qapi/qapi-schema.json | 1 + qapi/qdev.json | 1 + qapi/qom.json | 1 + qapi/rdma.json | 1 + qapi/rocker.json | 1 + qapi/run-state.json | 1 + qapi/sockets.json | 1 + qapi/tpm.json | 1 + qapi/transaction.json | 1 + qapi/ui.json | 5 ++- qga/qapi-schema.json | 1 + roms/seabios | 2 +- storage-daemon/qapi/qapi-schema.json | 1 + target/arm/pauth_helper.c | 6 ++- target/arm/translate-a64.c | 8 ++-- tests/qapi-schema/doc-good.json | 2 + tests/qapi-schema/include/sub-module.json | 1 + tests/qapi-schema/qapi-schema-test.json | 1 + tests/qapi-schema/sub-sub-module.json | 1 + tests/qemu-iotests/169 | 64 +++++++++++++++++++++++++++++- tests/qemu-iotests/169.out | 4 +- tests/tcg/aarch64/Makefile.target | 2 +- tests/tcg/aarch64/pauth-5.c | 33 +++++++++++++++ 70 files changed, 298 insertions(+), 88 deletions(-) create mode 100644 tests/tcg/aarch64/pauth-5.c