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 b7bda69c4e Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull- [...] adds 4b7c5bc447 vvfat: set status to odd fixes adds a08464521c Remove VXHS block device adds 1c404d756f qemu-img resize: Require --shrink for shrinking all image formats adds 3e018afbfe crypto: use a stronger private key for tests adds f21f12936f iotests/030: Reduce job speed to make race less likely adds 453cc6be0a nbd: make nbd_export_close_all() synchronous adds d047cfa78d iotests: test shutdown when bitmap is exported through NBD adds 9c60a5d197 block: Require aligned image size to avoid assertion failure adds 5edc85571e file-posix: Allow byte-aligned O_DIRECT with NFS adds 20eaf1bf6e file-posix: Move check_hdev_writable() up adds bca5283bd4 file-posix: Fix check_hdev_writable() with auto-read-only adds a8c5cf27c9 file-posix: Fix leaked fd in raw_open_common() error path adds 920d213cb2 Merge remote-tracking branch 'remotes/kevin/tags/for-upstrea [...] adds 9ece07d7a3 docs/s390x: fix vfio-ccw type adds 97f750beca Merge remote-tracking branch 'remotes/cohuck/tags/s390x-2020 [...] new 7cb015197b migration/block-dirty-bitmap: fix add_bitmaps_to_list new 939ab64b40 Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmap [...] new 323679da77 ipmi: Add man page pieces for the IPMI PCI devices new 789101b73d ipmi: Fix a man page entry new e3f7320caa ipmi: add SET_SENSOR_READING command new b442119329 Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu [...] new 69c918d2ef tcg: Save/restore vecop_list around minmax fallback new a7ba744f40 tcg/cpu-exec: precise single-stepping after an exception new ba3c35d9c4 tcg/cpu-exec: precise single-stepping after an interrupt new 9fc8711100 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-2020 [...]
The 10 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: MAINTAINERS | 2 +- accel/tcg/cpu-exec.c | 19 +- block.c | 16 ++ block/Makefile.objs | 2 - block/file-posix.c | 122 +++++--- block/trace-events | 17 -- block/vxhs.c | 587 --------------------------------------- configure | 39 --- docs/system/deprecated.rst | 8 + docs/system/s390x/vfio-ccw.rst | 2 +- hw/ipmi/ipmi_bmc_sim.c | 223 +++++++++++++++ migration/block-dirty-bitmap.c | 6 +- nbd/server.c | 8 + qapi/block-core.json | 22 +- qemu-img.c | 14 +- qemu-options.hx | 11 +- tcg/tcg-op-vec.c | 2 + tests/crypto-tls-x509-helpers.c | 59 ++-- tests/qemu-iotests/017 | 1 - tests/qemu-iotests/029 | 1 - tests/qemu-iotests/030 | 2 +- tests/qemu-iotests/073 | 1 - tests/qemu-iotests/114 | 1 - tests/qemu-iotests/130 | 1 - tests/qemu-iotests/134 | 1 - tests/qemu-iotests/156 | 1 - tests/qemu-iotests/158 | 1 - tests/qemu-iotests/282 | 1 - tests/qemu-iotests/299 | 65 +++++ tests/qemu-iotests/299.out | 10 + tests/qemu-iotests/check | 10 - tests/qemu-iotests/common.filter | 1 - tests/qemu-iotests/common.rc | 33 --- tests/qemu-iotests/common.tls | 57 ++-- tests/qemu-iotests/group | 1 + 35 files changed, 532 insertions(+), 815 deletions(-) delete mode 100644 block/vxhs.c create mode 100644 tests/qemu-iotests/299 create mode 100644 tests/qemu-iotests/299.out