summaryrefslogtreecommitdiffstats
path: root/block/qed.c
Commit message (Expand)AuthorAgeFilesLines
* block: Update image size in bdrv_invalidate_cache()Kevin Wolf2014-03-131-0/+3
* block: do not abuse EMEDIUMTYPEPaolo Bonzini2014-02-211-1/+2
* qed: correctly propagate errorsPaolo Bonzini2014-02-211-7/+6
* block: Make bdrv_file_open() staticMax Reitz2014-02-211-3/+5
* block: remove QED .bdrv_make_empty implementationJeff Cody2014-01-311-6/+0
* block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf2014-01-241-1/+10
* block: Allow reference for bdrv_file_open()Max Reitz2014-01-221-2/+2
* block drivers: expose requirement for write same alignment from formatsPaolo Bonzini2013-12-031-0/+1
* block drivers: add discard/write_zeroes properties to bdrv_get_info implement...Paolo Bonzini2013-12-031-0/+2
* block: add flags to bdrv_*_write_zeroesPeter Lieven2013-11-281-1/+2
* block: Error parameter for create functionsMax Reitz2013-09-121-1/+3
* block: Error parameter for open functionsMax Reitz2013-09-121-1/+5
* bdrv: Use "Error" for creating imagesMax Reitz2013-09-121-1/+2
* bdrv: Use "Error" for opening imagesMax Reitz2013-09-121-2/+3
* block: return get_block_status data and flags for formatsPaolo Bonzini2013-09-061-7/+28
* block: introduce bdrv_get_block_status APIPaolo Bonzini2013-09-061-2/+2
* block: make bdrv_delete() staticFam Zheng2013-09-061-1/+1
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-5/+5
* block: change default of .has_zero_init to 0Peter Lieven2013-06-281-0/+1
* block: Add options QDict to bdrv_file_open() prototypesKevin Wolf2013-03-221-1/+1
* block: Add options QDict to .bdrv_open()Kevin Wolf2013-03-151-2/+2
* block: Use error code EMEDIUMTYPE for wrong format in some block driversStefan Weil2013-01-251-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* migration: move include files to include/migration/Paolo Bonzini2012-12-191-1/+1
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-1/+1
* aio: rename AIOPool to AIOCBInfoStefan Hajnoczi2012-11-141-2/+2
* block: qed image file reopenJeff Cody2012-09-241-0/+9
* qed: refuse unaligned zero writes with a backing fileStefan Hajnoczi2012-08-291-0/+11
* block: add BLOCK_O_CHECK for qemu-img checkStefan Hajnoczi2012-08-101-1/+1
* qed: mark image clean after repair succeedsStefan Hajnoczi2012-08-101-8/+1
* Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori2012-07-091-5/+5
|\
| * consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistentMichael Tokarev2012-06-111-3/+3
| * consolidate qemu_iovec_memset{,_skip}() into single function and use existing...Michael Tokarev2012-06-111-2/+2
* | blkdebug: remove sync i/o eventsPaolo Bonzini2012-07-091-1/+1
* | qemu-img check -r for repairing imagesKevin Wolf2012-06-151-2/+3
|/
* block: fix snapshot on QEDPaolo Bonzini2012-05-101-0/+7
* qed: remove incoming live migration blockerBenoît Canet2012-04-051-9/+0
* qed: honor BDRV_O_INCOMING for incoming live migrationBenoît Canet2012-04-051-2/+3
* qed: add bdrv_invalidate_cache to be called after incoming live migrationBenoît Canet2012-04-051-0/+10
* qed: track dirty flag statusDong Xu Wang2012-04-051-0/+1
* block: push recursive flushing up from driversPaolo Bonzini2012-04-051-8/+0
* qed: add .bdrv_co_write_zeroes() supportStefan Hajnoczi2012-02-091-8/+102
* qed: replace is_write with flags fieldStefan Hajnoczi2012-02-091-7/+8
* block: bdrv_aio_* do not return NULLPaolo Bonzini2011-12-151-44/+16
* qed: convert to .bdrv_co_is_allocated()Stefan Hajnoczi2011-12-051-4/+11
* qed: add migration blocker (v2)Anthony Liguori2011-11-211-0/+10
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-10-311-3/+4
|\
| * qed: remove unneeded variable assignmentPavel Borzenkov2011-10-261-1/+0
| * qed: don't pass NULL to memcpyPavel Borzenkov2011-10-261-2/+4
* | block: drop redundant bdrv_flush implementationStefan Hajnoczi2011-10-211-6/+0
|/
OpenPOWER on IntegriCloud