index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
monitor
/
block-hmp-cmds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-08
nbd/server: CVE-2024-7409: Cap default max-connections to 100
Eric Blake
1
-1
/
+2
2024-01-26
stream: Allow users to request only format driver names in backing file format
Peter Krempa
1
-1
/
+1
2023-12-21
block: remove AioContext locking
Stefan Hajnoczi
1
-29
/
+0
2023-11-07
block: Mark bdrv_skip_implicit_filters() and callers GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+3
2023-10-31
qapi/block-core: use JobType for BlockJobInfo's type
Fiona Ebner
1
-2
/
+2
2023-10-12
block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+3
2023-10-12
block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+2
2023-04-25
block/monitor: Fix crash when executing HMP commit
Wang Liang
1
-4
/
+6
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
1
-0
/
+1
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
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-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-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
1
-0
/
+85