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 69ea12b19a Merge remote-tracking branch 'remotes/armbru/tags/pull-misc- [...] new 6ebc0048dd ppc/pegasos2: Fix spurious warning with -bios new 793abe24aa i2c/smbus_eeprom: Add feature bit to SPD data new 2d1154bd95 target/ppc: Ease L=0 requirement on cmp/cmpi/cmpl/cmpli for ppc32 new 14c7e06e72 ppc/vof: Fix Coverity issues new 380e49297c kvm: ppc: Print meaningful message on KVM_CREATE_VM failure new efba2eebdf Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for [...] new 9ada9fd259 docs: Document GitLab custom CI/CD variables new d3a4e41da2 gitlab-ci: Fix 'when:' condition in acceptance_test_job_template new 59e8b62b22 gitlab-ci: Fix 'when:' condition in EDK2 jobs new c217fd8e36 gitlab-ci: Fix 'when:' condition in OpenSBI jobs new db1e119238 gitlab-ci.d/buildtest: Disable iotests 197 and 215 new e37264ebe3 gitlab-ci.d/buildtest: Mark the aarch64 and ppc64-s390x CFI [...] new c5dd0f0342 gitlab-ci.d/custom-runners: Improve rules for the staging branch new 61c32485b7 tests: Fix migration-test build failure for sparc new b8ee198d21 configure script fix for Haiku new 3521ade351 Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull [...] new e4adb09f79 i386: assert 'cs->kvm_state' is not null new 14833e24de Makefile: ignore long options new 5b945f23d6 configure: Add -Werror to avx2, avx512 tests new eceb4f0112 target/i386: Added consistency checks for event injection new f594bfb79f target/i386: fix typo in ctl_has_irq new 3f55f97b14 meson: fix meson 0.58 warning with libvhost-user subproject new 4fe29344be libvhost-user: fix -Werror=format= warnings with __u64 fields new 768832575d Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/fo [...]
The 24 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.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