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
/
qcow.c
Age
Commit message (
Expand
)
Author
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
2018-03-19
qcow: Support .bdrv_co_create
Kevin Wolf
2018-03-02
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
2018-03-02
qcow: Switch to .bdrv_co_block_status()
Eric Blake
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
Drop superfluous includes of qapi/qmp/qerror.h
Markus Armbruster
2018-01-23
block/qcow: Add blkdebug events
Max Reitz
2017-10-06
block: convert qcrypto_block_encrypt|decrypt to take bytes offset
Daniel P. Berrange
2017-09-04
qcow: Check failure of bdrv_getlength() and bdrv_truncate()
Eric Blake
2017-09-04
qcow: Change signature of get_cluster_offset()
Eric Blake
2017-08-30
misc: Remove unused Error variables
Alberto Garcia
2017-07-25
qcow: fix memory leaks related to encryption
Daniel P. Berrange
2017-07-11
block: Add PreallocMode to blk_truncate()
Max Reitz
2017-07-11
block: Add PreallocMode to bdrv_truncate()
Max Reitz
2017-07-11
block: pass option prefix down to crypto layer
Daniel P. Berrange
2017-07-11
block: remove all encryption handling APIs
Daniel P. Berrange
2017-07-11
qcow: convert QCow to use QCryptoBlock for encryption
Daniel P. Berrange
2017-07-11
qcow: make encrypt_sectors encrypt in place
Daniel P. Berrange
2017-07-11
block: deprecate "encryption=on" in favor of "encrypt.format=aes"
Daniel P. Berrange
2017-07-11
qcow: require image size to be > 1 for new images
Daniel P. Berrange
2017-06-09
block/qcow.c: Fix memory leak in qcow_create()
Peter Maydell
2017-05-17
migration: Create migration/blocker.h
Juan Quintela
2017-04-28
block: Add errp to b{lk,drv}_truncate()
Max Reitz
2017-02-28
block: Add BDRV_O_RESIZE for blk_new_open()
Kevin Wolf
2017-02-28
block: Request child permissions in format drivers
Kevin Wolf
2017-02-24
block: Attach bs->file only during .bdrv_open()
Kevin Wolf
2017-02-24
block: Pass BdrvChild to bdrv_truncate()
Kevin Wolf
2017-01-24
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
2016-10-19
crypto: extend mode as a parameter in qcrypto_cipher_supports()
Gonglei
2016-09-05
qcow: cleanup qcow_co_pwritev_compressed to avoid the recursion
Pavel Butsykin
2016-09-05
qcow: add qcow_co_pwritev_compressed
Pavel Butsykin
2016-07-26
qcow2: do not allocate extra memory
Vladimir Sementsov-Ogievskiy
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
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: Convert bdrv_co_writev() to BdrvChild
Kevin Wolf
2016-07-05
block: Convert bdrv_co_readv() to BdrvChild
Kevin Wolf
2016-07-05
block: Use bool as appropriate for BDS members
Eric Blake
2016-06-16
block: drop support for using qcow[2] encryption with system emulators
Daniel P. Berrange
2016-06-07
qcow/qcow2: Use DIV_ROUND_UP
Laurent Vivier
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
2016-05-12
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
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
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
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
qcow: Use BB functions in .bdrv_create()
Kevin Wolf
[next]