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
/
blockdev.c
Age
Commit message (
Expand
)
Author
2023-12-12
block: Fix AioContext locking in qmp_block_resize()
Kevin Wolf
2023-11-21
block: Fix deadlocks in bdrv_graph_wrunlock()
Kevin Wolf
2023-11-07
block: Mark bdrv_replace_node() GRAPH_WRLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_chain_contains() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_skip_implicit_filters() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_has_zero_init() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
hw/xen: automatically assign device index to block devices
David Woodhouse
2023-10-31
blockjob: introduce block-job-change QMP command
Fiona Ebner
2023-10-31
blockdev: mirror: avoid potential deadlock when using iothread
Fiona Ebner
2023-10-12
block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_refresh_filename() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_get_xdbg_block_graph() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_snapshot_fallback() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCK
Kevin Wolf
2023-09-20
block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCK
Kevin Wolf
2023-09-20
block: Mark bdrv_get_cumulative_perm() and callers GRAPH_RDLOCK
Kevin Wolf
2023-06-02
cutils: Adjust signature of parse_uint[_full]
Eric Blake
2023-05-30
block: Take main AioContext lock when calling bdrv_open()
Kevin Wolf
2023-05-19
blockdev: qmp_transaction: drop extra generic layer
Vladimir Sementsov-Ogievskiy
2023-05-19
blockdev: use state.bitmap in block-dirty-bitmap-add action
Vladimir Sementsov-Ogievskiy
2023-05-19
blockdev: transaction: refactor handling transaction properties
Vladimir Sementsov-Ogievskiy
2023-05-19
blockdev: qmp_transaction: refactor loop to classic for
Vladimir Sementsov-Ogievskiy
2023-05-19
blockdev: transactions: rename some things
Vladimir Sementsov-Ogievskiy
2023-05-19
blockdev: refactor transaction to use Transaction API
Vladimir Sementsov-Ogievskiy
2023-05-10
block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCK
Kevin Wolf
2023-05-10
block: Don't call no_coroutine_fns in qmp_block_resize()
Kevin Wolf
2023-05-10
block: Fix use after free in blockdev_mark_auto_del()
Kevin Wolf
2023-02-01
block: Convert bdrv_is_inserted() to co_wrapper
Emanuele Giuseppe Esposito
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
2022-12-15
block: Fix locking in external_snapshot_prepare()
Kevin Wolf
2022-12-15
block: Drain individual nodes during reopen
Kevin Wolf
2022-12-14
qapi transaction: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
qapi block: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-13
blockdev: Clean up abuse of DriveBackup member format
Markus Armbruster
2022-10-27
monitor: switch to *_co_* functions
Alberto Faria
2022-10-27
block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...
Emanuele Giuseppe Esposito
2022-10-07
job.c: enable job lock/unlock and remove Aiocontext locks
Emanuele Giuseppe Esposito
2022-10-07
jobs: group together API calls under the same job lock
Emanuele Giuseppe Esposito
2022-10-07
jobs: add job lock in find_* functions
Emanuele Giuseppe Esposito
2022-09-30
block: pass OnOffAuto instead of bool to block_acct_setup()
Denis V. Lunev
2022-04-06
Replace qemu_gettimeofday() with g_get_real_time()
Marc-André Lureau
2022-03-04
assertions for blockdev.h global state API
Emanuele Giuseppe Esposito
2022-03-04
assertions for block_int global state API
Emanuele Giuseppe Esposito
2022-03-04
include/block/block_int: split header into I/O and global state API
Emanuele Giuseppe Esposito
2022-03-04
assertions for block global state API
Emanuele Giuseppe Esposito
2022-02-11
block: Lock AioContext for drain_end in blockdev-reopen
Kevin Wolf
2022-01-14
include/sysemu/blockdev.h: remove drive_get_max_devs
Emanuele Giuseppe Esposito
2022-01-14
include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...
Emanuele Giuseppe Esposito
[next]