Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hmp: Move hmp.h to include/monitor/ | Markus Armbruster | 2019-07-02 | 2 | -2/+2 |
* | block/block-backend: blk_iostatus_reset: drop usage of bs->job | Vladimir Sementsov-Ogievskiy | 2019-06-18 | 1 | -0/+5 |
* | monitor: Replace monitor_init() with monitor_init_{hmp, qmp}() | Kevin Wolf | 2019-06-18 | 4 | -19/+4 |
* | monitor: Split Monitor.flags into separate bools | Kevin Wolf | 2019-06-18 | 5 | -15/+22 |
* | monitor: Split out monitor/monitor.c | Kevin Wolf | 2019-06-18 | 5 | -599/+637 |
* | monitor: Split out monitor/hmp.c | Kevin Wolf | 2019-06-18 | 5 | -1352/+1443 |
* | monitor: Split out monitor/qmp.c | Kevin Wolf | 2019-06-17 | 5 | -393/+449 |
* | monitor: Create monitor-internal.h with common definitions | Kevin Wolf | 2019-06-17 | 3 | -116/+148 |
* | monitor: Move {hmp, qmp}.c to monitor/{hmp, qmp}-cmds.c | Kevin Wolf | 2019-06-17 | 3 | -0/+3882 |
* | Move monitor.c to monitor/misc.c | Kevin Wolf | 2019-06-17 | 3 | -0/+4792 |