On Wed, 12 Aug 2026 15:11:34 +0200, Philippe Mathieu-Daudé <[email protected]> wrote: > qmp-dispatch.c calls aio_wait_kick() and monitor_cur(). Include the > header declaring them in order to avoid the following build failure > when refactoring unrelated headers: > > ../qapi/qmp-dispatch.c:126:12: error: call to undeclared function > 'monitor_cur' > 126 | assert(monitor_cur() == NULL); > | ^ > ../qapi/qmp-dispatch.c:141:5: error: call to undeclared function > 'aio_wait_kick' > 141 | aio_wait_kick(); > | ^ > > [...]
Reviewed-by: Marc-André Lureau <[email protected]> -- Marc-André Lureau <[email protected]>
