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 95d1fbabae Merge remote-tracking branch 'remotes/kraxel/tags/fixes-2020 [...] adds 1f43671a0d i368/cpu: Clear env->user_features after loading versioned C [...] adds f9f08e7cae i386/cpu: Don't add unavailable_features to env->user_features adds 5cb287d2bd target/i386: add fast short REP MOV support adds e0013791b9 target/i386: fix model number and add missing features for I [...] adds 644e3c5d81 target/i386: add the missing vmx features for Skylake-Server [...] adds 818b9f111d i386: hvf: Explicitly set CR4 guest/host mask adds 151f76c689 Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next [...] adds 82e258db15 qtest: bios-tables-test: fix a memory leak adds 15c51f724e tests: qmp-cmd-test: fix memory leak adds f5ec79f5e0 fuzz: Expect the cmdline in a freeable GString adds 12a9b8d824 configure: Fix for running with --enable-werror on macOS adds ab2d185d6b qom: Plug memory leak in "info qom-tree" adds b610eba335 gitlab-ci.yml: Add fuzzer tests adds b7bda69c4e Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull- [...] new 4b7c5bc447 vvfat: set status to odd fixes new a08464521c Remove VXHS block device new 1c404d756f qemu-img resize: Require --shrink for shrinking all image formats new 3e018afbfe crypto: use a stronger private key for tests new f21f12936f iotests/030: Reduce job speed to make race less likely new 453cc6be0a nbd: make nbd_export_close_all() synchronous new d047cfa78d iotests: test shutdown when bitmap is exported through NBD new 9c60a5d197 block: Require aligned image size to avoid assertion failure new 5edc85571e file-posix: Allow byte-aligned O_DIRECT with NFS new 20eaf1bf6e file-posix: Move check_hdev_writable() up new bca5283bd4 file-posix: Fix check_hdev_writable() with auto-read-only new a8c5cf27c9 file-posix: Fix leaked fd in raw_open_common() error path new 920d213cb2 Merge remote-tracking branch 'remotes/kevin/tags/for-upstrea [...] new 9ece07d7a3 docs/s390x: fix vfio-ccw type new 97f750beca Merge remote-tracking branch 'remotes/cohuck/tags/s390x-2020 [...]
The 15 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: .gitlab-ci.yml | 20 +- MAINTAINERS | 2 +- block.c | 16 ++ block/Makefile.objs | 2 - block/file-posix.c | 122 +++++--- block/trace-events | 17 -- block/vxhs.c | 587 --------------------------------------- configure | 41 +-- docs/system/deprecated.rst | 8 + docs/system/s390x/vfio-ccw.rst | 2 +- nbd/server.c | 8 + qapi/block-core.json | 22 +- qemu-img.c | 14 +- qom/qom-hmp-cmds.c | 6 +- target/i386/cpu.c | 38 ++- target/i386/cpu.h | 2 + target/i386/hvf/vmx.h | 1 + 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 + tests/qtest/bios-tables-test.c | 1 + tests/qtest/fuzz/fuzz.c | 13 +- tests/qtest/fuzz/fuzz.h | 6 +- tests/qtest/fuzz/i440fx_fuzz.c | 4 +- tests/qtest/fuzz/qos_fuzz.c | 6 +- tests/qtest/qmp-cmd-test.c | 13 + 41 files changed, 365 insertions(+), 833 deletions(-) delete mode 100644 block/vxhs.c create mode 100644 tests/qemu-iotests/299 create mode 100644 tests/qemu-iotests/299.out