aboutsummaryrefslogtreecommitdiff
path: root/include/monitor/hmp.h
AgeCommit message (Expand)Author
2023-03-07hmp: add cryptodev info commandzhenwei pi
2023-03-01i386/xen: add monitor commands to test event injectionJoao Martins
2023-02-04monitor: Move remaining HMP commands from misc.c to hmp-cmds.cMarkus Armbruster
2023-02-04runstate: Move HMP commands from monitor/ to softmmu/Markus Armbruster
2023-02-04net: Move hmp_info_network() to net-hmp-cmds.cMarkus Armbruster
2023-02-04hmp: Rewrite strlist_from_comma_list() as hmp_split_at_comma()Markus Armbruster
2023-02-04block: Factor out hmp_change_medium(), and move to block/monitor/Markus Armbruster
2023-02-04trace: Move HMP commands from monitor/ to trace/Markus Armbruster
2023-02-04hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.hMarkus Armbruster
2023-02-04audio: Move HMP commands from monitor/ to audio/Markus Armbruster
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell
2023-01-19ui: Split hmp_mouse_set() and move the HMP part to ui/Markus Armbruster
2023-01-19ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.cMarkus Armbruster
2023-01-19ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.cMarkus Armbruster
2023-01-19coroutine: Move coroutine_fn to qemu/osdep.h, trim includesMarkus Armbruster
2022-12-19pci: Move HMP command from hw/pci/pcie_aer.c to pci-hmp-cmds.cMarkus Armbruster
2022-10-27monitor: add missing coroutine_fn annotationAlberto Faria
2022-10-09hmp: add virtio commandsLaurent Vivier
2022-07-20softmmu/dirtylimit: Implement dirty page rate limitHyman Huang(黄勇)
2022-06-14hmp: add basic "info stats" implementationMark Kanda
2021-11-02monitor: introduce HumanReadableText and HMP supportDaniel P. Berrangé
2021-11-02monitor: make hmp_handle_error return a booleanDaniel P. Berrangé
2021-10-13monitor: Reduce hmp_info_sev() declarationPhilippe Mathieu-Daudé
2021-06-08hmp: Add "calc_dirty_rate" and "info dirty_rate" cmdsPeter Xu
2021-03-18migrate: remove QMP/HMP commands for speed, downtime and cache sizeDaniel P. Berrangé
2020-10-06replay: implement replay-seek commandPavel Dovgalyuk
2020-10-06replay: introduce breakpoint at the specified stepPavel Dovgalyuk
2020-10-06replay: introduce info hmp/qmp commandPavel Dovgalyuk
2020-09-29cphp: remove deprecated cpu-add command(s)Igor Mammedov
2020-06-01hmp: Implement qom-get HMP commandDr. David Alan Gilbert
2020-03-09monitor/hmp: move hmp_info_block* to block-hmp-cmds.cMaxim Levitsky
2020-03-09monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.cMaxim Levitsky
2020-03-09monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.cMaxim Levitsky
2020-03-09monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.cMaxim Levitsky
2020-03-09monitor/hmp: move hmp_block_job* to block-hmp-cmds.cMaxim Levitsky
2020-03-09monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.cMaxim Levitsky
2019-12-18hmp: drop Error pointer indirection in hmp_handle_errorVladimir Sementsov-Ogievskiy
2019-07-02hw/core: Collect HMP command handlers in hw/core/Markus Armbruster
2019-07-02qom: Move HMP command handlers to qom/Markus Armbruster
2019-07-02hmp: Move hmp.h to include/monitor/Markus Armbruster