summaryrefslogtreecommitdiff
path: root/block/qed.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster1-9/+9
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster1-16/+16
2014-10-20block: Eliminate BlockDriverState member device_name[]Markus Armbruster1-1/+1
2014-09-22block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng1-1/+1
2014-09-22qed: Drop qed_aiocb_info.cancelFam Zheng1-21/+0
2014-09-12block: round up file size to nearest sectorHu Tao1-1/+2
2014-08-15qed: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-07-18block: Add Error argument to bdrv_refresh_limits()Kevin Wolf1-3/+1
2014-07-14qed: Make qiov match request size until backing file EOFKevin Wolf1-8/+30
2014-07-01qemu-img create: add 'nocow' optionChunyan Liu1-3/+3
2014-06-26block: Catch backing files assigned to non-COW driversKevin Wolf1-0/+1
2014-06-16cleanup QEMUOptionParameterChunyan Liu1-2/+2
2014-06-16qed.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-54/+60
2014-06-16change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu1-1/+1
2014-06-04qed: use BlockDriverState's AioContextStefan Hajnoczi1-6/+29
2014-04-22convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create()Aakriti Gupta1-7/+9
2014-03-19block: Add error handling to bdrv_invalidate_cache()Kevin Wolf1-3/+18
2014-03-13block: Update image size in bdrv_invalidate_cache()Kevin Wolf1-0/+3
2014-02-21block: do not abuse EMEDIUMTYPEPaolo Bonzini1-1/+2
2014-02-21qed: correctly propagate errorsPaolo Bonzini1-7/+6
2014-02-21block: Make bdrv_file_open() staticMax Reitz1-3/+5
2014-01-31block: remove QED .bdrv_make_empty implementationJeff Cody1-6/+0
2014-01-24block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf1-1/+10
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz1-2/+2
2013-12-03block drivers: expose requirement for write same alignment from formatsPaolo Bonzini1-0/+1
2013-12-03block drivers: add discard/write_zeroes properties to bdrv_get_info implement...Paolo Bonzini1-0/+2
2013-11-28block: add flags to bdrv_*_write_zeroesPeter Lieven1-1/+2
2013-09-12block: Error parameter for create functionsMax Reitz1-1/+3
2013-09-12block: Error parameter for open functionsMax Reitz1-1/+5
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz1-1/+2
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz1-2/+3
2013-09-06block: return get_block_status data and flags for formatsPaolo Bonzini1-7/+28
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini1-2/+2
2013-09-06block: make bdrv_delete() staticFam Zheng1-1/+1
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-5/+5
2013-06-28block: change default of .has_zero_init to 0Peter Lieven1-0/+1
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf1-1/+1
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf1-2/+2
2013-01-25block: Use error code EMEDIUMTYPE for wrong format in some block driversStefan Weil1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19migration: move include files to include/migration/Paolo Bonzini1-1/+1
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-1/+1
2012-11-14aio: rename AIOPool to AIOCBInfoStefan Hajnoczi1-2/+2
2012-09-24block: qed image file reopenJeff Cody1-0/+9
2012-08-29qed: refuse unaligned zero writes with a backing fileStefan Hajnoczi1-0/+11
2012-08-10block: add BLOCK_O_CHECK for qemu-img checkStefan Hajnoczi1-1/+1
2012-08-10qed: mark image clean after repair succeedsStefan Hajnoczi1-8/+1
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori1-5/+5
2012-07-09blkdebug: remove sync i/o eventsPaolo Bonzini1-1/+1
2012-06-15qemu-img check -r for repairing imagesKevin Wolf1-2/+3