aboutsummaryrefslogtreecommitdiff
path: root/block/qed.c
AgeCommit message (Expand)Author
2014-08-15qed: Handle failure for potentially large allocationsKevin Wolf
2014-07-18block: Add Error argument to bdrv_refresh_limits()Kevin Wolf
2014-07-14qed: Make qiov match request size until backing file EOFKevin Wolf
2014-07-01qemu-img create: add 'nocow' optionChunyan Liu
2014-06-26block: Catch backing files assigned to non-COW driversKevin Wolf
2014-06-16cleanup QEMUOptionParameterChunyan Liu
2014-06-16qed.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu
2014-06-04qed: use BlockDriverState's AioContextStefan Hajnoczi
2014-04-22convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create()Aakriti Gupta
2014-03-19block: Add error handling to bdrv_invalidate_cache()Kevin Wolf
2014-03-13block: Update image size in bdrv_invalidate_cache()Kevin Wolf
2014-02-21block: do not abuse EMEDIUMTYPEPaolo Bonzini
2014-02-21qed: correctly propagate errorsPaolo Bonzini
2014-02-21block: Make bdrv_file_open() staticMax Reitz
2014-01-31block: remove QED .bdrv_make_empty implementationJeff Cody
2014-01-24block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz
2013-12-03block drivers: expose requirement for write same alignment from formatsPaolo Bonzini
2013-12-03block drivers: add discard/write_zeroes properties to bdrv_get_info implement...Paolo Bonzini
2013-11-28block: add flags to bdrv_*_write_zeroesPeter Lieven
2013-09-12block: Error parameter for create functionsMax Reitz
2013-09-12block: Error parameter for open functionsMax Reitz
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz
2013-09-06block: return get_block_status data and flags for formatsPaolo Bonzini
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini
2013-09-06block: make bdrv_delete() staticFam Zheng
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-06-28block: change default of .has_zero_init to 0Peter Lieven
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf
2013-01-25block: Use error code EMEDIUMTYPE for wrong format in some block driversStefan Weil
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19migration: move include files to include/migration/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-11-14aio: rename AIOPool to AIOCBInfoStefan Hajnoczi
2012-09-24block: qed image file reopenJeff Cody
2012-08-29qed: refuse unaligned zero writes with a backing fileStefan Hajnoczi
2012-08-10block: add BLOCK_O_CHECK for qemu-img checkStefan Hajnoczi
2012-08-10qed: mark image clean after repair succeedsStefan Hajnoczi
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori
2012-07-09blkdebug: remove sync i/o eventsPaolo Bonzini
2012-06-15qemu-img check -r for repairing imagesKevin Wolf
2012-06-11consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistentMichael Tokarev
2012-06-11consolidate qemu_iovec_memset{,_skip}() into single function and use existing...Michael Tokarev
2012-05-10block: fix snapshot on QEDPaolo Bonzini
2012-04-05qed: remove incoming live migration blockerBenoît Canet
2012-04-05qed: honor BDRV_O_INCOMING for incoming live migrationBenoît Canet
2012-04-05qed: add bdrv_invalidate_cache to be called after incoming live migrationBenoît Canet