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

Thomas Huth posted 3 patches 10 months, 4 weeks 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 10 months, 4 weeks 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 10 months, 3 weeks ago
Queued, thanks.

Paolo
Re: [PATCH 0/3] meson.build: Group some entries in separate summary sections
Posted by Richard Henderson 10 months, 4 weeks 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~