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-arm-build_cross in repository toolchain/ci/qemu.
from c8004fe6bb Update version for v5.1.0-rc1 release adds 029afc4e76 qdev: Fix device_add DRIVER,help to print to monitor adds 3cbc8970f5 Merge remote-tracking branch 'remotes/armbru/tags/pull-monit [...] new a3ad58342a hw/nvram/fw_cfg: Simplify fw_cfg_add_from_generator() error [...] new 077195187b hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return bool [...] new d0cc248164 Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_ [...] new 7da1d7dcc0 qemu/osdep: Document os_find_datadir() return value new d450cccc9a qemu/osdep: Reword qemu_get_exec_dir() documentation new b6c61f6934 qemu-common: Document qemu_find_file() new 5e29521a82 hw/avr/boot: Fix memory leak in avr_load_firmware() new 53ce7b47b5 Merge remote-tracking branch 'remotes/philmd-gitlab/tags/avr [...] new dba04c3488 acpi: accept byte and word access to core ACPI registers new cf4e3d000e virtio: Drop broken and superfluous object_property_set_link() new 20a4da0f23 virtio-balloon: Prevent guest from starting a report when we [...] new 1a83e0b9c4 virtio-balloon: Add locking to prevent possible race when st [...] new 3219b42f02 virtio-balloon: Replace free page hinting references to 'rep [...] new 7c78bdd7a3 virtio: list legacy-capable devices new 9b3a35ec82 virtio: verify that legacy support is not accidentally on new a4544c45e1 intel_iommu: Use correct shift for 256 bits qi descriptor new ccec7e9603 virtio-pci: Changed vdev to proxy for VirtIO PCI BAR callbacks. new 8ffa52c20d Merge remote-tracking branch 'remotes/mst/tags/for_upstream' [...]
The 18 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: hw/acpi/core.c | 9 +++-- hw/avr/boot.c | 2 +- hw/i386/intel_iommu.c | 7 +++- hw/i386/intel_iommu_internal.h | 3 +- hw/nvram/fw_cfg.c | 13 ++++--- hw/s390x/virtio-ccw-crypto.c | 3 -- hw/s390x/virtio-ccw-rng.c | 3 -- hw/s390x/virtio-ccw.c | 6 +++ hw/virtio/virtio-balloon.c | 79 ++++++++++++++++++++------------------ hw/virtio/virtio-crypto-pci.c | 2 - hw/virtio/virtio-pci.c | 38 +++++++++++++----- hw/virtio/virtio-rng-pci.c | 3 -- hw/virtio/virtio.c | 25 ++++++++++++ include/hw/nvram/fw_cfg.h | 8 +++- include/hw/virtio/virtio-balloon.h | 20 +++++----- include/hw/virtio/virtio.h | 2 + include/qemu-common.h | 17 ++++++++ include/qemu/osdep.h | 5 ++- os-posix.c | 3 ++ os-win32.c | 7 +++- qdev-monitor.c | 2 +- softmmu/vl.c | 6 +-- 22 files changed, 173 insertions(+), 90 deletions(-)