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 2d2c73d0e3 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-tar [...] adds a7971702f4 qemu-iotests: Fix FilePaths cleanup adds f765af87c2 qemu-iotests: Fix FilePaths docstring adds a242b19e80 qemu-iotests: Support varargs syntax in FilePaths adds 3192fad7f7 qemu-iotests: Merge FilePaths and FilePath adds 7cc002a06c qemu-iotests: Simplify FilePath __init__ adds 5eb9a3c7b0 block/quorum.c: stable children names adds af8d43d393 qemu-img: avoid unaligned read requests during convert adds 02b1ecfa10 qcow2: Use macros for the L1, refcount and bitmap table entry sizes adds 184581fa4d qcow2: Fix removal of list members from BDRVQcow2State.clust [...] adds f7bd5bba1b qcow2: Don't check nb_clusters when removing l2meta from the list adds 2b60c5b996 qcow2: Rewrite the documentation of qcow2_alloc_cluster_offset() adds c075c42f9b qemu-img: Explicit number replaced by a constant adds 33fe08fcaf iotests: Skip test_stream_parallel in test 030 when doing "m [...] adds 83a6a90009 block/vhdx: Support vhdx image only with 512 bytes logical s [...] adds 1a52b73dba qcow2: Handle QCowL2Meta on error in preallocate_co() adds 3fec237fca qcow2: Make qcow2_free_any_clusters() free only one cluster adds 580384d637 qcow2: Return the original error code in qcow2_co_pwrite_zeroes() adds 30b70f070f block/rbd: remove runtime_opts adds c1dadda02c block/qcow: remove runtime opts adds 8e958260c5 qcow2: Make preallocate_co() resize the image to the correct size adds bfd0989acf qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc [...] adds 7bae7c805d block/rbd: add 'namespace' to qemu_rbd_strong_runtime_opts[] adds 9b14671aec Merge remote-tracking branch 'remotes/maxreitz/tags/pull-blo [...] adds e474e3aacf seccomp: fix killing of whole process instead of thread adds 6c938efc27 Merge remote-tracking branch 'remotes/otubo/tags/pull-seccom [...] adds e3624e8b18 meson: fix qxl dependencies adds 3e292c51ff meson: fix module config adds f84698ee8b meson: remove duplicate qxl sources adds 64f7aece8e object_initialize: try module load adds 3b593b3fe4 virtio-gpu: make virtio_gpu_ops static adds 7b0de5b796 virtio-gpu: build modular adds de39a045bd Merge remote-tracking branch 'remotes/kraxel/tags/vga-202009 [...] new 62777d825b 9pfs: log warning if msize <= 8192 new c418f935ac 9pfs: disable msize warning for synth driver new 8ee612722d Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull [...]
The 3 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: block/qcow.c | 9 ---- block/qcow2-bitmap.c | 11 +++-- block/qcow2-cluster.c | 69 ++++++++++++++------------ block/qcow2-refcount.c | 97 ++++++++++++++++++------------------ block/qcow2-snapshot.c | 20 ++++---- block/qcow2.c | 108 +++++++++++++++++------------------------ block/qcow2.h | 16 ++++-- block/quorum.c | 20 +++++--- block/rbd.c | 43 +--------------- block/vhdx.c | 6 +-- fsdev/file-op-9p.h | 4 ++ hw/9pfs/9p-synth.c | 2 + hw/9pfs/9p.c | 9 ++++ hw/display/meson.build | 27 +++-------- hw/display/virtio-gpu-base.c | 3 +- hw/display/virtio-vga.c | 16 +++--- include/hw/virtio/virtio-gpu.h | 3 +- meson.build | 2 +- qemu-img.c | 32 ++++++++++-- qemu-seccomp.c | 3 +- qom/object.c | 6 +++ tests/check-block.sh | 3 ++ tests/qemu-iotests/030 | 2 + tests/qemu-iotests/125 | 44 ++++++++++------- tests/qemu-iotests/125.out | 28 ++++++++++- tests/qemu-iotests/194 | 4 +- tests/qemu-iotests/208 | 2 +- tests/qemu-iotests/222 | 2 +- tests/qemu-iotests/251 | 7 ++- tests/qemu-iotests/257 | 10 ++-- tests/qemu-iotests/305 | 74 ++++++++++++++++++++++++++++ tests/qemu-iotests/305.out | 16 ++++++ tests/qemu-iotests/group | 1 + tests/qemu-iotests/iotests.py | 53 ++++++++++---------- util/module.c | 2 + 35 files changed, 440 insertions(+), 314 deletions(-) create mode 100755 tests/qemu-iotests/305 create mode 100644 tests/qemu-iotests/305.out