On 06/10/2023 14.39, Fabiano Rosas wrote:
Now that we can query more than one binary, the "starting QEMU..." message can get a little noisy. Mute those messages unless we're running with --verbose.Only affects qtest_init() calls from within libqtest. The tests continue to output as usual. Signed-off-by: Fabiano Rosas <faro...@suse.de> --- tests/qtest/libqtest.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-)
Reviewed-by: Thomas Huth <th...@redhat.com>