summary refs log tree commit diff stats
path: root/block/monitor (follow)
Commit message (Expand)AuthorAgeFilesLines
* nbd/server: Allow users to adjust handshake limit in QMPEric Blake2025-02-111-2/+2
* Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2025-02-101-2/+3
|\
| * block: Add 'active' field to BlockDeviceInfoKevin Wolf2025-02-061-2/+3
* | qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé2025-02-101-1/+1
|/
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-3/+3
* nbd/server: CVE-2024-7409: Cap default max-connections to 100Eric Blake2024-08-081-1/+2
* stream: Allow users to request only format driver names in backing file formatPeter Krempa2024-01-261-1/+1
* block: remove AioContext lockingStefan Hajnoczi2023-12-212-46/+3
* 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/dirty-bitmap: Clean up local variable shadowingMarkus Armbruster2023-09-291-9/+10
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-1/+1
* 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
|/
* include/block: Untangle inclusion loopsMarkus Armbruster2023-01-201-0/+2
* 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
* block: improve block_dirty_bitmap_merge(): don't allocate extra bitmapVladimir Sementsov-Ogievskiy2022-06-241-20/+21
* block: block_dirty_bitmap_merge(): fix error pathVladimir Sementsov-Ogievskiy2022-06-241-1/+4
* qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStrVladimir Sementsov-Ogievskiy2022-04-261-3/+3
* block/dirty-bitmap: bdrv_merge_dirty_bitmap(): add return valueVladimir Sementsov-Ogievskiy2022-03-071-4/+1
* assertions for block_int global state APIEmanuele Giuseppe Esposito2022-03-041-0/+6
* 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
* meson: convert blockMarc-André Lureau2020-08-212-2/+2
* blockdev: Split off basic bitmap operations for qemu-imgEric Blake2020-05-192-0/+322
* 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