Re: [PATCH 1/4] qapi: Add a 'coroutine' flag for commands

2020-01-13 Thread Kevin Wolf
Am 10.01.2020 um 20:00 hat Eric Blake geschrieben: > On 1/9/20 12:35 PM, Kevin Wolf wrote: > > This patch adds a new 'coroutine' flag to QMP command definitions that > > tells the QMP dispatcher than the command handler is safe to be run in a > > s/than/that/ Thanks. If this remains the only chan

Re: [PATCH 1/4] qapi: Add a 'coroutine' flag for commands

2020-01-10 Thread Eric Blake
On 1/9/20 12:35 PM, Kevin Wolf wrote: This patch adds a new 'coroutine' flag to QMP command definitions that tells the QMP dispatcher than the command handler is safe to be run in a s/than/that/ coroutine. Signed-off-by: Kevin Wolf --- tests/qapi-schema/qapi-schema-test.json | 1 + docs

[PATCH 1/4] qapi: Add a 'coroutine' flag for commands

2020-01-09 Thread Kevin Wolf
This patch adds a new 'coroutine' flag to QMP command definitions that tells the QMP dispatcher than the command handler is safe to be run in a coroutine. Signed-off-by: Kevin Wolf --- tests/qapi-schema/qapi-schema-test.json | 1 + docs/devel/qapi-code-gen.txt| 4 include/qapi