On Wed, 12 Aug 2026 15:11:39 +0200, Philippe Mathieu-Daudé <[email protected]> wrote: > "monitor/monitor.h" declares monitor_set_cur() which use the > 'Coroutine' type, itself declared in "qemu/coroutine-core.h". > Include the latter to avoid when refactoring unrelated headers: > > In file included from ../../target/sh4/monitor.c:26: > qemu/include/monitor/monitor.h:32:26: error: unknown type name 'Coroutine' > 32 | Monitor *monitor_set_cur(Coroutine *co, Monitor *mon); > | ^ > > [...]
Reviewed-by: Marc-André Lureau <[email protected]> -- Marc-André Lureau <[email protected]>
