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.
 
 
 
 
 
 
Kevin Wolf 2ffc10d53b quorum: Remove unnecessary forward declaration 4 years ago
..
export block: Change blk_{pread,pwrite}() param order 4 years ago
monitor monitor: expose monitor_puts to rest of code 4 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 block: simplify handling of try to merge different sized bitmaps 4 years ago
blkdebug.c block: use int64_t instead of int in driver discard handlers 5 years ago
blklogwrites.c block: Change bdrv_{pread,pwrite,pwrite_sync}() param order 4 years ago
blkreplay.c block: use int64_t instead of int in driver discard handlers 5 years ago
blkverify.c blkverify: add missing coroutine_fn annotations 4 years ago
block-backend.c block: add missing coroutine_fn annotations 4 years ago
block-copy.c block/block-copy: block_copy(): add timeout_ns parameter 4 years ago
block-gen.h scripts: add block-coroutine-wrapper.py 6 years ago
bochs.c block: Change bdrv_{pread,pwrite,pwrite_sync}() param order 4 years ago
cloop.c block: Make bdrv_{pread,pwrite}() return 0 on success 4 years ago
commit.c block: Change blk_{pread,pwrite}() param order 4 years ago
copy-before-write.c copy-before-write: add missing coroutine_fn annotations 4 years ago
copy-before-write.h block/copy-before-write.h: global state API + assertions 4 years ago
copy-on-read.c block: use int64_t instead of int in driver discard handlers 5 years ago
copy-on-read.h Clean up ill-advised or unusual header guards 4 years ago
coroutines.h block: Remove remaining unused symbols in coroutines.h 4 years ago
create.c block_int-common.h: assertions in the callers of BlockDriver function pointers 4 years ago
crypto.c block: Change blk_{pread,pwrite}() param order 4 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: simplify handling of try to merge different sized bitmaps 4 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 block: Make bdrv_{pread,pwrite}() return 0 on success 4 years ago
dmg.h Include qemu-common.h exactly where needed 7 years ago
file-posix.c file-posix: add missing coroutine_fn annotations 4 years ago
file-win32.c block: use int64_t instead of uint64_t in driver write handlers 5 years ago
filter-compress.c block: use int64_t instead of int in driver discard handlers 5 years ago
gluster.c gluster: stop using .bdrv_needs_filename 4 years ago
io.c block: add missing coroutine_fn annotations 4 years ago
io_uring.c block/io_uring: add missing include file 4 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 block: Implement blk_{pread,pwrite}() using generated_co_wrapper 4 years ago
mirror.c block: use 'unsigned' for in_flight field on driver state 4 years ago
nbd.c nbd: add missing coroutine_fn annotations 4 years ago
nfs.c nfs: add missing coroutine_fn annotations 4 years ago
null.c block: use int64_t instead of uint64_t in driver write handlers 5 years ago
nvme.c nvme: add missing coroutine_fn annotations 4 years ago
parallels-ext.c block: Change bdrv_{pread,pwrite,pwrite_sync}() param order 4 years ago
parallels.c parallels: add missing coroutine_fn annotations 4 years ago
parallels.h parallels: support bitmap extension for read-only mode 5 years ago
preallocate.c block: fix preallocate filter: don't do unaligned preallocate requests 4 years ago
progress_meter.c progressmeter: protect with a mutex 5 years ago
qapi-sysemu.c block: add 'force' parameter to 'blockdev-change-medium' command 4 years ago
qapi.c block: use GDateTime for formatting timestamp when dumping snapshot info 5 years ago
qcow.c block: Change blk_{pread,pwrite}() param order 4 years ago
qcow2-bitmap.c block/qcow2-bitmap: Add missing cast to silent GCC error 4 years ago
qcow2-cache.c block: Change bdrv_{pread,pwrite,pwrite_sync}() param order 4 years ago
qcow2-cluster.c qcow2: add missing coroutine_fn annotations 4 years ago
qcow2-refcount.c qcow2: add missing coroutine_fn annotations 4 years ago
qcow2-snapshot.c block: Use bdrv_co_pwrite_sync() when caller is coroutine_fn 4 years ago
qcow2-threads.c qcow2: add zstd cluster compression 6 years ago
qcow2.c qcow2: add missing coroutine_fn annotations 4 years ago
qcow2.h qcow2: add missing coroutine_fn annotations 4 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 osdep: Move memalign-related functions to their own header 4 years ago
qed.c qed: add missing coroutine_fn annotations 4 years ago
qed.h qed: Simplify backing reads 6 years ago
quorum.c quorum: Remove unnecessary forward declaration 4 years ago
raw-format.c raw-format: add missing coroutine_fn annotations 4 years ago
rbd.c block/rbd: report a better error when namespace does not exist 4 years ago
replication.c job: @force parameter for job_cancel_sync() 5 years ago
reqlist.c block/reqlist: add reqlist_wait_all() 4 years ago
snapshot-access.c block: introduce snapshot-access block driver 4 years ago
snapshot.c include/block/snapshot: global state API + assertions 4 years ago
ssh.c Replace GCC_FMT_ATTR with G_GNUC_PRINTF 4 years ago
stream.c block/stream: Drain subtree around graph change 4 years ago
throttle-groups.c block/throttle-groups: throttle_group_co_io_limits_intercept(): 64bit bytes 5 years ago
throttle.c throttle: add missing coroutine_fn annotations 4 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: Change blk_{pread,pwrite}() param order 4 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: Change blk_{pread,pwrite}() param order 4 years ago
vhdx.h block/vhdx: Use IEC binary prefixes for size constants 7 years ago
vmdk.c vmdk: add missing coroutine_fn annotations 4 years ago
vpc.c block: Change blk_{pread,pwrite}() param order 4 years ago
vvfat.c block: Change bdrv_{pread,pwrite,pwrite_sync}() param order 4 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