Re: [PATCH 2/2] meson_options.txt: Enable qom-cast-debug by default again

2023-04-20 Thread Philippe Mathieu-Daudé
On 17/4/23 15:00, Thomas Huth wrote: This switch had been disabled by default by accident in commit c55cf6ab03f. But we should enable it by default instead to avoid regressions in the QOM device hierarchy. Fixes: c55cf6ab03 ("configure, meson: move some default-disabled options to meson_options

Re: [PATCH 2/2] meson_options.txt: Enable qom-cast-debug by default again

2023-04-17 Thread Peter Maydell
On Mon, 17 Apr 2023 at 14:00, Thomas Huth wrote: > > This switch had been disabled by default by accident in commit > c55cf6ab03f. But we should enable it by default instead to avoid > regressions in the QOM device hierarchy. > > Fixes: c55cf6ab03 ("configure, meson: move some default-disabled opt

[PATCH 2/2] meson_options.txt: Enable qom-cast-debug by default again

2023-04-17 Thread Thomas Huth
This switch had been disabled by default by accident in commit c55cf6ab03f. But we should enable it by default instead to avoid regressions in the QOM device hierarchy. Fixes: c55cf6ab03 ("configure, meson: move some default-disabled options to meson_options.txt") Signed-off-by: Thomas Huth ---