| Commit message (Expand) | Author | Age | Files | Lines |
* | qmp: Move dispatcher to a coroutine | Kevin Wolf | 2020-10-09 | 1 | -30/+92 |
* | qmp: Call monitor_set_cur() only in qmp_dispatch() | Kevin Wolf | 2020-10-09 | 1 | -7/+2 |
* | qmp: Assert that no other monitor is active | Kevin Wolf | 2020-10-09 | 1 | -1/+4 |
* | monitor: Use getter/setter functions for cur_mon | Kevin Wolf | 2020-10-09 | 1 | -5/+2 |
* | qapi: Disallow qmp_marshal_FOO(NULL, ...) | Markus Armbruster | 2020-04-30 | 1 | -1/+4 |
* | qmp: Fail gracefully if chardev is already in use | Kevin Wolf | 2020-03-06 | 1 | -4/+7 |
* | qapi: Split control.json off misc.json | Kevin Wolf | 2020-02-17 | 1 | -1/+1 |
* | chardev: Use QEMUChrEvent enum in IOEventHandler typedef | Philippe Mathieu-Daudé | 2020-01-08 | 1 | -1/+1 |
* | monitor/qmp: Explicit we ignore few QEMUChrEvent in IOEventHandler | Philippe Mathieu-Daudé | 2020-01-07 | 1 | -0/+5 |
* | monitor/qmp: resume monitor when clearing its queue | Wolfgang Bumiller | 2019-11-19 | 1 | -5/+31 |
* | monitor/qmp: Update comment for commit 4eaca8de268 | Markus Armbruster | 2019-08-21 | 1 | -1/+1 |
* | monitor: Replace monitor_init() with monitor_init_{hmp, qmp}() | Kevin Wolf | 2019-06-18 | 1 | -5/+2 |
* | monitor: Split Monitor.flags into separate bools | Kevin Wolf | 2019-06-18 | 1 | -3/+4 |
* | monitor: Split out monitor/qmp.c | Kevin Wolf | 2019-06-17 | 1 | -0/+406 |