summaryrefslogtreecommitdiffstats
path: root/qapi/qmp-event.c
Commit message (Expand)AuthorAgeFilesLines
* Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau2022-04-061-6/+3Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* qapi: Eliminate indirection through qmp_event_get_func_emit()Markus Armbruster2019-01-241-12/+0Star
* qmp: Switch timestamp_put() to qdict_from_jsonf_nofail()Markus Armbruster2018-07-031-5/+5
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* qobject: Use simpler QDict/QList scalar insertion macrosEric Blake2017-05-091-1/+1
* qmp-event: Avoid qobject_from_jsonf("%"PRId64)Eric Blake2016-12-051-13/+4Star
* qapi: Clean up includesPeter Maydell2016-02-041-1/+1
* qapi/qmp-event.c: Don't manually include os-win32.h/os-posix.hPeter Maydell2015-08-191-8/+0Star
* qapi: add event helper functionsWenchao Xia2014-06-231-0/+74