qemu-e2k/include/qapi/qmp
Paolo Bonzini a50c99bcc0 monitor: mark mixed functions that can suspend
There should be no paths from a coroutine_fn to aio_poll, however in
practice coroutine_mixed_fn will call aio_poll in the !qemu_in_coroutine()
path.  By marking mixed functions, we can track accurately the call paths
that execute entirely in coroutine context, and find more missing
coroutine_fn markers.  This results in more accurate checks that
coroutine code does not end up blocking.

If the marking were extended transitively to all functions that call
these ones, static analysis could be done much more efficiently.
However, this is a start and makes it possible to use vrc's path-based
searches to find potential bugs where coroutine_fns call blocking functions.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2023-04-20 11:17:35 +02:00
..
dispatch.h monitor: mark mixed functions that can suspend 2023-04-20 11:17:35 +02:00
json-parser.h json: Clean up headers 2018-08-24 20:26:37 +02:00
json-writer.h migration: Replace migration's JSON writer by the general one 2020-12-19 10:39:16 +01:00
qbool.h include/qapi: add g_autoptr support for qobject types 2022-04-06 10:50:38 +02:00
qdict.h include: move qdict_{crumple,flatten} declarations 2022-04-21 17:03:51 +04:00
qerror.h rocker: Tweak stubbed out monitor commands' error messages 2023-02-23 14:10:17 +01:00
qjson.h Replace GCC_FMT_ATTR with G_GNUC_PRINTF 2022-03-22 14:40:51 +04:00
qlist.h include/qapi: add g_autoptr support for qobject types 2022-04-06 10:50:38 +02:00
qlit.h qlit: add qobject_from_qlit() 2018-03-19 10:00:14 -05:00
qnull.h include/qapi: add g_autoptr support for qobject types 2022-04-06 10:50:38 +02:00
qnum.h include/qapi: add g_autoptr support for qobject types 2022-04-06 10:50:38 +02:00
qobject.h qobject: Move internals to qobject-internal.h 2020-12-19 10:38:43 +01:00
qstring.h include/qapi: add g_autoptr support for qobject types 2022-04-06 10:50:38 +02:00