summaryrefslogtreecommitdiffstats
path: root/monitor/qmp.c
Commit message (Expand)AuthorAgeFilesLines
* qmp: Move dispatcher to a coroutineKevin Wolf2020-10-091-30/+92
* qmp: Call monitor_set_cur() only in qmp_dispatch()Kevin Wolf2020-10-091-7/+2Star
* qmp: Assert that no other monitor is activeKevin Wolf2020-10-091-1/+4
* monitor: Use getter/setter functions for cur_monKevin Wolf2020-10-091-5/+2Star
* qapi: Disallow qmp_marshal_FOO(NULL, ...)Markus Armbruster2020-04-301-1/+4
* qmp: Fail gracefully if chardev is already in useKevin Wolf2020-03-061-4/+7
* qapi: Split control.json off misc.jsonKevin Wolf2020-02-171-1/+1
* chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé2020-01-081-1/+1
* monitor/qmp: Explicit we ignore few QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé2020-01-071-0/+5
* monitor/qmp: resume monitor when clearing its queueWolfgang Bumiller2019-11-191-5/+31
* monitor/qmp: Update comment for commit 4eaca8de268Markus Armbruster2019-08-211-1/+1
* monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf2019-06-181-5/+2Star
* monitor: Split Monitor.flags into separate boolsKevin Wolf2019-06-181-3/+4
* monitor: Split out monitor/qmp.cKevin Wolf2019-06-171-0/+406