aboutsummaryrefslogtreecommitdiff
path: root/block/qcow.c
AgeCommit message (Expand)Author
2020-09-15block/qcow: remove runtime optsJohn Snow
2020-07-14qcow: Tolerate backing_fmt=Eric Blake
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster
2020-07-10qapi: Smooth another visitor error checking patternMarkus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-05-18block: Use bdrv_default_perms()Max Reitz
2020-05-18block: Make format drivers use child_of_bdsMax Reitz
2020-05-18block: Add BdrvChildRole to BdrvChildMax Reitz
2020-05-18block: Add BlockDriver.is_formatMax Reitz
2020-05-05block: Add blk_new_with_bs() helperEric Blake
2020-04-30block: Add flags to bdrv(_co)_truncate()Kevin Wolf
2020-03-26block: pass BlockDriver reference to the .bdrv_co_createMaxim Levitsky
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz
2019-10-28block: Do not truncate file node when formattingMax Reitz
2019-07-08block/qcow: Improve error when opening qcow2 files as qcowJohn Snow
2019-06-04block: Add BlockBackend.ctxKevin Wolf
2019-04-30block/qcow: use buffer-based ioVladimir Sementsov-Ogievskiy
2019-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2019-02-25block: Add strong_runtime_opts to BlockDriverMax Reitz
2019-02-25block: Add BDS.auto_backing_fileMax Reitz
2019-02-22block/qcow: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy
2018-12-12crypto: support multiple threads accessing one QCryptoBlockVladimir Sementsov-Ogievskiy
2018-11-05block/qcow: Don't take address of fields in packed structsPeter Maydell
2018-07-30qcow: fix a reference leakKONRAD Frederic
2018-06-29qcow: Switch to a byte-based driverEric Blake
2018-06-29qcow: Switch qcow_co_writev to byte-based callsEric Blake
2018-06-29qcow: Switch qcow_co_readv to byte-based callsEric Blake
2018-06-29qcow: Switch get_cluster_offset to be byte-basedEric Blake
2018-06-29block/crypto: Simplify block_crypto_{open,create}_opts_init()Markus Armbruster
2018-06-15block: Factor out qobject_input_visitor_new_flat_confused()Markus Armbruster
2018-06-15block: Clean up a misuse of qobject_to() in .bdrv_co_create_opts()Markus Armbruster
2018-06-15block: Fix -blockdev for certain non-string scalarsMarkus Armbruster
2018-06-15block: Add block-specific QDict headerMax Reitz
2018-05-31block: use local path for local headersMichael S. Tsirkin
2018-05-15block: Merge .bdrv_co_writev{,_flags} in driversEric Blake
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-03-19qcow: Support .bdrv_co_createKevin Wolf
2018-03-02block: rename .bdrv_create() to .bdrv_co_create_opts()Stefan Hajnoczi
2018-03-02qcow: Switch to .bdrv_co_block_status()Eric Blake
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster
2018-01-23block/qcow: Add blkdebug eventsMax Reitz
2017-10-06block: convert qcrypto_block_encrypt|decrypt to take bytes offsetDaniel P. Berrange
2017-09-04qcow: Check failure of bdrv_getlength() and bdrv_truncate()Eric Blake
2017-09-04qcow: Change signature of get_cluster_offset()Eric Blake
2017-08-30misc: Remove unused Error variablesAlberto Garcia
2017-07-25qcow: fix memory leaks related to encryptionDaniel P. Berrange
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz