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 edf6ea6fbe Merge remote-tracking branch 'remotes/kraxel/tags/usb-202009 [...] new 38b01a997e hw/input/tsc2xxx: Reduce MouseTransformInfo structure exposure new 0fc0142828 Merge remote-tracking branch 'remotes/kraxel/tags/input-2020 [...] new 14f16bf947 qemu-img: Support bitmap --merge into backing image new c122bca9cd Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmap [...] new efba15959c qom: simplify object_find_property / object_class_find_property new c4332cd1dc smp: drop support for deprecated (invalid topologies) new 07b0db0efb cryptodev-vhost-user: Register "chardev" as class property new 1f14e38893 cryptodev-backend: Register "chardev" as class property new ab76d63a88 s390x: Register all CPU properties as class properties new 2decc51f19 cpu/core: Register core-id and nr-threads as class properties new f93a83c004 xlnx-zcu102: Register properties as class properties new acd5b054e4 machine: Register "memory-backend" as class property new 53f6474626 i440fx: Register i440FX-pcihost properties as class properties new fabbcbd953 sifive_e: Register "revb" as class property new 418b473e8f sifive_u: Register "start-in-flash" as class property new f7f1d916b2 Merge remote-tracking branch 'remotes/ehabkost/tags/machine- [...] new d4b70fa4ed audio: handle buf == NULL in put_buffer_out() new 4c3356f965 audio/audio: fix video playback slowdown with spiceaudio new aec6d0dc4e audio/spiceaudio: always rate limit playback stream new b9896dc5be audio: align audio_generic_read with audio_pcm_hw_run_in new ac221f45e3 audio: remove unnecessary calls to put_buffer_in new 2d8823077e audio: align audio_generic_write with audio_pcm_hw_run_out new a8a98cfd42 audio: run downstream playback queue unconditionally new f0c4555edf audio: remove qemu_spice_audio_init() new 5e626fa736 audio: build spiceaudio as module new 1bd5556f66 Merge remote-tracking branch 'remotes/kraxel/tags/audio-2020 [...]
The 26 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: audio/audio.c | 80 +++++++++++++++++++++++++++++++++------- audio/meson.build | 4 +- audio/spiceaudio.c | 26 ++++++------- backends/cryptodev-vhost-user.c | 13 +++---- backends/cryptodev.c | 8 ++-- docs/system/deprecated.rst | 26 ++++++------- hw/arm/armv7m.c | 10 ++--- hw/arm/exynos4210.c | 2 +- hw/arm/highbank.c | 2 +- hw/arm/integratorcp.c | 2 +- hw/arm/realview.c | 2 +- hw/arm/sbsa-ref.c | 2 +- hw/arm/versatilepb.c | 2 +- hw/arm/vexpress.c | 4 +- hw/arm/virt.c | 10 ++--- hw/arm/xilinx_zynq.c | 2 +- hw/arm/xlnx-zcu102.c | 25 +++++++------ hw/core/machine.c | 28 +++++--------- hw/core/qdev-properties-system.c | 2 +- hw/core/sysbus.c | 2 +- hw/cpu/a15mpcore.c | 4 +- hw/cpu/a9mpcore.c | 2 +- hw/cpu/core.c | 8 ++-- hw/i386/pc.c | 16 ++------ hw/misc/iotkit-sysctl.c | 2 +- hw/pci-host/i440fx.c | 32 ++++++++-------- hw/pci/pci.c | 2 +- hw/riscv/sifive_e.c | 11 +++--- hw/riscv/sifive_u.c | 16 ++++---- hw/scsi/scsi-bus.c | 4 +- include/hw/input/tsc2xxx.h | 8 +++- include/qom/object.h | 48 +++++++++++++++++++++--- include/ui/console.h | 8 ---- include/ui/qemu-spice.h | 1 - qemu-img.c | 11 ++++-- qom/object.c | 60 +++++++++++++++++------------- target/arm/monitor.c | 2 +- target/i386/cpu.c | 2 +- target/ppc/translate_init.c.inc | 2 +- target/s390x/cpu.c | 1 - target/s390x/cpu_models.c | 35 ++++++++---------- target/s390x/internal.h | 1 - tests/qemu-iotests/291 | 12 ++++++ tests/qemu-iotests/291.out | 56 ++++++++++++++++++++++++++++ ui/spice-core.c | 1 - 45 files changed, 371 insertions(+), 226 deletions(-)