qemu-e2k/include/qapi/qmp
Kevin Wolf 04f22362f1 qapi: Add a 'coroutine' flag for commands
This patch adds a new 'coroutine' flag to QMP command definitions that
tells the QMP dispatcher that the command handler is safe to be run in a
coroutine.

The documentation of the new flag pretends that this flag is already
used as intended, which it isn't yet after this patch. We'll implement
this in another patch in this series.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20201005155855.256490-9-kwolf@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2020-10-09 07:08:19 +02:00
..
dispatch.h qapi: Add a 'coroutine' flag for commands 2020-10-09 07:08:19 +02:00
json-parser.h json: Clean up headers 2018-08-24 20:26:37 +02:00
qbool.h
qdict.h qobject: Eliminate qdict_iter(), use qdict_first(), qdict_next() 2020-04-30 06:51:15 +02:00
qerror.h scripts: Remove check-qerror.sh 2018-10-19 14:40:15 +02:00
qjson.h qobject: qobject_from_jsonv() is dangerous, hide it away 2018-08-16 08:42:06 +02:00
qlist.h qobject: Eliminate qlist_iter(), use QLIST_FOREACH_ENTRY() instead 2020-04-30 06:51:15 +02:00
qlit.h
qnull.h
qnum.h json: Update references to RFC 7159 to RFC 8259 2018-08-24 20:27:14 +02:00
qobject.h
qstring.h qstring: add qstring_free() 2020-01-24 20:59:13 +01:00