aboutsummaryrefslogtreecommitdiff
path: root/monitor/qmp.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-09qmp: Move dispatcher to a coroutineKevin Wolf1-30/+92
2020-10-09qmp: Call monitor_set_cur() only in qmp_dispatch()Kevin Wolf1-7/+2
2020-10-09qmp: Assert that no other monitor is activeKevin Wolf1-1/+4
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf1-5/+2
2020-04-30qapi: Disallow qmp_marshal_FOO(NULL, ...)Markus Armbruster1-1/+4
2020-03-06qmp: Fail gracefully if chardev is already in useKevin Wolf1-4/+7
2020-02-17qapi: Split control.json off misc.jsonKevin Wolf1-1/+1
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé1-1/+1
2020-01-07monitor/qmp: Explicit we ignore few QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé1-0/+5
2019-11-19monitor/qmp: resume monitor when clearing its queueWolfgang Bumiller1-5/+31
2019-08-21monitor/qmp: Update comment for commit 4eaca8de268Markus Armbruster1-1/+1
2019-06-18monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf1-5/+2
2019-06-18monitor: Split Monitor.flags into separate boolsKevin Wolf1-3/+4
2019-06-17monitor: Split out monitor/qmp.cKevin Wolf1-0/+406