index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
qcow2.c
Age
Commit message (
Expand
)
Author
2016-09-13
qcow2: avoid memcpy(dst, NULL, len)
Stefan Hajnoczi
2016-09-05
qcow2: fix iovec size at qcow2_co_pwritev_compressed
Pavel Butsykin
2016-09-05
qcow2: cleanup qcow2_co_pwritev_compressed to avoid the recursion
Pavel Butsykin
2016-09-05
qcow2: add qcow2_co_pwritev_compressed
Pavel Butsykin
2016-07-26
qcow2: do not allocate extra memory
Vladimir Sementsov-Ogievskiy
2016-07-20
qcow2: Switch .bdrv_co_discard() to byte-based
Eric Blake
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
2016-07-05
block/qcow2: Don't use cpu_to_*w()
Peter Maydell
2016-07-05
block: Convert bdrv_co_preadv/pwritev to BdrvChild
Kevin Wolf
2016-07-05
block: Convert bdrv_pwrite_zeroes() to BdrvChild
Kevin Wolf
2016-07-05
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
Kevin Wolf
2016-07-05
block: Convert bdrv_pread(v) to BdrvChild
Kevin Wolf
2016-07-05
block: Convert bdrv_write() to BdrvChild
Kevin Wolf
2016-07-05
block: Use bool as appropriate for BDS members
Eric Blake
2016-07-05
block: Move request_alignment into BlockLimit
Eric Blake
2016-07-05
qcow2: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
2016-06-20
error: Remove NULL checks on error_propagate() calls
Eduardo Habkost
2016-06-16
qcow2: Let vmstate call qcow2_co_preadv/pwrite directly
Kevin Wolf
2016-06-16
block: Make .bdrv_load_vmstate() vectored
Kevin Wolf
2016-06-16
block: drop support for using qcow[2] encryption with system emulators
Daniel P. Berrange
2016-06-16
qcow2: Implement .bdrv_co_pwritev()
Kevin Wolf
2016-06-16
qcow2: Implement .bdrv_co_preadv()
Kevin Wolf
2016-06-08
qcow2: avoid extra flushes in qcow2
Denis V. Lunev
2016-06-08
qcow2: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
block: Switch bdrv_write_zeroes() to byte interface
Eric Blake
2016-06-08
block: Track write zero limits in bytes
Eric Blake
2016-06-08
qcow2: Catch more unaligned write_zero into zero cluster
Eric Blake
2016-06-08
qcow2: add tracepoints for qcow2_co_write_zeroes
Denis V. Lunev
2016-06-08
qcow2: simplify logic in qcow2_co_write_zeroes
Denis V. Lunev
2016-05-19
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2016-05-19
qcow2: Fix write_zeroes with partially allocated backing file cluster
Kevin Wolf
2016-05-19
qcow2: fix condition in is_zero_cluster
Denis V. Lunev
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
2016-05-12
block: Drop superfluous invalidating bs->file from drivers
Fam Zheng
2016-05-12
qcow2: improve qcow2_co_write_zeroes()
Denis V. Lunev
2016-05-12
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
2016-04-12
qcow2: Prevent backing file names longer than 1023
Max Reitz
2016-03-30
block: Always set writeback mode in blk_new_open()
Kevin Wolf
2016-03-30
block: move encryption deprecation warning into qcow code
Daniel P. Berrange
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
2016-03-17
blockdev: Split monitor reference from BB creation
Max Reitz
2016-03-17
qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATURE
Max Reitz
2016-03-14
qcow2: Use BB functions in .bdrv_create()
Kevin Wolf
2016-03-14
block: Use writeback in .bdrv_create() implementations
Kevin Wolf
2016-02-02
qcow2: Assign bs->file->bs to file in qcow2_co_get_block_status
Fam Zheng
2016-02-02
block: Add "file" output parameter to block status query functions
Fam Zheng
2016-01-20
qcow2: Make image inaccessible after failed qcow2_invalidate_cache()
Kevin Wolf
2016-01-20
qcow2: Fix BDRV_O_INACTIVE handling in qcow2_invalidate_cache()
Kevin Wolf
2016-01-20
qcow2: Implement .bdrv_inactivate
Kevin Wolf
[next]