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-arm in repository toolchain/ci/qemu.
from e5b2333f24 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-2021 [...] new 381123ddae configure: remove --oss-lib new 7e1fbe7963 audio: remove CONFIG_AUDIO_WIN_INT new 87430d5b13 configure, meson: move audio driver detection to Meson new e5424a2997 meson: define symbols for all available audio drivers new ca50e5231c configure: add command line options for audio drivers new 65ce87d476 kconfig: split CONFIG_SPARSE_MEM from fuzzing new 537b724899 configure, meson: move fuzzing configuration to Meson new 0955d66e65 trace: simple: pass trace_file unmodified to config-host.h new 9c29b74100 trace: move configuration from configure to Meson new a630508112 configure, meson: move CONFIG_HOST_DSOSUF to Meson new 269506d228 configure, meson: get HOST_WORDS_BIGENDIAN via the machine object new af2bb99bc1 configure, meson: remove CONFIG_GCOV from config-host.mak new a76a1f6b76 meson: HAVE_GDB_BIN is not used by C code new 96a63aeb3d configure, meson: move remaining HAVE_* compiler tests to Meson new 10f6b23187 configure, meson: move pthread_setname_np checks to Meson new ff66f3e55b configure, meson: move libaio check to meson.build new e17239993d configure, meson: move vde detection to meson new 837b84b1c0 configure, meson: move netmap detection to meson new 3f0a5d55ae configure, meson: move Spice configure handling to meson new b524e44fa4 configure: remove obsolete Solaris ar check new bd87a36709 configure, meson: move more compiler checks to Meson new 7bdf1f5a19 configure: remove deprecated --{enable, disable}-git-update new 03a3c0b3c5 configure: accept "internal" for --enable-capstone/slirp/fdt new 61d63097be configure: prepare for auto-generated option parsing new 8b5fb29842 meson-buildoptions: include list of tracing backends new 3b4da13293 configure: automatically parse command line for meson -D options new 4d1a525dfa Merge remote-tracking branch 'remotes/bonzini/tags/for-upstr [...]
The 27 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: Kconfig.host | 4 + Makefile | 8 +- audio/meson.build | 23 +- block/meson.build | 2 +- chardev/meson.build | 2 +- configure | 1269 ++--------------------------------------- docs/devel/build-system.rst | 136 ++--- docs/meson.build | 2 +- hw/mem/Kconfig | 3 + hw/mem/meson.build | 2 +- meson.build | 419 ++++++++++++-- meson_options.txt | 46 +- net/meson.build | 6 +- scripts/meson-buildoptions.py | 172 ++++++ scripts/meson-buildoptions.sh | 270 +++++++++ scripts/meson.build | 2 +- stubs/meson.build | 4 +- tests/qtest/fuzz/meson.build | 6 +- trace/meson.build | 15 +- trace/simple.c | 2 +- ui/meson.build | 4 +- util/meson.build | 4 +- util/qemu-thread-posix.c | 5 +- 23 files changed, 1041 insertions(+), 1365 deletions(-) create mode 100755 scripts/meson-buildoptions.py create mode 100644 scripts/meson-buildoptions.sh