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 e64cf4d569 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-2020 [...] adds 1cb169b27a hw/ssi/npcm7xx_fiu: Fix handling of unsigned integer adds 1ef6a40608 hw/arm/fsl-imx25: Fix a typo adds b8bf3472cc hw/arm/sbsa-ref : Fix SMMUv3 Initialisation adds 04788fd5c5 hw/arm/sbsa-ref : allocate IRQs for SMMUv3 adds 3059344f01 hw/char/bcm2835_aux: Allow less than 32-bit accesses adds 94c7fefcb4 linux headers: sync to 5.9-rc7 adds 281a3c330e target/arm/kvm: Make uncalled stubs explicitly unreachable adds fe11f058c5 hw/arm/virt: Move post cpu realize check into its own function adds 946f1bb18c hw/arm/virt: Move kvm pmu setup to virt_cpu_post_init adds 05889d15d1 tests/qtest: Restore aarch64 arm-cpu-features test adds 68970d1e0d hw/arm/virt: Implement kvm-steal-time adds d1b6b70175 target/arm: Make '-cpu max' have a 48-bit PA adds 497d415d76 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-tar [...] adds dcba65f824 monitor: Add Monitor parameter to monitor_set_cpu() adds 87e6f4a4d6 monitor: Add Monitor parameter to monitor_get_cpu_index() adds 947e47448d monitor: Use getter/setter functions for cur_mon adds ff04108a0e hmp: Update current monitor only in handle_hmp_command() adds 57d3635e42 qmp: Assert that no other monitor is active adds 41725fa7ed qmp: Call monitor_set_cur() only in qmp_dispatch() adds e69ee454b5 monitor: Make current monitor a per-coroutine property adds 04f22362f1 qapi: Add a 'coroutine' flag for commands adds 9ce44e2ce2 qmp: Move dispatcher to a coroutine adds bb4b9ead95 hmp: Add support for coroutine command handlers adds 26b0b698c0 util/async: Add aio_co_reschedule_self() adds e336fd4c4b block: Add bdrv_co_enter()/leave() adds 18c6ac1c6e block: Add bdrv_lock()/unlock() adds eb94b81a94 block: Convert 'block_resize' to coroutine adds b7092cda1b Merge remote-tracking branch 'remotes/armbru/tags/pull-monit [...] adds 2155ceaf25 error: Remove NULL checks on error_propagate() calls (again) adds 805d44961b error: Use error_fatal to simplify obvious fatal errors (again) adds e1c30c43cd Merge remote-tracking branch 'remotes/armbru/tags/pull-error [...] adds f0638a0b6b spapr: Handle HPT allocation failure in nested guest adds 9c4d1497e8 spapr: Fix error leak in spapr_realize_vcpu() adds 2c82e8df4d ppc: Add a return value to ppc_set_compat() and ppc_set_comp [...] adds 899134eb49 ppc: Fix return value in cpu_post_load() error path adds a3114923d4 spapr: Simplify error handling in callers of ppc_set_compat() adds 121afbe487 spapr: Get rid of cas_check_pvr() error reporting adds 7e92da81be spapr: Simplify error handling in do_client_architecture_support() adds a9c2cdace0 spapr: Simplify error handling in spapr_vio_busdev_realize() adds 17548fe64a spapr: Add a return value to spapr_drc_attach() adds ebd226d221 spapr: Simplify error handling in prop_get_fdt() adds cfdc527473 spapr: Add a return value to spapr_set_vcpu_id() adds a5af92e2e9 spapr: Simplify error handling in spapr_cpu_core_realize() adds 451c690589 spapr: Add a return value to spapr_nvdimm_validate() adds 35dce34fbc spapr: Add a return value to spapr_check_pagesize() adds 83fa6e2a9f ppc/pnv: Increase max firmware size adds 29bfe52a52 spapr: add spapr_machine_using_legacy_numa() helper adds ee6635b227 spapr_numa: forbid asymmetrical NUMA setups adds 491e884e36 spapr_numa: change reference-points and maxdomain settings adds 690fbe4295 spapr_numa: consider user input when defining associativity adds 307e7a34dc specs/ppc-spapr-numa: update with new NUMA support adds 4a7c0bd9dc Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5 [...]
No new revisions were added by this update.
Summary of changes: audio/wavcapture.c | 8 +- block.c | 50 +++++ blockdev.c | 16 +- docs/devel/qapi-code-gen.txt | 29 +++ docs/specs/ppc-spapr-numa.rst | 235 ++++++++++++++++++++- docs/sphinx/qapidoc.py | 2 +- docs/system/arm/cpu-features.rst | 11 + dump/dump.c | 2 +- exec.c | 11 +- hmp-commands.hx | 1 + hw/arm/sbsa-ref.c | 3 +- hw/arm/virt.c | 111 +++++++--- hw/char/bcm2835_aux.c | 4 +- hw/core/machine-hmp-cmds.c | 2 +- hw/net/virtio-net.c | 8 +- hw/ppc/pnv.c | 2 +- hw/ppc/spapr.c | 53 ++--- hw/ppc/spapr_caps.c | 7 +- hw/ppc/spapr_cpu_core.c | 24 +-- hw/ppc/spapr_drc.c | 17 +- hw/ppc/spapr_hcall.c | 34 ++- hw/ppc/spapr_numa.c | 185 +++++++++++++++- hw/ppc/spapr_nvdimm.c | 19 +- hw/ppc/spapr_pci.c | 5 +- hw/ppc/spapr_vio.c | 12 +- hw/s390x/s390-virtio-ccw.c | 7 +- hw/scsi/vhost-scsi.c | 2 +- hw/ssi/npcm7xx_fiu.c | 12 +- hw/ssi/trace-events | 2 +- hw/virtio/vhost-vsock.c | 2 +- hw/virtio/vhost.c | 10 +- include/block/aio.h | 10 + include/block/block.h | 31 +++ include/hw/arm/fsl-imx25.h | 2 +- include/hw/arm/virt.h | 5 + include/hw/ppc/spapr.h | 6 +- include/hw/ppc/spapr_drc.h | 2 +- include/hw/ppc/spapr_nvdimm.h | 2 +- include/monitor/monitor.h | 7 +- include/qapi/qmp/dispatch.h | 5 +- linux-headers/linux/kvm.h | 6 +- migration/colo.c | 4 +- migration/fd.c | 4 +- migration/migration.c | 8 +- monitor/hmp-cmds.c | 4 +- monitor/hmp.c | 44 +++- monitor/misc.c | 38 ++-- monitor/monitor-internal.h | 7 +- monitor/monitor.c | 101 ++++++++- monitor/qmp-cmds-control.c | 2 + monitor/qmp-cmds.c | 2 +- monitor/qmp.c | 131 ++++++++---- net/socket.c | 2 +- net/tap.c | 6 +- qapi/block-core.json | 3 +- qapi/qmp-dispatch.c | 65 +++++- qapi/qmp-registry.c | 3 + qga/main.c | 2 +- scripts/qapi/commands.py | 10 +- scripts/qapi/expr.py | 11 +- scripts/qapi/introspect.py | 2 +- scripts/qapi/schema.py | 13 +- softmmu/cpus.c | 2 +- stubs/monitor-core.c | 10 +- target/arm/cpu.c | 8 + target/arm/cpu.h | 4 + target/arm/cpu64.c | 4 + target/arm/kvm.c | 16 ++ target/arm/kvm64.c | 64 +++++- target/arm/kvm_arm.h | 94 +++++++-- target/arm/monitor.c | 2 +- target/ppc/compat.c | 26 ++- target/ppc/cpu.h | 4 +- target/ppc/machine.c | 9 +- tests/qapi-schema/meson.build | 1 + tests/qapi-schema/oob-coroutine.err | 2 + tests/qapi-schema/oob-coroutine.json | 2 + .../qapi-schema/oob-coroutine.out | 0 tests/qapi-schema/qapi-schema-test.json | 1 + tests/qapi-schema/qapi-schema-test.out | 2 + tests/qapi-schema/test-qapi.py | 7 +- tests/qtest/arm-cpu-features.c | 25 ++- tests/qtest/meson.build | 3 +- tests/test-qmp-cmds.c | 10 +- tests/test-util-sockets.c | 12 +- trace/control.c | 2 +- util/aio-posix.c | 8 +- util/async.c | 30 +++ util/qemu-error.c | 6 +- util/qemu-print.c | 3 +- util/qemu-sockets.c | 1 + 91 files changed, 1403 insertions(+), 379 deletions(-) create mode 100644 tests/qapi-schema/oob-coroutine.err create mode 100644 tests/qapi-schema/oob-coroutine.json copy scripts/codeconverter/codeconverter/__init__.py => tests/qapi-schema/oob-coro [...]