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_build/master-aarch64 in repository toolchain/ci/qemu.
from 88afdc92b6 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' [...] adds 1ea47ede63 docs: add definitions of terms for CI/testing adds aca68d95c5 libqtest: check for g_setenv() failure adds 2ffd4d815e gitlab-ci: Don't try to use the system libfdt in the debian job adds 87daf898c7 meson.build: Fix the check for a usable libfdt adds 6c22853c73 meson.build: Don't use internal libfdt if the user requested [...] adds 8bc5184d23 configure / meson: Move the GBM handling to meson.build adds bf6a618556 scripts: Remove the "show-fixed-bugs.sh" file adds 8e8e844be4 softmmu/vl: Add a "grab-mod" parameter to the -display sdl option adds d46156fdcc softmmu/vl: Deprecate the old grab options adds 6695e4c0fd softmmu/vl: Deprecate the -sdl and -curses option adds 935efca6c2 Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull [...]
No new revisions were added by this update.
Summary of changes: .gitlab-ci.d/buildtest.yml | 1 - configure | 14 ----- contrib/vhost-user-gpu/meson.build | 5 +- docs/about/deprecated.rst | 20 ++++++ docs/devel/ci-definitions.rst | 121 +++++++++++++++++++++++++++++++++++++ docs/devel/ci.rst | 1 + meson.build | 17 ++++-- qemu-options.hx | 18 ++++-- scripts/show-fixed-bugs.sh | 91 ---------------------------- softmmu/vl.c | 24 +++++++- tests/qtest/libqtest.c | 4 +- 11 files changed, 192 insertions(+), 124 deletions(-) create mode 100644 docs/devel/ci-definitions.rst delete mode 100755 scripts/show-fixed-bugs.sh