Peter Xu 3ab72385b2 qapi: Drop qapi_event_send_FOO()'s Error ** argument
The generated qapi_event_send_FOO() take an Error ** argument.  They
can't actually fail, because all they do with the argument is passing it
to functions that can't fail: the QObject output visitor, and the
@qmp_emit callback, which is either monitor_qapi_event_queue() or
event_test_emit().

Drop the argument, and pass &error_abort to the QObject output visitor
and @qmp_emit instead.

Suggested-by: Eric Blake <eblake@redhat.com>
Suggested-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20180815133747.25032-4-peterx@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
[Commit message rewritten, update to qapi-code-gen.txt corrected]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2018-08-28 18:21:38 +02:00
..
2017-09-27 11:35:59 +01:00
2018-07-10 12:48:53 +01:00
2018-07-10 12:48:53 +01:00
2017-09-27 11:35:59 +01:00
2018-08-25 10:59:06 +01:00
2018-06-15 14:40:56 +01:00
2018-07-10 12:48:53 +01:00
2018-06-28 15:31:42 +01:00
2017-05-18 18:04:54 +02:00
2017-05-18 18:04:54 +02:00