Hi Peter, the following changes since commit 9f526fce49c6ac48114ed04914b5a76e4db75785:
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-110720-2' into staging (2020-07-12 15:32:05 +0100) are available in the Git repository at: https://gitlab.com/huth/qemu.git tags/pull-request-2020-07-13 for you to fetch changes up to 2a84f48c2b387877422ee85f6425d2c1b25bace0: docs/system/s390x: Improve the 3270 documentation (2020-07-13 11:40:52 +0200) ---------------------------------------------------------------- * Some fuzzer related fixes * Fixes / improvements for the "configure" script * Doc updates * Gitlab pipeline-status script ---------------------------------------------------------------- Alexander Bulekov (2): configure: do not clobber CFLAGS with --enable-fuzzing fuzz: add missing header for rcu_enable_atfork Cleber Rosa (1): GitLab Gating CI: introduce pipeline-status contrib script Olaf Hering (1): configure: fix malloc check Thomas Huth (5): tests/qtest/fuzz: Add missing spaces in description docs/devel/fuzzing: Fix bugs in documentation Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switch disas/sh4: Add missing fallthrough annotations docs/system/s390x: Improve the 3270 documentation configure | 32 +------- disas/sh4.c | 2 + docs/devel/fuzzing.txt | 6 +- docs/system/s390x/3270.rst | 43 ++++++++-- include/ui/gtk.h | 4 - include/ui/qemu-pixman.h | 4 - scripts/ci/gitlab-pipeline-status | 157 ++++++++++++++++++++++++++++++++++++ scripts/decodetree.py | 12 +-- tests/qtest/fuzz/fuzz.c | 1 + tests/qtest/fuzz/virtio_scsi_fuzz.c | 4 +- ui/gtk.c | 4 - util/coroutine-ucontext.c | 4 +- 12 files changed, 210 insertions(+), 63 deletions(-) create mode 100755 scripts/ci/gitlab-pipeline-status