summaryrefslogtreecommitdiffstats
path: root/monitor/hmp-cmds.c
Commit message (Expand)AuthorAgeFilesLines
* migration: introduce a delete_snapshot wrapperDaniel P. Berrangé2021-02-081-1/+1
* migration: wire up support for snapshot device selectionDaniel P. Berrangé2021-02-081-2/+3
* migration: control whether snapshots are ovewrittenDaniel P. Berrangé2021-02-081-1/+1
* block: add ability to specify list of blockdevs during snapshotDaniel P. Berrangé2021-02-081-1/+1
* migration: stop returning errno from load_snapshot()Daniel P. Berrangé2021-02-081-1/+1
* block: push error reporting into bdrv_all_*_snapshot functionsDaniel P. Berrangé2021-02-081-6/+1Star
* migration: Display the migration blockersDr. David Alan Gilbert2021-02-081-0/+9
* migration: Fix migrate-set-parameters argument validationMarkus Armbruster2021-02-081-12/+12
* qapi: More complex uses of QAPI_LIST_APPENDEric Blake2021-01-281-15/+10Star
* qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake2021-01-281-5/+5
* hmp: remove "change vnc TARGET" commandPaolo Bonzini2021-01-231-2/+5
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell2021-01-011-6/+7
|\
| * qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-191-6/+7
* | monitor:open brace '{' following struct go on the same lineYutao Ai2020-12-181-2/+1Star
|/
* net: do not exit on "netdev_add help" monitor commandPaolo Bonzini2020-11-241-0/+6
* console: make QMP/HMP screendump run in coroutineMarc-André Lureau2020-11-041-1/+2
* qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede2020-11-011-0/+6
* monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf2020-10-091-1/+1
* monitor: Add Monitor parameter to monitor_set_cpu()Kevin Wolf2020-10-091-1/+1
* qapi: Extract PCI commands to 'pci.json'Philippe Mathieu-Daudé2020-09-291-0/+1
* qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé2020-09-291-0/+1
* migration: Add block-bitmap-mapping parameterMax Reitz2020-08-211-0/+30
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1Star
* hmp: Eliminate a variable in hmp_migrate_set_parameter()Markus Armbruster2020-07-101-6/+2Star
* hmp: Handle virtio-mem when printing memory device infoDavid Hildenbrand2020-07-031-0/+16
* monitor/hmp-cmds: improvements for the 'info migrate'Mao Zhongyi2020-06-171-3/+3
* monitor/hmp-cmds: add 'goto end' to reduce duplicate code.Mao Zhongyi2020-06-171-4/+4
* monitor/hmp-cmds: delete redundant Error check before invoke hmp_handle_error()Mao Zhongyi2020-06-171-3/+2Star
* monitor/hmp-cmds: don't silently output when running 'migrate_set_downtime' f...Mao Zhongyi2020-06-171-1/+4
* monitor/hmp-cmds: add units for migrate_parametersMao Zhongyi2020-06-171-3/+3
* pci: Display PCI IRQ pin in "info pci"Peter Xu2020-06-121-1/+2
* migration/xbzrle: add encoding rateWei Wang2020-05-071-0/+2
* migration/throttle: Add cpu-throttle-tailslow migration parameterKeqian Zhu2020-05-071-0/+8
* migration: move the units of migrate parameters from milliseconds to msMao Zhongyi2020-05-071-4/+4
* monitor/hmp-cmds: add hmp_handle_error() for hmp_migrate_set_speed()Mao Zhongyi2020-05-071-1/+4
* qapi: Only input visitors can actually failMarkus Armbruster2020-04-301-1/+2
* migration: use "" instead of (null) for tls-authzMao Zhongyi2020-03-251-2/+2
* hmp/vnc: Fix info vnc list leakDr. David Alan Gilbert2020-03-251-2/+3
* xbzrle: update xbzrle docMao Zhongyi2020-03-251-1/+1
* hmp-cmd: fix a missing_break warningPan Nengyuan2020-03-251-0/+1
* migration/throttle: Add throttle-trig-thres migration parameterKeqian Zhu2020-03-131-0/+7
* monitor/hmp: move hmp_info_block* to block-hmp-cmds.cMaxim Levitsky2020-03-091-388/+0Star
* monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.cMaxim Levitsky2020-03-091-137/+0Star
* monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.cMaxim Levitsky2020-03-091-100/+0Star
* monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.cMaxim Levitsky2020-03-091-47/+0Star
* monitor/hmp: move hmp_block_job* to block-hmp-cmds.cMaxim Levitsky2020-03-091-52/+0Star
* monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.cMaxim Levitsky2020-03-091-58/+0Star
* monitor/hmp-cmds: Remove redundant statement in hmp_rocker_of_dpa_groups()Chen Qun2020-03-091-4/+1Star
* blockdev-nbd: Boxed argument type for nbd-server-addKevin Wolf2020-03-061-4/+17