aboutsummaryrefslogtreecommitdiff
path: root/tests/test-qmp-event.c
AgeCommit message (Expand)Author
2019-02-18qapi: Generate QAPIEvent stuff into separate filesMarkus Armbruster
2019-01-24qapi: Eliminate indirection through qmp_event_get_func_emit()Markus Armbruster
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-06-29glib: bump min required glib library version to 2.40Daniel P. Berrangé
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-05-09qobject: Use simpler QDict/QList scalar insertion macrosEric Blake
2017-02-22test-qmp-event: Simplify and tighten event_test_emit()Markus Armbruster
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell
2016-02-16tests: Clean up includesPeter Maydell
2015-11-02qapi: Unbox base membersEric Blake
2015-09-04qapi-event: Clean up how name of enum QAPIEvent is madeMarkus Armbruster
2015-06-22qobject: Use 'bool' for qboolEric Blake
2014-06-30tests/test-qmp-event: fix for GLib < 2.31Paolo Bonzini
2014-06-23test: add test cases for qapi eventWenchao Xia