Re: [PATCH] meson: Avoid duplicates in generated config-poison.h again

2023-02-23 Thread Paolo Bonzini
Queued, thanks. Paolo

Re: [PATCH] meson: Avoid duplicates in generated config-poison.h again

2023-02-23 Thread Markus Armbruster
Nominating for qemu-trivial. Thanks in advance!

Re: [PATCH] meson: Avoid duplicates in generated config-poison.h again

2023-02-06 Thread Alex Bennée
Markus Armbruster writes: > Commit eed56e9a89f "configure, meson: move config-poison.h to meson" > lost a "| sort -u". Restore it. config-poison shrinks from ~4500 to > ~700 lines when all targets are enabled. > > Signed-off-by: Markus Armbruster Reviewed-by: Alex Bennée Tested-by: Alex Be

Re: [PATCH] meson: Avoid duplicates in generated config-poison.h again

2023-02-06 Thread Philippe Mathieu-Daudé
On 6/2/23 11:20, Markus Armbruster wrote: Commit eed56e9a89f "configure, meson: move config-poison.h to meson" lost a "| sort -u". Restore it. config-poison shrinks from ~4500 to ~700 lines when all targets are enabled. Signed-off-by: Markus Armbruster --- scripts/make-config-poison.sh | 2

Re: [PATCH] meson: Avoid duplicates in generated config-poison.h again

2023-02-06 Thread Marc-André Lureau
On Mon, Feb 6, 2023 at 2:21 PM Markus Armbruster wrote: > > Commit eed56e9a89f "configure, meson: move config-poison.h to meson" > lost a "| sort -u". Restore it. config-poison shrinks from ~4500 to > ~700 lines when all targets are enabled. > > Signed-off-by: Markus Armbruster Reviewed-by: Ma