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 56ee86261e block/export: Add BlockExport infrastructure and block-export-add 6 years ago
..
export block/export: Add BlockExport infrastructure and block-export-add 6 years ago
monitor qapi: Rename BlockExport to BlockExportOptions 6 years ago
accounting.c block: add empty account cookie type 7 years ago
aio_task.c block: introduce aio task pool 7 years ago
amend.c block/amend: Check whether the node exists 6 years ago
backup-top.c block: Inline bdrv_co_block_status_from_*() 6 years ago
backup-top.h block: introduce backup-top filter driver 7 years ago
backup.c backup: Deal with filters 6 years ago
blkdebug.c block: Inline bdrv_co_block_status_from_*() 6 years ago
blklogwrites.c block: Inline bdrv_co_block_status_from_*() 6 years ago
blkreplay.c block: Use bdrv_default_perms() 6 years ago
blkverify.c error: Eliminate error_propagate() with Coccinelle, part 2 6 years ago
block-backend.c qemu/atomic.h: rename atomic_ to qatomic_ 6 years ago
block-copy.c block-copy: Use CAF to find sync=top base 6 years ago
bochs.c block: Use bdrv_default_perms() 6 years ago
cloop.c block: Use bdrv_default_perms() 6 years ago
commit.c block: Inline bdrv_co_block_status_from_*() 6 years ago
copy-on-read.c block: Inline bdrv_co_block_status_from_*() 6 years ago
create.c block/create: Do not abort if a block driver is not available 7 years ago
crypto.c block/crypto: disallow write sharing by default 6 years ago
crypto.h block/crypto: implement the encryption key management 6 years ago
curl.c error: Eliminate error_propagate() with Coccinelle, part 1 6 years ago
dirty-bitmap.c block/dirty-bitmap: add bdrv_has_named_bitmaps helper 6 years ago
dmg-bz2.c Include qemu-common.h exactly where needed 7 years ago
dmg-lzfse.c block: adding lzfse decompressing support as a module. 7 years ago
dmg.c block: Use bdrv_default_perms() 6 years ago
dmg.h Include qemu-common.h exactly where needed 7 years ago
file-posix.c block/file: switch to use qemu_open/qemu_create for improved errors 6 years ago
file-win32.c block/file: switch to use qemu_open/qemu_create for improved errors 6 years ago
filter-compress.c block: Inline bdrv_co_block_status_from_*() 6 years ago
gluster.c error: Reduce unnecessary error propagation 6 years ago
io.c qemu/atomic.h: rename atomic_ to qatomic_ 6 years ago
io_uring.c io_uring: use io_uring_cq_ready() to check for ready cqes 6 years ago
iscsi-opts.c Include qemu/module.h where needed, drop it from qemu-common.h 7 years ago
iscsi.c qapi: Restrict query-uuid command to machine code 6 years ago
linux-aio.c misc: Replace zero-length arrays with flexible array member (automatic) 6 years ago
meson.build block/export: Add BlockExport infrastructure and block-export-add 6 years ago
mirror.c block: Inline bdrv_co_block_status_from_*() 6 years ago
nbd.c block/nbd: use non-blocking connect: fix vm hang on connect() 6 years ago
nfs.c qemu/atomic.h: rename atomic_ to qatomic_ 6 years ago
null.c block/null: Implement bdrv_get_allocated_file_size 6 years ago
nvme.c block/nvme: Pair doorbell registers 6 years ago
parallels.c error: Avoid error_propagate() after migrate_add_blocker() 6 years ago
parallels.h Clean up includes 8 years ago
qapi-sysemu.c block: Move system emulator QMP commands to block/qapi-sysemu.c 6 years ago
qapi.c block: Leave BDS.backing_{file,format} constant 6 years ago
qcow.c block/qcow: remove runtime opts 6 years ago
qcow2-bitmap.c qcow2: Use macros for the L1, refcount and bitmap table entry sizes 6 years ago
qcow2-cache.c core: replace getpagesize() with qemu_real_host_page_size 7 years ago
qcow2-cluster.c qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset() 6 years ago
qcow2-refcount.c qcow2: Make qcow2_free_any_clusters() free only one cluster 6 years ago
qcow2-snapshot.c qcow2: Use macros for the L1, refcount and bitmap table entry sizes 6 years ago
qcow2-threads.c qcow2: add zstd cluster compression 6 years ago
qcow2.c qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset() 6 years ago
qcow2.h qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset() 6 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 qed: protect table cache with CoMutex 9 years ago
qed-table.c block/qed: add missed coroutine_fn markers 7 years ago
qed.c qapi: Smooth another visitor error checking pattern 6 years ago
qed.h qed: Simplify backing reads 6 years ago
quorum.c block/quorum.c: stable children names 6 years ago
raw-format.c error: Eliminate error_propagate() with Coccinelle, part 2 6 years ago
rbd.c block/rbd: add 'namespace' to qemu_rbd_strong_runtime_opts[] 6 years ago
replication.c error: Reduce unnecessary error propagation 6 years ago
sheepdog.c block/sheepdog: Replace magic val by NANOSECONDS_PER_SECOND definition 6 years ago
snapshot.c block/snapshot: Fix fallback 6 years ago
ssh.c qapi: Smooth another visitor error checking pattern 6 years ago
stream.c stream: Deal with filters 6 years ago
throttle-groups.c qemu/atomic.h: rename atomic_ to qatomic_ 6 years ago
throttle.c qemu/atomic.h: rename atomic_ to qatomic_ 6 years ago
trace-events trace-events: Fix attribution of trace points to source 6 years ago
trace.h trace: switch position of headers to what Meson requires 6 years ago
vdi.c error: Avoid error_propagate() after migrate_add_blocker() 6 years ago
vhdx-endian.c Include qemu-common.h exactly where needed 7 years ago
vhdx-log.c block: Add flags to bdrv(_co)_truncate() 6 years ago
vhdx.c block/vhdx: Support vhdx image only with 512 bytes logical sector size 6 years ago
vhdx.h block/vhdx: Use IEC binary prefixes for size constants 7 years ago
vmdk.c vmdk: Drop vmdk_co_flush() 6 years ago
vpc.c error: Avoid error_propagate() after migrate_add_blocker() 6 years ago
vvfat.c util: rename qemu_open() to qemu_open_old() 6 years ago
win32-aio.c Include qemu/module.h where needed, drop it from qemu-common.h 7 years ago
write-threshold.c qapi: Drop qapi_event_send_FOO()'s Error ** argument 8 years ago