aboutsummaryrefslogtreecommitdiff
path: root/monitor/hmp-cmds.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-26hmp: Fix loadvm to resume the VM on success instead of failureKevin Wolf1-1/+1
2021-05-13migration: Drop redundant query-migrate result @blockedMarkus Armbruster1-1/+1
2021-03-19hmp: QAPIfy object_addKevin Wolf1-15/+2
2021-03-18migrate: remove QMP/HMP commands for speed, downtime and cache sizeDaniel P. Berrangé1-34/+0
2021-02-08migration: introduce a delete_snapshot wrapperDaniel P. Berrangé1-1/+1
2021-02-08migration: wire up support for snapshot device selectionDaniel P. Berrangé1-2/+3
2021-02-08migration: control whether snapshots are ovewrittenDaniel P. Berrangé1-1/+1
2021-02-08block: add ability to specify list of blockdevs during snapshotDaniel P. Berrangé1-1/+1
2021-02-08migration: stop returning errno from load_snapshot()Daniel P. Berrangé1-1/+1
2021-02-08block: push error reporting into bdrv_all_*_snapshot functionsDaniel P. Berrangé1-6/+1
2021-02-08migration: Display the migration blockersDr. David Alan Gilbert1-0/+9
2021-02-08migration: Fix migrate-set-parameters argument validationMarkus Armbruster1-12/+12
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake1-15/+10
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake1-5/+5
2021-01-23hmp: remove "change vnc TARGET" commandPaolo Bonzini1-2/+5
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-1/+0
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell1-6/+7
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake1-6/+7
2020-12-18monitor:open brace '{' following struct go on the same lineYutao Ai1-2/+1
2020-11-24net: do not exit on "netdev_add help" monitor commandPaolo Bonzini1-0/+6
2020-11-04console: make QMP/HMP screendump run in coroutineMarc-André Lureau1-1/+2
2020-11-01qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede1-0/+6
2020-10-09monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf1-1/+1
2020-10-09monitor: Add Monitor parameter to monitor_set_cpu()Kevin Wolf1-1/+1
2020-09-29qapi: Extract PCI commands to 'pci.json'Philippe Mathieu-Daudé1-0/+1
2020-09-29qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé1-0/+1
2020-08-21migration: Add block-bitmap-mapping parameterMax Reitz1-0/+30
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-07-10hmp: Eliminate a variable in hmp_migrate_set_parameter()Markus Armbruster1-6/+2
2020-07-03hmp: Handle virtio-mem when printing memory device infoDavid Hildenbrand1-0/+16
2020-06-17monitor/hmp-cmds: improvements for the 'info migrate'Mao Zhongyi1-3/+3
2020-06-17monitor/hmp-cmds: add 'goto end' to reduce duplicate code.Mao Zhongyi1-4/+4
2020-06-17monitor/hmp-cmds: delete redundant Error check before invoke hmp_handle_error()Mao Zhongyi1-3/+2
2020-06-17monitor/hmp-cmds: don't silently output when running 'migrate_set_downtime' f...Mao Zhongyi1-1/+4
2020-06-17monitor/hmp-cmds: add units for migrate_parametersMao Zhongyi1-3/+3
2020-06-12pci: Display PCI IRQ pin in "info pci"Peter Xu1-1/+2
2020-05-07migration/xbzrle: add encoding rateWei Wang1-0/+2
2020-05-07migration/throttle: Add cpu-throttle-tailslow migration parameterKeqian Zhu1-0/+8
2020-05-07migration: move the units of migrate parameters from milliseconds to msMao Zhongyi1-4/+4
2020-05-07monitor/hmp-cmds: add hmp_handle_error() for hmp_migrate_set_speed()Mao Zhongyi1-1/+4
2020-04-30qapi: Only input visitors can actually failMarkus Armbruster1-1/+2
2020-03-25migration: use "" instead of (null) for tls-authzMao Zhongyi1-2/+2
2020-03-25hmp/vnc: Fix info vnc list leakDr. David Alan Gilbert1-2/+3
2020-03-25xbzrle: update xbzrle docMao Zhongyi1-1/+1
2020-03-25hmp-cmd: fix a missing_break warningPan Nengyuan1-0/+1
2020-03-13migration/throttle: Add throttle-trig-thres migration parameterKeqian Zhu1-0/+7
2020-03-09monitor/hmp: move hmp_info_block* to block-hmp-cmds.cMaxim Levitsky1-388/+0
2020-03-09monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.cMaxim Levitsky1-137/+0
2020-03-09monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.cMaxim Levitsky1-100/+0
2020-03-09monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.cMaxim Levitsky1-47/+0