[PATCH 0/3] meson.build: Group some entries in separate summary sections

Thomas Huth posted 3 patches 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230602171832.533739-1-thuth@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
meson.build | 48 +++++++++++++++++++++++++++++++-----------------
1 file changed, 31 insertions(+), 17 deletions(-)
[PATCH 0/3] meson.build: Group some entries in separate summary sections
Posted by Thomas Huth 11 months ago
For the average user, it is likely quite difficult which library is
responsible for different features that QEMU supports. Let's make
it a little bit easier for them and put some libraries into separate
groups in the summary output of meson.

Thomas Huth (3):
  meson.build: Group the UI entries in a separate summary section
  meson.build: Group the network backend entries in a separate summary
    section
  meson.build: Group the audio backend entries in a separate summary
    section

 meson.build | 48 +++++++++++++++++++++++++++++++-----------------
 1 file changed, 31 insertions(+), 17 deletions(-)

-- 
2.31.1
Re: [PATCH 0/3] meson.build: Group some entries in separate summary sections
Posted by Paolo Bonzini 11 months ago
Queued, thanks.

Paolo
Re: [PATCH 0/3] meson.build: Group some entries in separate summary sections
Posted by Richard Henderson 11 months ago
On 6/2/23 10:18, Thomas Huth wrote:
> For the average user, it is likely quite difficult which library is
> responsible for different features that QEMU supports. Let's make
> it a little bit easier for them and put some libraries into separate
> groups in the summary output of meson.
> 
> Thomas Huth (3):
>    meson.build: Group the UI entries in a separate summary section
>    meson.build: Group the network backend entries in a separate summary
>      section
>    meson.build: Group the audio backend entries in a separate summary
>      section
> 
>   meson.build | 48 +++++++++++++++++++++++++++++++-----------------
>   1 file changed, 31 insertions(+), 17 deletions(-)
> 

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~