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-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
2021-12-28
blockjob: implement and use block_job_get_aio_context
Vladimir Sementsov-Ogievskiy
2021-12-15
blockdev: Drop unused drive_get_next()
Markus Armbruster
2021-10-07
job: @force parameter for job_cancel_sync()
Hanna Reitz
2021-08-26
arch_init.h: Don't include arch_init.h unnecessarily
Peter Maydell
2021-07-09
block: Make blockdev-reopen stable API
Alberto Garcia
2021-07-09
block: Support multiple reopening with x-blockdev-reopen
Alberto Garcia
2021-07-09
block: Acquire AioContexts during bdrv_reopen_multiple()
Kevin Wolf
2021-07-09
blockdev: fix drive-backup transaction endless drained section
Vladimir Sementsov-Ogievskiy
2021-06-02
block: drop BlockBackendRootState::read_only
Vladimir Sementsov-Ogievskiy
2021-04-30
block: bdrv_append(): don't consume reference
Vladimir Sementsov-Ogievskiy
2021-03-24
blockdev: with -drive if=virtio, use generic virtio-blk
Laurent Vivier
2021-03-23
block: Remove monitor command block_passwd
Markus Armbruster
2021-03-19
blockdev: Drop deprecated bogus -drive interface type
Markus Armbruster
2021-03-11
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into st...
Peter Maydell
2021-03-10
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...
Peter Maydell
2021-03-09
qtest: delete superfluous inclusions of qtest.h
Chen Qun
2021-03-08
blockdev: fix drive_backup_prepare() missed error
Vladimir Sementsov-Ogievskiy
2021-03-08
blockdev: Clarify error messages pertaining to 'node-name'
Connor Kuehl
2021-02-12
block: use return status of bdrv_append()
Vladimir Sementsov-Ogievskiy
2021-01-28
qapi: Use QAPI_LIST_APPEND in trivial cases
Eric Blake
2021-01-26
qapi: backup: disable copy_range by default
Vladimir Sementsov-Ogievskiy
2021-01-26
qapi: backup: add max-chunk and max-workers to x-perf struct
Vladimir Sementsov-Ogievskiy
2021-01-26
qapi: backup: add perf.use-copy-range parameter
Vladimir Sementsov-Ogievskiy
2021-01-26
qapi: block-stream: add "bottom" argument
Vladimir Sementsov-Ogievskiy
2021-01-26
stream: rework backing-file changing
Andrey Shinkevich
2021-01-26
qapi: add filter-node-name to block-stream
Andrey Shinkevich
2020-12-13
blockdev: Fix a memleak in drive_backup_prepare()
Pan Nengyuan
[next]