QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Nikita Ivanov 37b0b24e93 error handling: Use RETRY_ON_EINTR() macro where applicable 3 years ago
..
export qapi block: Elide redundant has_FOO in generated C 3 years ago
monitor qapi block: Elide redundant has_FOO in generated C 3 years ago
accounting.c block: add missed block_acct_setup with new block device init procedure 4 years ago
aio_task.c block/aio_task: assert `max_busy_tasks` is greater than 0 5 years ago
amend.c block/amend: Keep strong reference to BDS 4 years ago
backup.c backup: remove incorrect coroutine_fn annotation 3 years ago
blkdebug.c qemu-config: Make config_parse_qdict() return bool 3 years ago
blkio.c block/blkio: Set BlockDriver::has_variable_length to false 3 years ago
blklogwrites.c block/blklogwrites: don't care to remove bs->file child on failure 3 years ago
blkreplay.c block: introduce bdrv_open_file_child() helper 3 years ago
blkverify.c Block layer patches 3 years ago
block-backend.c block-backend: replace bdrv_*_above with blk_*_above 3 years ago
block-copy.c block-copy: add coroutine_fn annotations 3 years ago
block-gen.h block-coroutine-wrapper.py: support also basic return types 3 years ago
block-ram-registrar.c block: add BlockRAMRegistrar 3 years ago
bochs.c block: introduce bdrv_open_file_child() helper 3 years ago
cloop.c block: introduce bdrv_open_file_child() helper 3 years ago
commit.c block-backend: replace bdrv_*_above with blk_*_above 3 years ago
copy-before-write.c Miscellaneous patches for 2022-12-14 3 years ago
copy-before-write.h block/copy-before-write.h: global state API + assertions 4 years ago
copy-on-read.c block: introduce bdrv_open_file_child() helper 3 years ago
copy-on-read.h Clean up ill-advised or unusual header guards 4 years ago
coroutines.h block: GRAPH_RDLOCK for functions only called by co_wrappers 3 years ago
create.c block_int-common.h: assertions in the callers of BlockDriver function pointers 4 years ago
crypto.c block: bdrv_create_file is a coroutine_fn 3 years ago
crypto.h nomaintainer: Fix Lesser GPL version number 5 years ago
curl.c curl: add missing coroutine_fn annotations 4 years ago
dirty-bitmap.c block/dirty-bitmap: convert coroutine-only functions to co_wrapper 3 years ago
dmg-bz2.c Include qemu-common.h exactly where needed 7 years ago
dmg-lzfse.c block: Remove unused include 5 years ago
dmg.c dmg: warn when opening dmg images containing blocks of unknown type 3 years ago
dmg.h Include qemu-common.h exactly where needed 7 years ago
file-posix.c error handling: Use RETRY_ON_EINTR() macro where applicable 3 years ago
file-win32.c block: use int64_t instead of uint64_t in driver write handlers 5 years ago
filter-compress.c block: introduce bdrv_open_file_child() helper 3 years ago
gluster.c qapi block: Elide redundant has_FOO in generated C 3 years ago
graph-lock.c graph-lock: TSA annotations for lock/unlock functions 3 years ago
io.c block/io: Check for replay-enabled in bdrv_drain_all_begin() 3 years ago
io_uring.c block/io_uring: revert "Use io_uring_register_ring_fd() to skip fd operations" 3 years ago
iscsi-opts.c modules: add block module annotations 5 years ago
iscsi.c iscsi: add missing coroutine_fn annotations 4 years ago
linux-aio.c misc: fix commonly doubled up words 4 years ago
meson.build graph-lock: Introduce a lock to protect block graph operations 3 years ago
mirror.c block/mirror: Fix NULL s->job in active writes 3 years ago
nbd.c block: add BDRV_REQ_REGISTERED_BUF request flag 3 years ago
nfs.c block/nfs: Fix 32-bit Windows build 3 years ago
null.c block: use int64_t instead of uint64_t in driver write handlers 5 years ago
nvme.c block: return errors from bdrv_register_buf() 3 years ago
parallels-ext.c block: Change bdrv_{pread,pwrite,pwrite_sync}() param order 4 years ago
parallels.c block: bdrv_create_file is a coroutine_fn 3 years ago
parallels.h parallels: support bitmap extension for read-only mode 5 years ago
preallocate.c block: introduce bdrv_open_file_child() helper 3 years ago
progress_meter.c progressmeter: protect with a mutex 5 years ago
qapi-sysemu.c qapi block: Elide redundant has_FOO in generated C 3 years ago
qapi.c qapi block: Elide redundant has_FOO in generated C 3 years ago
qcow.c block: bdrv_create_file is a coroutine_fn 3 years ago
qcow2-bitmap.c qcow2: manually add more coroutine_fn annotations 3 years ago
qcow2-cache.c block: Change bdrv_{pread,pwrite,pwrite_sync}() param order 4 years ago
qcow2-cluster.c qcow2: switch to *_co_* functions 3 years ago
qcow2-refcount.c qcow2: switch to *_co_* functions 3 years ago
qcow2-snapshot.c qcow2: switch to *_co_* functions 3 years ago
qcow2-threads.c qcow2: add zstd cluster compression 6 years ago
qcow2.c block: bdrv_create_file is a coroutine_fn 3 years ago
qcow2.h qcow2: manually add more coroutine_fn annotations 3 years ago
qed-check.c block/qed: add missed coroutine_fn markers 7 years ago
qed-cluster.c qed: protect table cache with CoMutex 9 years ago
qed-l2-cache.c osdep: Move memalign-related functions to their own header 4 years ago
qed-table.c qed: switch to *_co_* functions 3 years ago
qed.c block: bdrv_create_file is a coroutine_fn 3 years ago
qed.h qed: Simplify backing reads 6 years ago
quorum.c qapi block: Elide redundant has_FOO in generated C 3 years ago
raw-format.c block: bdrv_create_file is a coroutine_fn 3 years ago
rbd.c qapi block: Elide redundant has_FOO in generated C 3 years ago
replication.c block: Drain individual nodes during reopen 3 years ago
reqlist.c block/reqlist: add reqlist_wait_all() 4 years ago
snapshot-access.c block: Manipulate bs->file / bs->backing pointers in .attach/.detach 3 years ago
snapshot.c block/snapshot: drop indirection around bdrv_snapshot_fallback_ptr 3 years ago
ssh.c qapi block: Elide redundant has_FOO in generated C 3 years ago
stream.c stream: Replace subtree drain with a single node drain 3 years ago
throttle-groups.c block/throttle-groups: throttle_group_co_io_limits_intercept(): 64bit bytes 5 years ago
throttle.c block: Revert .bdrv_drained_begin/end to non-coroutine_fn 3 years ago
trace-events nbd: trace long NBD operations 4 years ago
trace.h trace: switch position of headers to what Meson requires 6 years ago
vdi.c block: bdrv_create_file is a coroutine_fn 3 years ago
vhdx-endian.c Include qemu-common.h exactly where needed 7 years ago
vhdx-log.c block: Change bdrv_{pread,pwrite,pwrite_sync}() param order 4 years ago
vhdx.c block: bdrv_create_file is a coroutine_fn 3 years ago
vhdx.h block/vhdx: Use IEC binary prefixes for size constants 7 years ago
vmdk.c block: bdrv_create_file is a coroutine_fn 3 years ago
vpc.c block: bdrv_create_file is a coroutine_fn 3 years ago
vvfat.c block/vvfat: Unify the mkdir() call 3 years ago
win32-aio.c osdep: Move memalign-related functions to their own header 4 years ago
write-threshold.c write-threshold: deal with includes 5 years ago