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