[PATCH v2 0/8] meson: Clarify summary

Philippe Mathieu-Daudé posted 8 patches 4 years, 10 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210121095616.1471869-1-philmd@redhat.com
meson.build | 295 ++++++++++++++++++++++++++++++----------------------
1 file changed, 171 insertions(+), 124 deletions(-)
[PATCH v2 0/8] meson: Clarify summary
Posted by Philippe Mathieu-Daudé 4 years, 10 months ago
Reorder stuffs in summary to quicker understand bug reports.

Remove information from deselected features when not necessary.

Since v2:
- integrate Paolo's summary sections
- simpler sort

Philippe Mathieu-Daudé (8):
  meson: Summarize information related to directories first
  meson: Display host binaries information altogether
  meson: Summarize overall features altogether
  meson: Summarize compilation-related information altogether
  meson: Display accelerators and selected targets altogether
  meson: Display block layer information altogether
  meson: Display cryto-related information altogether
  meson: Display library dependencies altogether

 meson.build | 295 ++++++++++++++++++++++++++++++----------------------
 1 file changed, 171 insertions(+), 124 deletions(-)

-- 
2.26.2


Re: [PATCH v2 0/8] meson: Clarify summary
Posted by Paolo Bonzini 4 years, 10 months ago
On 21/01/21 10:56, Philippe Mathieu-Daudé wrote:
> Reorder stuffs in summary to quicker understand bug reports.
> 
> Remove information from deselected features when not necessary.
> 
> Since v2:
> - integrate Paolo's summary sections
> - simpler sort
> 
> Philippe Mathieu-Daudé (8):
>    meson: Summarize information related to directories first
>    meson: Display host binaries information altogether
>    meson: Summarize overall features altogether
>    meson: Summarize compilation-related information altogether
>    meson: Display accelerators and selected targets altogether
>    meson: Display block layer information altogether
>    meson: Display cryto-related information altogether
>    meson: Display library dependencies altogether
> 
>   meson.build | 295 ++++++++++++++++++++++++++++++----------------------
>   1 file changed, 171 insertions(+), 124 deletions(-)
> 

Queued, thanks.

Paolo