On Wed, 12 Aug 2026 15:11:33 +0200, Philippe Mathieu-Daudé <[email protected]> wrote: > test-util-sockets.c calls qemu_init_main_loop(), itself declared in > the "qemu/main-loop.h" header. Include the latter to avoid when > refactoring unrelated headers: > > ../tests/unit/test-util-sockets.c:553:5: error: call to undeclared function > 'qemu_init_main_loop' > 553 | qemu_init_main_loop(&error_abort); > | ^ > > [...]
Reviewed-by: Marc-André Lureau <[email protected]> -- Marc-André Lureau <[email protected]>
