[PATCH 00/10] configure cleanups for QEMU 8.2

Paolo Bonzini posted 10 patches 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230829082931.67601-1-pbonzini@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Thomas Huth <thuth@redhat.com>, Alexandre Iooss <erdnaxe@crans.org>, Mahmoud Mandour <ma.mandourr@gmail.com>, Greg Kurz <groug@kaod.org>, Christian Schoenebeck <qemu_oss@crudebyte.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Jason Wang <jasowang@redhat.com>, Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>, Leonardo Bras <leobras@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
There is a newer version of this series
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
[PATCH 00/10] configure cleanups for QEMU 8.2
Posted by Paolo Bonzini 8 months ago
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