This includes a few more patches cleaning up the configure/meson separation. The highlights are fixing --host-cc, removing the last traces of compiler detection from config-host.mak, and dropping the useless pc-bios/Makefile.
Paolo Bonzini (10): meson: do not unnecessarily use cmake for dependencies meson: update unsupported host/CPU messages configure: remove HOST_CC configure: create native file with contents of $host_cc meson: compile bundled device trees contrib/plugins: use an independent makefile meson: do not use config_host to pick tap implementations configure, meson: move simple OS definitions to meson configure: remove $linux and $mingw32 variables configure: move --enable-debug-tcg to meson configure | 65 +++++++++-------------- contrib/plugins/Makefile | 18 +++---- hw/9pfs/meson.build | 4 +- meson.build | 43 ++++++++------- meson_options.txt | 2 + net/meson.build | 18 ++++--- pc-bios/Makefile | 19 ------- pc-bios/meson.build | 25 +++++++-- scripts/meson-buildoptions.sh | 3 ++ tests/migration/meson.build | 2 +- tests/qtest/meson.build | 2 +- tests/tcg/tricore/Makefile.softmmu-target | 2 +- 12 files changed, 101 insertions(+), 102 deletions(-) delete mode 100644 pc-bios/Makefile -- 2.41.0