This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/qemu.
from 82d88f834c Merge remote-tracking branch 'remotes/thuth/tags/pull-reques [...] adds e287bf7bb1 net: Introduce NetClientInfo.check_peer_type() adds 5c485d51c4 net/vhost-user: Fix device compatibility check adds ee8a1c63d3 net/vhost-vdpa: Fix device compatibility check adds dbc8221f8c qom: Reduce use of error_propagate() adds e2c8eb1454 iotests/245: Fix type for iothread property adds af6400afb8 iotests/051: Fix typo adds c34efecedd qdev: Avoid using string visitor for properties adds 163f384752 qdev: Make DeviceState.id independent of QemuOpts adds 4a1d937796 softmmu/qdev-monitor: add error handling in qdev_set_id adds 30648dd5d6 qemu-option: Allow deleting opts during qemu_opts_foreach() adds 7d61808206 qdev: Add Error parameter to hide_device() callbacks adds 259a10dbcb virtio-net: Store failover primary opts pointer locally adds 12b2fad7dc virtio-net: Avoid QemuOpts in failover_find_primary_device() adds f3558b1b76 qdev: Base object creation on QDict rather than QemuOpts adds 5dacda5167 vl: Enable JSON syntax for -device adds 253e399bab Merge remote-tracking branch 'remotes/kwolf/tags/for-upstrea [...] adds e7e588d432 qcow2: Silence clang -m32 compiler warning adds 7242db6389 block-backend: blk_check_byte_request(): int64_t bytes adds 9547907705 block-backend: make blk_co_preadv() 64bit adds 34460feb63 block-backend: convert blk_co_pwritev_part to int64_t bytes adds 2800637a33 block-backend: convert blk_co_pdiscard to int64_t bytes adds 70e8775ed9 block-backend: rename _do_ helper functions to _co_do_ adds 7d55a3bbad block-coroutine-wrapper.py: support BlockBackend first argument adds 16d36e2996 block-backend: drop blk_prw, use block-coroutine-wrapper adds 06f0325c5b block-backend: convert blk_foo wrappers to use int64_t bytes [...] adds e192179bb2 block-backend: convert blk_co_copy_range to int64_t bytes adds a93d81c84a block-backend: convert blk_aio_ functions to int64_t bytes paramter adds 14149710f9 block-backend: blk_pread, blk_pwrite: rename count parameter [...] adds aa78b82516 block-backend: drop INT_MAX restriction from blk_check_byte_ [...] adds 57768ec166 block-backend: fix blk_co_flush prototype to mention coroutine_fn adds bec4042bae block-backend: update blk_co_pwrite() and blk_co_pread() wrappers adds 6587b0c133 Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-20 [...]
No new revisions were added by this update.
Summary of changes: block/block-backend.c | 227 ++++++++++++++++-------------------- block/coroutines.h | 33 ++++++ block/qcow2-cluster.c | 3 +- block/trace-events | 4 +- hw/arm/virt.c | 2 +- hw/core/qdev-properties-system.c | 6 + hw/core/qdev.c | 11 +- hw/net/virtio-net.c | 85 +++++++------- hw/pci-bridge/pci_expander_bridge.c | 2 +- hw/ppc/e500.c | 2 +- hw/vfio/pci.c | 4 +- hw/xen/xen-legacy-backend.c | 3 +- include/hw/qdev-core.h | 16 ++- include/hw/virtio/virtio-net.h | 2 + include/monitor/qdev.h | 27 ++++- include/net/net.h | 2 + include/sysemu/block-backend.h | 33 +++--- net/vhost-user.c | 41 +++---- net/vhost-vdpa.c | 37 +++--- qapi/qdev.json | 15 ++- qom/object.c | 7 +- qom/object_interfaces.c | 19 +-- scripts/block-coroutine-wrapper.py | 12 +- softmmu/qdev-monitor.c | 100 ++++++++++------ softmmu/vl.c | 63 ++++++++-- tests/qemu-iotests/051 | 2 +- tests/qemu-iotests/051.pc.out | 4 +- tests/qemu-iotests/245 | 4 +- util/qemu-option.c | 4 +- 29 files changed, 444 insertions(+), 326 deletions(-)