aboutsummaryrefslogtreecommitdiff
path: root/monitor
AgeCommit message (Expand)Author
2019-07-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-07-04hmp: Handle virtio-pmem when printing memory device infosDavid Hildenbrand
2019-07-03Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...Peter Maydell
2019-07-02dump: Move HMP command handlers to dump/Markus Armbruster
2019-07-02qapi: Split dump.json off misc.jsonMarkus Armbruster
2019-07-02hw/core: Collect HMP command handlers in hw/core/Markus Armbruster
2019-07-02hw/core: Collect QMP command handlers in hw/core/Markus Armbruster
2019-07-02qapi: Split machine.json off misc.jsonMarkus Armbruster
2019-07-02qom: Move HMP command handlers to qom/Markus Armbruster
2019-07-02qom: Move QMP command handlers to qom/Markus Armbruster
2019-07-02qapi: Split qom.json and qdev.json off misc.jsonMarkus Armbruster
2019-07-02hmp: Move hmp.h to include/monitor/Markus Armbruster
2019-07-02net/announce: Add HMP optional IDDr. David Alan Gilbert
2019-07-02net/announce: Add HMP optional interface listDr. David Alan Gilbert
2019-06-18block/block-backend: blk_iostatus_reset: drop usage of bs->jobVladimir Sementsov-Ogievskiy
2019-06-18monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf
2019-06-18monitor: Split Monitor.flags into separate boolsKevin Wolf
2019-06-18monitor: Split out monitor/monitor.cKevin Wolf
2019-06-18monitor: Split out monitor/hmp.cKevin Wolf
2019-06-17monitor: Split out monitor/qmp.cKevin Wolf
2019-06-17monitor: Create monitor-internal.h with common definitionsKevin Wolf
2019-06-17monitor: Move {hmp, qmp}.c to monitor/{hmp, qmp}-cmds.cKevin Wolf
2019-06-17Move monitor.c to monitor/misc.cKevin Wolf