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.
 
 
 
 
 
 
Max Reitz 6aeeaed29c export/fuse: Let permissions be adjustable 5 years ago
..
export export/fuse: Let permissions be adjustable 5 years ago
monitor monitor: hmp_qemu_io: acquire aio contex, fix crash 5 years ago
accounting.c block/accounting: Use lock guard macros 6 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/backup-top: drop .active 5 years ago
backup-top.h qapi: backup: add perf.use-copy-range parameter 6 years ago
backup.c mirror: stop cancelling in-flight requests on non-force cancel in READY 5 years ago
blkdebug.c block: check return value of bdrv_open_child and drop error propagation 6 years ago
blklogwrites.c block: check return value of bdrv_open_child and drop error propagation 6 years ago
blkreplay.c block: check return value of bdrv_open_child and drop error propagation 6 years ago
blkverify.c block: check return value of bdrv_open_child and drop error propagation 6 years ago
block-backend.c block: add max_hw_transfer to BlockLimits 5 years ago
block-copy.c block-copy: atomic .cancelled and .finished fields in BlockCopyCallState 5 years ago
block-gen.h scripts: add block-coroutine-wrapper.py 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/commit: use QEMU_AUTO_VFREE 5 years ago
copy-on-read.c block/copy-on-read: use bdrv_drop_filter() and drop s->active 5 years ago
copy-on-read.h copy-on-read: add filter drop function 6 years ago
coroutines.h block/nbd: reuse nbd_co_do_establish_connection() in nbd_open() 5 years ago
create.c block/create: Do not abort if a block driver is not available 7 years ago
crypto.c block: add bdrv_co_delete_file_noerr 6 years ago
crypto.h nomaintainer: Fix Lesser GPL version number 6 years ago
curl.c curl: Disconnect sockets from CURLState 5 years ago
dirty-bitmap.c block: remove dirty bitmaps 'status' field 5 years ago
dmg-bz2.c Include qemu-common.h exactly where needed 7 years ago
dmg-lzfse.c block: Remove unused include 6 years ago
dmg.c block: Fix some code style problems, "foo* bar" should be "foo *bar" 6 years ago
dmg.h Include qemu-common.h exactly where needed 7 years ago
file-posix.c file-posix: handle EINTR during ioctl 5 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 qapi: More complex uses of QAPI_LIST_APPEND 6 years ago
io.c block: Move read-only check during truncation earlier 5 years ago
io_uring.c io_uring: do not use pointer after free 6 years ago
iscsi-opts.c Include qemu/module.h where needed, drop it from qemu-common.h 7 years ago
iscsi.c Remove superfluous timer_del() calls 6 years ago
linux-aio.c misc: Replace zero-length arrays with flexible array member (automatic) 6 years ago
meson.build progressmeter: protect with a mutex 5 years ago
mirror.c mirror: stop cancelling in-flight requests on non-force cancel in READY 5 years ago
nbd.c block/nbd: Use qcrypto_tls_creds_check_endpoint() 5 years ago
nfs.c util/uri: do not check argument of uri_free() 5 years ago
null.c block/null: Implement bdrv_get_allocated_file_size 6 years ago
nvme.c block/nvme: Trace NVMe spec version supported by the controller 6 years ago
parallels-ext.c parallels: support bitmap extension for read-only mode 6 years ago
parallels.c parallels: support bitmap extension for read-only mode 6 years ago
parallels.h parallels: support bitmap extension for read-only mode 6 years ago
preallocate.c block: introduce preallocate filter 6 years ago
progress_meter.c progressmeter: protect with a mutex 5 years ago
qapi-sysemu.c block: Move system emulator QMP commands to block/qapi-sysemu.c 7 years ago
qapi.c block: use GDateTime for formatting timestamp when dumping snapshot info 5 years ago
qcow.c block/qcow: remove runtime opts 6 years ago
qcow2-bitmap.c nbd patches for 2021-03-09 5 years ago
qcow2-cache.c core: replace getpagesize() with qemu_real_host_page_size 7 years ago
qcow2-cluster.c qcow2: Fix corruption on write_zeroes with MAY_UNMAP 6 years ago
qcow2-refcount.c qcow2: Make qcow2_free_any_clusters() free only one cluster 6 years ago
qcow2-snapshot.c block: consistently use bdrv_is_read_only() 5 years ago
qcow2-threads.c qcow2: add zstd cluster compression 6 years ago
qcow2.c block: consistently use bdrv_is_read_only() 5 years ago
qcow2.h block/qcow2-bitmap: return status from qcow2_store_persistent_dirty_bitmaps 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 block/qed: bdrv_qed_do_open: deal with errp 6 years ago
qed.h qed: Simplify backing reads 6 years ago
quorum.c block/quorum: Provide .bdrv_co_flush instead of .bdrv_co_flush_to_disk 5 years ago
raw-format.c block/raw-format: implement .bdrv_cancel_in_flight handler 6 years ago
rbd.c block/rbd: drop qemu_rbd_refresh_limits 5 years ago
replication.c replication: move include out of root directory 5 years ago
snapshot.c block/snapshot: Clarify goto fallback behavior 5 years ago
ssh.c util/uri: do not check argument of uri_free() 5 years ago
stream.c stream: Don't crash when node permission is denied 5 years ago
throttle-groups.c block/throttle-groups: throttle_group_co_io_limits_intercept(): 64bit bytes 6 years ago
throttle.c qemu/atomic.h: rename atomic_ to qatomic_ 6 years ago
trace-events block: add trace point when fdatasync fails 5 years ago
trace.h trace: switch position of headers to what Meson requires 6 years ago
vdi.c block/vdi: Don't assume that blocks are larger than VdiHeader 5 years ago
vhdx-endian.c Include qemu-common.h exactly where needed 7 years ago
vhdx-log.c block: consistently use bdrv_is_read_only() 5 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 qapi: Use QAPI_LIST_APPEND in trivial cases 6 years ago
vpc.c block/vpc: Use sizeof() instead of HEADER_SIZE for footer size 6 years ago
vvfat.c block/vvfat: inherit child_vvfat_qcow from child_of_bds 5 years ago
win32-aio.c Include qemu/module.h where needed, drop it from qemu-common.h 7 years ago
write-threshold.c write-threshold: deal with includes 5 years ago