summaryrefslogtreecommitdiffstats
path: root/tests/test-qmp-event.c
Commit message (Expand)AuthorAgeFilesLines
* qapi: Eliminate indirection through qmp_event_get_func_emit()Markus Armbruster2019-01-241-5/+1Star
* qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-281-6/+5Star
* glib: bump min required glib library version to 2.40Daniel P. Berrangé2018-06-291-7/+1Star
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-1/+1
* qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz2018-03-191-8/+8
* qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster2018-03-021-1/+1
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+0Star
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* qdict qlist: Make most helper macros functionsMarkus Armbruster2018-02-091-0/+1
* Eliminate qapi/qmp/types.hMarkus Armbruster2018-02-091-1/+2
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster2018-02-091-1/+0Star
* qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-201-4/+5
* qobject: Use simpler QDict/QList scalar insertion macrosEric Blake2017-05-091-15/+15
* test-qmp-event: Simplify and tighten event_test_emit()Markus Armbruster2017-02-221-10/+4Star
* tests: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0Star
* tests: Clean up includesPeter Maydell2016-02-161-1/+1
* qapi: Unbox base membersEric Blake2015-11-021-6/+2Star
* qapi-event: Clean up how name of enum QAPIEvent is madeMarkus Armbruster2015-09-041-1/+1
* qobject: Use 'bool' for qboolEric Blake2015-06-221-2/+2
* tests/test-qmp-event: fix for GLib < 2.31Paolo Bonzini2014-06-301-0/+6
* test: add test cases for qapi eventWenchao Xia2014-06-231-0/+265