aboutsummaryrefslogtreecommitdiff
path: root/include/monitor/hmp.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-27monitor: add missing coroutine_fn annotationAlberto Faria1-1/+2
2022-10-09hmp: add virtio commandsLaurent Vivier1-0/+5
2022-07-20softmmu/dirtylimit: Implement dirty page rate limitHyman Huang(黄勇)1-0/+3
2022-06-14hmp: add basic "info stats" implementationMark Kanda1-0/+1
2021-11-02monitor: introduce HumanReadableText and HMP supportDaniel P. Berrangé1-0/+3
2021-11-02monitor: make hmp_handle_error return a booleanDaniel P. Berrangé1-1/+1
2021-10-13monitor: Reduce hmp_info_sev() declarationPhilippe Mathieu-Daudé1-1/+0
2021-06-08hmp: Add "calc_dirty_rate" and "info dirty_rate" cmdsPeter Xu1-0/+2
2021-03-18migrate: remove QMP/HMP commands for speed, downtime and cache sizeDaniel P. Berrangé1-4/+0
2020-10-06replay: implement replay-seek commandPavel Dovgalyuk1-0/+1
2020-10-06replay: introduce breakpoint at the specified stepPavel Dovgalyuk1-0/+2
2020-10-06replay: introduce info hmp/qmp commandPavel Dovgalyuk1-0/+1
2020-09-29cphp: remove deprecated cpu-add command(s)Igor Mammedov1-1/+0
2020-06-01hmp: Implement qom-get HMP commandDr. David Alan Gilbert1-0/+1
2020-03-09monitor/hmp: move hmp_info_block* to block-hmp-cmds.cMaxim Levitsky1-4/+0
2020-03-09monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.cMaxim Levitsky1-6/+0
2020-03-09monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.cMaxim Levitsky1-4/+0
2020-03-09monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.cMaxim Levitsky1-3/+0
2020-03-09monitor/hmp: move hmp_block_job* to block-hmp-cmds.cMaxim Levitsky1-5/+0
2020-03-09monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.cMaxim Levitsky1-2/+0
2019-12-18hmp: drop Error pointer indirection in hmp_handle_errorVladimir Sementsov-Ogievskiy1-1/+1
2019-07-02hw/core: Collect HMP command handlers in hw/core/Markus Armbruster1-0/+1
2019-07-02qom: Move HMP command handlers to qom/Markus Armbruster1-0/+3
2019-07-02hmp: Move hmp.h to include/monitor/Markus Armbruster1-0/+153