[PULL 00/26] Meson changes for 2021-10-14

Paolo Bonzini posted 26 patches 4 years, 3 months ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211014162938.430211-1-pbonzini@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Darren Kenny <darren.kenny@oracle.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Cleber Rosa <crosa@redhat.com>, Alexander Bulekov <alxndr@bu.edu>, Stefan Hajnoczi <stefanha@redhat.com>, Bandan Das <bsd@redhat.com>, Qiuhao Li <Qiuhao.Li@outlook.com>, Jason Wang <jasowang@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
Kconfig.host                  |    4 +
Makefile                      |    8 +-
audio/meson.build             |   23 +-
block/meson.build             |    2 +-
chardev/meson.build           |    2 +-
configure                     | 1271 ++---------------------------------------
docs/devel/build-system.rst   |  132 ++---
docs/meson.build              |    2 +-
hw/mem/Kconfig                |    3 +
hw/mem/meson.build            |    2 +-
meson.build                   |  421 ++++++++++++--
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
[PULL 00/26] Meson changes for 2021-10-14
Posted by Paolo Bonzini 4 years, 3 months ago
The following changes since commit e5b2333f24ff207f08cf96e73d2e11438c985801:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into staging (2021-10-13 11:43:29 -0700)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 3b4da13293482134b81d71be656ec76beff73a76:

  configure: automatically parse command line for meson -D options (2021-10-14 09:51:06 +0200)

----------------------------------------------------------------
* Meson conversions + introspection-based command line parser

----------------------------------------------------------------
Marc-André Lureau (1):
      configure, meson: move Spice configure handling to meson

Paolo Bonzini (25):
      configure: remove --oss-lib
      audio: remove CONFIG_AUDIO_WIN_INT
      configure, meson: move audio driver detection to Meson
      meson: define symbols for all available audio drivers
      configure: add command line options for audio drivers
      kconfig: split CONFIG_SPARSE_MEM from fuzzing
      configure, meson: move fuzzing configuration to Meson
      trace: simple: pass trace_file unmodified to config-host.h
      trace: move configuration from configure to Meson
      configure, meson: move CONFIG_HOST_DSOSUF to Meson
      configure, meson: get HOST_WORDS_BIGENDIAN via the machine object
      configure, meson: remove CONFIG_GCOV from config-host.mak
      meson: HAVE_GDB_BIN is not used by C code
      configure, meson: move remaining HAVE_* compiler tests to Meson
      configure, meson: move pthread_setname_np checks to Meson
      configure, meson: move libaio check to meson.build
      configure, meson: move vde detection to meson
      configure, meson: move netmap detection to meson
      configure: remove obsolete Solaris ar check
      configure, meson: move more compiler checks to Meson
      configure: remove deprecated --{enable, disable}-git-update
      configure: accept "internal" for --enable-capstone/slirp/fdt
      configure: prepare for auto-generated option parsing
      meson-buildoptions: include list of tracing backends
      configure: automatically parse command line for meson -D options

 Kconfig.host                  |    4 +
 Makefile                      |    8 +-
 audio/meson.build             |   23 +-
 block/meson.build             |    2 +-
 chardev/meson.build           |    2 +-
 configure                     | 1271 ++---------------------------------------
 docs/devel/build-system.rst   |  132 ++---
 docs/meson.build              |    2 +-
 hw/mem/Kconfig                |    3 +
 hw/mem/meson.build            |    2 +-
 meson.build                   |  421 ++++++++++++--
 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
-- 
2.31.1


Re: [PULL 00/26] Meson changes for 2021-10-14
Posted by Richard Henderson 4 years, 3 months ago
On 10/14/21 9:29 AM, Paolo Bonzini wrote:
> The following changes since commit e5b2333f24ff207f08cf96e73d2e11438c985801:
> 
>    Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into staging (2021-10-13 11:43:29 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/bonzini/qemu.git tags/for-upstream
> 
> for you to fetch changes up to 3b4da13293482134b81d71be656ec76beff73a76:
> 
>    configure: automatically parse command line for meson -D options (2021-10-14 09:51:06 +0200)
> 
> ----------------------------------------------------------------
> * Meson conversions + introspection-based command line parser
> 
> ----------------------------------------------------------------
> Marc-André Lureau (1):
>        configure, meson: move Spice configure handling to meson
> 
> Paolo Bonzini (25):
>        configure: remove --oss-lib
>        audio: remove CONFIG_AUDIO_WIN_INT
>        configure, meson: move audio driver detection to Meson
>        meson: define symbols for all available audio drivers
>        configure: add command line options for audio drivers
>        kconfig: split CONFIG_SPARSE_MEM from fuzzing
>        configure, meson: move fuzzing configuration to Meson
>        trace: simple: pass trace_file unmodified to config-host.h
>        trace: move configuration from configure to Meson
>        configure, meson: move CONFIG_HOST_DSOSUF to Meson
>        configure, meson: get HOST_WORDS_BIGENDIAN via the machine object
>        configure, meson: remove CONFIG_GCOV from config-host.mak
>        meson: HAVE_GDB_BIN is not used by C code
>        configure, meson: move remaining HAVE_* compiler tests to Meson
>        configure, meson: move pthread_setname_np checks to Meson
>        configure, meson: move libaio check to meson.build
>        configure, meson: move vde detection to meson
>        configure, meson: move netmap detection to meson
>        configure: remove obsolete Solaris ar check
>        configure, meson: move more compiler checks to Meson
>        configure: remove deprecated --{enable, disable}-git-update
>        configure: accept "internal" for --enable-capstone/slirp/fdt
>        configure: prepare for auto-generated option parsing
>        meson-buildoptions: include list of tracing backends
>        configure: automatically parse command line for meson -D options
> 
>   Kconfig.host                  |    4 +
>   Makefile                      |    8 +-
>   audio/meson.build             |   23 +-
>   block/meson.build             |    2 +-
>   chardev/meson.build           |    2 +-
>   configure                     | 1271 ++---------------------------------------
>   docs/devel/build-system.rst   |  132 ++---
>   docs/meson.build              |    2 +-
>   hw/mem/Kconfig                |    3 +
>   hw/mem/meson.build            |    2 +-
>   meson.build                   |  421 ++++++++++++--
>   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

Applied, thanks.

r~