diff options
| author | Peter Maydell | 2018-09-24 11:46:33 +0200 |
|---|---|---|
| committer | Peter Maydell | 2018-09-24 11:46:33 +0200 |
| commit | 850a8242a5303ceddff5d6700ee9d15307bf1b9f (patch) | |
| tree | dbd6f7fb342fd254e60f8caf6819d4c53174ad6c /include | |
| parent | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' i... (diff) | |
| parent | qapi: Add comments to aid debugging generated introspection (diff) | |
| download | qemu-850a8242a5303ceddff5d6700ee9d15307bf1b9f.tar.gz qemu-850a8242a5303ceddff5d6700ee9d15307bf1b9f.tar.xz qemu-850a8242a5303ceddff5d6700ee9d15307bf1b9f.zip | |
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-08-28' into staging
QAPI patches for 2018-08-28
# gpg: Signature made Tue 28 Aug 2018 17:23:32 BST
# gpg: using RSA key 3870B400EB918653
# gpg: Good signature from "Markus Armbruster <armbru@redhat.com>"
# gpg: aka "Markus Armbruster <armbru@pond.sub.org>"
# Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867 4E5F 3870 B400 EB91 8653
* remotes/armbru/tags/pull-qapi-2018-08-28:
qapi: Add comments to aid debugging generated introspection
qapi: Minor introspect.py cleanups
qapi: Update docs for generator changes since commit 9ee86b85267
qapi: Emit a blank line before dummy declaration
qapi: Drop qapi_event_send_FOO()'s Error ** argument
qapi: Fix build_params() for empty parameter list
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/qapi/qmp-event.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/qapi/qmp-event.h b/include/qapi/qmp-event.h index 0c87ad833e..23e588ccf8 100644 --- a/include/qapi/qmp-event.h +++ b/include/qapi/qmp-event.h @@ -14,8 +14,7 @@ #ifndef QMP_EVENT_H #define QMP_EVENT_H - -typedef void (*QMPEventFuncEmit)(unsigned event, QDict *dict, Error **errp); +typedef void (*QMPEventFuncEmit)(unsigned event, QDict *dict); void qmp_event_set_func_emit(QMPEventFuncEmit emit); |
