Re: [Qemu-devel] [PATCH 27/32] qmp: Add some comments around null responses

2018-07-02 Thread Eric Blake
On 07/02/2018 11:22 AM, Markus Armbruster wrote: Signed-off-by: Markus Armbruster --- qapi/qmp-dispatch.c | 2 ++ 1 file changed, 2 insertions(+) Reviewed-by: Eric Blake diff --git a/qapi/qmp-dispatch.c b/qapi/qmp-dispatch.c index 761812e924..6f2d466596 100644 --- a/qapi/qmp-dispatch.c

[Qemu-devel] [PATCH 27/32] qmp: Add some comments around null responses

2018-07-02 Thread Markus Armbruster
Signed-off-by: Markus Armbruster --- qapi/qmp-dispatch.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qapi/qmp-dispatch.c b/qapi/qmp-dispatch.c index 761812e924..6f2d466596 100644 --- a/qapi/qmp-dispatch.c +++ b/qapi/qmp-dispatch.c @@ -133,6 +133,7 @@ static QObject *do_qmp_dispatch(QmpC