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_check_gcc/master-aarch64 in repository toolchain/ci/qemu.
from e5b2333f24 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-2021 [...] adds 381123ddae configure: remove --oss-lib adds 7e1fbe7963 audio: remove CONFIG_AUDIO_WIN_INT adds 87430d5b13 configure, meson: move audio driver detection to Meson adds e5424a2997 meson: define symbols for all available audio drivers adds ca50e5231c configure: add command line options for audio drivers adds 65ce87d476 kconfig: split CONFIG_SPARSE_MEM from fuzzing adds 537b724899 configure, meson: move fuzzing configuration to Meson adds 0955d66e65 trace: simple: pass trace_file unmodified to config-host.h adds 9c29b74100 trace: move configuration from configure to Meson adds a630508112 configure, meson: move CONFIG_HOST_DSOSUF to Meson adds 269506d228 configure, meson: get HOST_WORDS_BIGENDIAN via the machine object adds af2bb99bc1 configure, meson: remove CONFIG_GCOV from config-host.mak adds a76a1f6b76 meson: HAVE_GDB_BIN is not used by C code adds 96a63aeb3d configure, meson: move remaining HAVE_* compiler tests to Meson adds 10f6b23187 configure, meson: move pthread_setname_np checks to Meson adds ff66f3e55b configure, meson: move libaio check to meson.build adds e17239993d configure, meson: move vde detection to meson adds 837b84b1c0 configure, meson: move netmap detection to meson adds 3f0a5d55ae configure, meson: move Spice configure handling to meson adds b524e44fa4 configure: remove obsolete Solaris ar check adds bd87a36709 configure, meson: move more compiler checks to Meson adds 7bdf1f5a19 configure: remove deprecated --{enable, disable}-git-update adds 03a3c0b3c5 configure: accept "internal" for --enable-capstone/slirp/fdt adds 61d63097be configure: prepare for auto-generated option parsing adds 8b5fb29842 meson-buildoptions: include list of tracing backends adds 3b4da13293 configure: automatically parse command line for meson -D options adds 4d1a525dfa Merge remote-tracking branch 'remotes/bonzini/tags/for-upstr [...]
No new revisions were added by this update.
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