Age | Commit message (Expand) | Author | Files | Lines |
2023-02-04 | Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into... | Peter Maydell | 1 | -0/+21 |
2023-02-04 | block: Factor out hmp_change_medium(), and move to block/monitor/ | Markus Armbruster | 1 | -0/+21 |
2023-02-01 | qemu-img: Change info key names for protocol nodes | Hanna Reitz | 1 | -1/+1 |
2023-02-01 | block/qapi: Add indentation to bdrv_node_info_dump() | Hanna Reitz | 1 | -1/+1 |
2023-02-01 | qemu-img: Use BlockNodeInfo | Hanna Reitz | 1 | -1/+1 |
2023-01-20 | include/block: Untangle inclusion loops | Markus Armbruster | 1 | -0/+2 |
2022-12-14 | qapi block: Elide redundant has_FOO in generated C | Markus Armbruster | 1 | -29/+19 |
2022-10-27 | monitor: add missing coroutine_fn annotation | Alberto Faria | 1 | -1/+1 |
2022-10-06 | monitor: expose monitor_puts to rest of code | Alex Bennée | 1 | -5/+5 |
2022-06-24 | block: improve block_dirty_bitmap_merge(): don't allocate extra bitmap | Vladimir Sementsov-Ogievskiy | 1 | -20/+21 |
2022-06-24 | block: block_dirty_bitmap_merge(): fix error path | Vladimir Sementsov-Ogievskiy | 1 | -1/+4 |
2022-04-26 | qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStr | Vladimir Sementsov-Ogievskiy | 1 | -3/+3 |
2022-03-07 | block/dirty-bitmap: bdrv_merge_dirty_bitmap(): add return value | Vladimir Sementsov-Ogievskiy | 1 | -4/+1 |
2022-03-04 | assertions for block_int global state API | Emanuele Giuseppe Esposito | 1 | -0/+6 |
2022-01-14 | include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv... | Emanuele Giuseppe Esposito | 1 | -1/+1 |
2021-09-01 | block/monitor: Consolidate hmp_handle_error calls to reduce redundant code | Mao Zhongyi | 1 | -6/+6 |
2021-05-14 | monitor: hmp_qemu_io: acquire aio contex, fix crash | Vladimir Sementsov-Ogievskiy | 1 | -10/+21 |
2021-03-23 | block: Remove monitor command block_passwd | Markus Armbruster | 1 | -10/+0 |
2021-02-08 | block: rename and alter bdrv_all_find_snapshot semantics | Daniel P. Berrangé | 1 | -1/+1 |
2021-02-08 | block: allow specifying name of block device for vmstate storage | Daniel P. Berrangé | 1 | -1/+1 |
2021-02-08 | block: add ability to specify list of blockdevs during snapshot | Daniel P. Berrangé | 1 | -2/+2 |
2021-02-08 | block: push error reporting into bdrv_all_*_snapshot functions | Daniel P. Berrangé | 1 | -3/+4 |
2021-01-26 | qapi: block-stream: add "bottom" argument | Vladimir Sementsov-Ogievskiy | 1 | -1/+2 |
2021-01-26 | qapi: add filter-node-name to block-stream | Andrey Shinkevich | 1 | -2/+2 |
2020-10-02 | block/export: Add block-export-del | Kevin Wolf | 1 | -2/+2 |
2020-10-02 | block/export: Add node-name to BlockExportOptions | Kevin Wolf | 1 | -3/+3 |
2020-10-02 | nbd: Add max-connections to nbd-server-start | Kevin Wolf | 1 | -1/+1 |
2020-10-02 | qapi: Rename BlockExport to BlockExportOptions | Kevin Wolf | 1 | -3/+3 |
2020-10-02 | qapi: Create block-export module | Kevin Wolf | 1 | -0/+1 |
2020-09-07 | commit: Deal with filters | Max Reitz | 1 | -1/+1 |
2020-08-21 | meson: convert block | Marc-André Lureau | 2 | -2/+2 |
2020-05-19 | blockdev: Split off basic bitmap operations for qemu-img | Eric Blake | 2 | -0/+322 |
2020-03-17 | Use &error_abort instead of separate assert() | Markus Armbruster | 1 | -3/+1 |
2020-03-09 | monitor/hmp: Move hmp_drive_add_node to block-hmp-cmds.c | Maxim Levitsky | 1 | -0/+30 |
2020-03-09 | monitor/hmp: move hmp_info_block* to block-hmp-cmds.c | Maxim Levitsky | 1 | -0/+389 |
2020-03-09 | monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.c | Maxim Levitsky | 1 | -0/+140 |
2020-03-09 | monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.c | Maxim Levitsky | 1 | -0/+101 |
2020-03-09 | monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.c | Maxim Levitsky | 1 | -2/+56 |
2020-03-09 | monitor/hmp: move hmp_block_job* to block-hmp-cmds.c | Maxim Levitsky | 1 | -0/+52 |
2020-03-09 | monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.c | Maxim Levitsky | 1 | -0/+60 |
2020-03-09 | monitor/hmp: move hmp_drive_del and hmp_commit to block-hmp-cmds.c | Maxim Levitsky | 1 | -2/+106 |
2020-03-09 | monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.c | Maxim Levitsky | 2 | -0/+86 |