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_check_gcc/master-arm in repository toolchain/ci/qemu.
from 3e595538b8 Merge tag 'pull-target-arm-20211115-1' of https://git.linaro [...] adds 2523a79565 tests/unit/test-smp-parse: Restore MachineClass fields after [...] adds c3440eff4c tests/unit/test-smp-parse: QOM'ify smp_machine_class_init() adds 7b6d1bc962 tests/unit/test-smp-parse: Explicit MachineClass name adds 9f0f846465 Merge tag 'machine-core-20211115' of https://github.com/phil [...] adds 8d3dd037d9 stream: Traverse graph after modification adds a225369bce block: Manipulate children list in .attach/.detach adds 04c9c3a52c block: Unite remove_empty_child and child_free adds 2651806141 block: Drop detached child from ignore list adds be64bbb014 block: Pass BdrvChild ** to replace_child_noperm adds 562bda8bb4 block: Restructure remove_file_or_backing_child() adds 079bff693b transactions: Invoke clean() after everything else adds 82b54cf516 block: Let replace_child_tran keep indirect pointer adds b0a9f6fed3 block: Let replace_child_noperm free children adds 16e29cc050 iotests/030: Unthrottle parallel jobs in reverse adds 4d8b0f0a95 docs: Deprecate incorrectly typed device_add arguments adds c9d4e42a8f softmmu/qdev-monitor: fix use-after-free in qdev_set_id() adds 5dbd0ce115 file-posix: Fix alignment after reopen changing O_DIRECT adds 871c71b1ba Merge tag 'pull-block-2021-11-16' of https://gitlab.com/hrei [...] adds d47e3751b5 tests/docker: force NOUSER=1 for base images adds 81c9b06ea0 tests/vm: sort the special variable list adds ebd654aabc tests/vm: don't build using TCG by default adds a399f9143e meson: remove useless libdl test adds d7c2e2b3f4 Jobs based on custom runners: add CentOS Stream 8 adds 60bec83e8a gitlab-ci: Split custom-runners.yml in one file per runner adds 9968de0a4a gitlab: skip cirrus jobs on master and stable branches adds 9104bd89da Merge tag 'pull-for-6.2-161121-1' of https://github.com/stsq [...]
No new revisions were added by this update.
Summary of changes: .gitlab-ci.d/cirrus.yml | 3 + .gitlab-ci.d/custom-runners.yml | 239 +-------------------- .../custom-runners/centos-stream-8-x86_64.yml | 28 +++ .gitlab-ci.d/custom-runners/ubuntu-18.04-s390x.yml | 118 ++++++++++ .../custom-runners/ubuntu-20.04-aarch64.yml | 118 ++++++++++ accel/tcg/meson.build | 2 +- block.c | 233 +++++++++++++++----- block/file-posix.c | 20 +- block/stream.c | 7 +- docs/about/deprecated.rst | 14 ++ docs/devel/ci-jobs.rst.inc | 7 + include/qemu/transactions.h | 3 + meson.build | 8 +- .../ci/org.centos/stream/8/build-environment.yml | 51 +++++ scripts/ci/org.centos/stream/8/x86_64/configure | 208 ++++++++++++++++++ scripts/ci/org.centos/stream/8/x86_64/test-avocado | 70 ++++++ scripts/ci/org.centos/stream/README | 17 ++ scripts/ci/setup/build-environment.yml | 38 ++++ tests/docker/Makefile.include | 3 + tests/qemu-iotests/030 | 11 +- tests/qemu-iotests/142 | 29 +++ tests/qemu-iotests/142.out | 18 ++ tests/unit/test-smp-parse.c | 52 +++-- tests/vm/Makefile.include | 29 ++- util/transactions.c | 8 +- 25 files changed, 997 insertions(+), 337 deletions(-) create mode 100644 .gitlab-ci.d/custom-runners/centos-stream-8-x86_64.yml create mode 100644 .gitlab-ci.d/custom-runners/ubuntu-18.04-s390x.yml create mode 100644 .gitlab-ci.d/custom-runners/ubuntu-20.04-aarch64.yml create mode 100644 scripts/ci/org.centos/stream/8/build-environment.yml create mode 100755 scripts/ci/org.centos/stream/8/x86_64/configure create mode 100755 scripts/ci/org.centos/stream/8/x86_64/test-avocado create mode 100644 scripts/ci/org.centos/stream/README