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 69ea12b19a Merge remote-tracking branch 'remotes/armbru/tags/pull-misc- [...] adds 6ebc0048dd ppc/pegasos2: Fix spurious warning with -bios adds 793abe24aa i2c/smbus_eeprom: Add feature bit to SPD data adds 2d1154bd95 target/ppc: Ease L=0 requirement on cmp/cmpi/cmpl/cmpli for ppc32 adds 14c7e06e72 ppc/vof: Fix Coverity issues adds 380e49297c kvm: ppc: Print meaningful message on KVM_CREATE_VM failure adds efba2eebdf Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for [...] adds 9ada9fd259 docs: Document GitLab custom CI/CD variables adds d3a4e41da2 gitlab-ci: Fix 'when:' condition in acceptance_test_job_template adds 59e8b62b22 gitlab-ci: Fix 'when:' condition in EDK2 jobs adds c217fd8e36 gitlab-ci: Fix 'when:' condition in OpenSBI jobs adds db1e119238 gitlab-ci.d/buildtest: Disable iotests 197 and 215 adds e37264ebe3 gitlab-ci.d/buildtest: Mark the aarch64 and ppc64-s390x CFI [...] adds c5dd0f0342 gitlab-ci.d/custom-runners: Improve rules for the staging branch adds 61c32485b7 tests: Fix migration-test build failure for sparc adds b8ee198d21 configure script fix for Haiku adds 3521ade351 Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull [...] adds e4adb09f79 i386: assert 'cs->kvm_state' is not null adds 14833e24de Makefile: ignore long options adds 5b945f23d6 configure: Add -Werror to avx2, avx512 tests adds eceb4f0112 target/i386: Added consistency checks for event injection adds f594bfb79f target/i386: fix typo in ctl_has_irq adds 3f55f97b14 meson: fix meson 0.58 warning with libvhost-user subproject adds 4fe29344be libvhost-user: fix -Werror=format= warnings with __u64 fields adds 768832575d Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/fo [...]
No new revisions were added by this update.
Summary of changes: .gitlab-ci.d/buildtest-template.yml | 4 +- .gitlab-ci.d/buildtest.yml | 18 ++- .gitlab-ci.d/custom-runners.yml | 40 +++++-- .gitlab-ci.d/edk2.yml | 6 +- .gitlab-ci.d/opensbi.yml | 8 +- .gitlab-ci.yml | 19 +--- Makefile | 8 +- accel/kvm/kvm-all.c | 6 + configure | 7 +- docs/devel/ci.rst | 40 +++++++ hw/i2c/smbus_eeprom.c | 2 +- hw/ppc/pegasos2.c | 2 +- hw/ppc/trace-events | 4 +- hw/ppc/vof.c | 139 ++++++++++++----------- include/hw/ppc/vof.h | 2 + subprojects/libvhost-user/include/atomic.h | 1 + subprojects/libvhost-user/libvhost-user.c | 10 +- subprojects/libvhost-user/meson.build | 6 +- subprojects/libvhost-user/standard-headers/linux | 1 + target/i386/kvm/kvm.c | 14 +++ target/i386/tcg/sysemu/svm_helper.c | 8 +- target/ppc/translate/fixedpoint-impl.c.inc | 58 +++++++++- tests/qtest/migration-test.c | 5 +- 23 files changed, 277 insertions(+), 131 deletions(-) create mode 120000 subprojects/libvhost-user/include/atomic.h create mode 120000 subprojects/libvhost-user/standard-headers/linux