aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)Author
2018-06-22qapi: remove empty flat union branches and typesAnton Nefedov
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-06-11qcow2: Do not mark inactive images corruptMax Reitz
2018-06-11block: Add Error parameter to bdrv_amend_optionsMax Reitz
2018-06-04Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-06-01qcow2: Implement copy offloadingFam Zheng
2018-05-31block: use local path for local headersMichael S. Tsirkin
2018-05-29qcow2: Fix Coverity warning when calculating the refcount cache sizeAlberto Garcia
2018-05-15qcow2: Give the refcount cache the minimum possible size by defaultAlberto Garcia
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-04-16qcow2: try load bitmaps only onceVladimir Sementsov-Ogievskiy
2018-03-26qcow2: fix bitmaps loading when bitmaps already existVladimir Sementsov-Ogievskiy
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-03-09block: x-blockdev-create QMP commandKevin Wolf
2018-03-09qcow2: Use visitor for options in qcow2_create()Kevin Wolf
2018-03-09qcow2: Handle full/falloc preallocation in qcow2_co_create()Kevin Wolf
2018-03-09qcow2: Use QCryptoBlockCreateOptions in qcow2_co_create()Kevin Wolf
2018-03-09qcow2: Use BlockdevRef in qcow2_co_create()Kevin Wolf
2018-03-09qcow2: Pass BlockdevCreateOptions to qcow2_co_create()Kevin Wolf
2018-03-09qcow2: Let qcow2_create() handle protocol layerKevin Wolf
2018-03-09qcow2: Rename qcow2_co_create2() to qcow2_co_create()Kevin Wolf
2018-03-09qcow2: Generalize validate_table_offset() into qcow2_validate_table()Alberto Garcia
2018-03-09block: convert bdrv_check callback to coroutine_fnPaolo Bonzini
2018-03-09block: convert bdrv_invalidate_cache callback to coroutine_fnPaolo Bonzini
2018-03-09qcow2: make qcow2_do_open a coroutine_fnPaolo Bonzini
2018-03-09qcow2: introduce qcow2_write_caches and qcow2_flush_cachesPaolo Bonzini
2018-03-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-02Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2018-03-02qcow2: Replace align_offset() with ROUND_UP()Alberto Garcia
2018-03-02qcow2: make qcow2_co_create2() a coroutine_fnStefan Hajnoczi
2018-03-02block: rename .bdrv_create() to .bdrv_co_create_opts()Stefan Hajnoczi
2018-03-02qcow2: Switch to .bdrv_co_block_status()Eric Blake
2018-02-13qcow2: Allow configuring the L2 slice sizeAlberto Garcia
2018-02-13qcow2: Update qcow2_truncate() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Add l2_slice_size field to BDRVQcow2StateAlberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_clean_unused()Alberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_destroy()Alberto Garcia
2018-02-13block: maintain persistent disabled bitmapsVladimir Sementsov-Ogievskiy
2018-02-09block: Simplify bdrv_can_write_zeroes_with_unmap()Eric Blake
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-01-23qcow2: No persistent dirty bitmaps for compat=0.10Max Reitz
2017-12-22qcow2: get rid of qcow2_backing_read1 routineEdgar Kaziakhmedov
2017-11-17qcow2: check_errors are fatalMax Reitz