summary refs log tree commit diff stats
path: root/block/monitor/block-hmp-cmds.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* stream: Allow users to request only format driver names in backing file formatPeter Krempa2024-01-261-1/+1
* block: remove AioContext lockingStefan Hajnoczi2023-12-211-29/+0
* block: Mark bdrv_skip_implicit_filters() and callers GRAPH_RDLOCKKevin Wolf2023-11-071-0/+3
* qapi/block-core: use JobType for BlockJobInfo's typeFiona Ebner2023-10-311-2/+2
* block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCKKevin Wolf2023-10-121-0/+3
* block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCKKevin Wolf2023-10-121-0/+2
* block/monitor: Fix crash when executing HMP commitWang Liang2023-04-251-4/+6
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-221-0/+1
* Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into...Peter Maydell2023-02-041-0/+21
|\
| * block: Factor out hmp_change_medium(), and move to block/monitor/Markus Armbruster2023-02-041-0/+21
* | qemu-img: Change info key names for protocol nodesHanna Reitz2023-02-011-1/+1
* | block/qapi: Add indentation to bdrv_node_info_dump()Hanna Reitz2023-02-011-1/+1
* | qemu-img: Use BlockNodeInfoHanna Reitz2023-02-011-1/+1
|/
* qapi block: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-29/+19
* monitor: add missing coroutine_fn annotationAlberto Faria2022-10-271-1/+1
* monitor: expose monitor_puts to rest of codeAlex Bennée2022-10-061-5/+5
* include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...Emanuele Giuseppe Esposito2022-01-141-1/+1
* block/monitor: Consolidate hmp_handle_error calls to reduce redundant codeMao Zhongyi2021-09-011-6/+6
* monitor: hmp_qemu_io: acquire aio contex, fix crashVladimir Sementsov-Ogievskiy2021-05-141-10/+21
* block: Remove monitor command block_passwdMarkus Armbruster2021-03-231-10/+0
* block: rename and alter bdrv_all_find_snapshot semanticsDaniel P. Berrangé2021-02-081-1/+1
* block: allow specifying name of block device for vmstate storageDaniel P. Berrangé2021-02-081-1/+1
* block: add ability to specify list of blockdevs during snapshotDaniel P. Berrangé2021-02-081-2/+2
* block: push error reporting into bdrv_all_*_snapshot functionsDaniel P. Berrangé2021-02-081-3/+4
* qapi: block-stream: add "bottom" argumentVladimir Sementsov-Ogievskiy2021-01-261-1/+2
* qapi: add filter-node-name to block-streamAndrey Shinkevich2021-01-261-2/+2
* block/export: Add block-export-delKevin Wolf2020-10-021-2/+2
* block/export: Add node-name to BlockExportOptionsKevin Wolf2020-10-021-3/+3
* nbd: Add max-connections to nbd-server-startKevin Wolf2020-10-021-1/+1
* qapi: Rename BlockExport to BlockExportOptionsKevin Wolf2020-10-021-3/+3
* qapi: Create block-export moduleKevin Wolf2020-10-021-0/+1
* commit: Deal with filtersMax Reitz2020-09-071-1/+1
* Use &error_abort instead of separate assert()Markus Armbruster2020-03-171-3/+1
* monitor/hmp: Move hmp_drive_add_node to block-hmp-cmds.cMaxim Levitsky2020-03-091-0/+30
* monitor/hmp: move hmp_info_block* to block-hmp-cmds.cMaxim Levitsky2020-03-091-0/+389
* monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.cMaxim Levitsky2020-03-091-0/+140
* monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.cMaxim Levitsky2020-03-091-0/+101
* monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.cMaxim Levitsky2020-03-091-2/+56
* monitor/hmp: move hmp_block_job* to block-hmp-cmds.cMaxim Levitsky2020-03-091-0/+52
* monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.cMaxim Levitsky2020-03-091-0/+60
* monitor/hmp: move hmp_drive_del and hmp_commit to block-hmp-cmds.cMaxim Levitsky2020-03-091-2/+106
* monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.cMaxim Levitsky2020-03-091-0/+85