summaryrefslogtreecommitdiff
path: root/monitor/hmp-cmds.c
AgeCommit message (Expand)Author
2021-05-13migration: Drop redundant query-migrate result @blockedMarkus Armbruster
2021-03-19hmp: QAPIfy object_addKevin Wolf
2021-03-18migrate: remove QMP/HMP commands for speed, downtime and cache sizeDaniel P. Berrangé
2021-02-08migration: introduce a delete_snapshot wrapperDaniel P. Berrangé
2021-02-08migration: wire up support for snapshot device selectionDaniel P. Berrangé
2021-02-08migration: control whether snapshots are ovewrittenDaniel P. Berrangé
2021-02-08block: add ability to specify list of blockdevs during snapshotDaniel P. Berrangé
2021-02-08migration: stop returning errno from load_snapshot()Daniel P. Berrangé
2021-02-08block: push error reporting into bdrv_all_*_snapshot functionsDaniel P. Berrangé
2021-02-08migration: Display the migration blockersDr. David Alan Gilbert
2021-02-08migration: Fix migrate-set-parameters argument validationMarkus Armbruster
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake
2021-01-23hmp: remove "change vnc TARGET" commandPaolo Bonzini
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake
2020-12-18monitor:open brace '{' following struct go on the same lineYutao Ai
2020-11-24net: do not exit on "netdev_add help" monitor commandPaolo Bonzini
2020-11-04console: make QMP/HMP screendump run in coroutineMarc-André Lureau
2020-11-01qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede
2020-10-09monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf
2020-10-09monitor: Add Monitor parameter to monitor_set_cpu()Kevin Wolf
2020-09-29qapi: Extract PCI commands to 'pci.json'Philippe Mathieu-Daudé
2020-09-29qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé
2020-08-21migration: Add block-bitmap-mapping parameterMax Reitz
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10hmp: Eliminate a variable in hmp_migrate_set_parameter()Markus Armbruster
2020-07-03hmp: Handle virtio-mem when printing memory device infoDavid Hildenbrand
2020-06-17monitor/hmp-cmds: improvements for the 'info migrate'Mao Zhongyi
2020-06-17monitor/hmp-cmds: add 'goto end' to reduce duplicate code.Mao Zhongyi
2020-06-17monitor/hmp-cmds: delete redundant Error check before invoke hmp_handle_error()Mao Zhongyi
2020-06-17monitor/hmp-cmds: don't silently output when running 'migrate_set_downtime' f...Mao Zhongyi
2020-06-17monitor/hmp-cmds: add units for migrate_parametersMao Zhongyi
2020-06-12pci: Display PCI IRQ pin in "info pci"Peter Xu
2020-05-07migration/xbzrle: add encoding rateWei Wang
2020-05-07migration/throttle: Add cpu-throttle-tailslow migration parameterKeqian Zhu
2020-05-07migration: move the units of migrate parameters from milliseconds to msMao Zhongyi
2020-05-07monitor/hmp-cmds: add hmp_handle_error() for hmp_migrate_set_speed()Mao Zhongyi
2020-04-30qapi: Only input visitors can actually failMarkus Armbruster
2020-03-25migration: use "" instead of (null) for tls-authzMao Zhongyi
2020-03-25hmp/vnc: Fix info vnc list leakDr. David Alan Gilbert
2020-03-25xbzrle: update xbzrle docMao Zhongyi
2020-03-25hmp-cmd: fix a missing_break warningPan Nengyuan
2020-03-13migration/throttle: Add throttle-trig-thres migration parameterKeqian Zhu
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