summaryrefslogtreecommitdiffstats
path: root/block/qed.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* qed: fix use-after-free during l2 cache commitStefan Hajnoczi2011-10-051-2/+2
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-4/+4
* async: Remove AsyncContextKevin Wolf2011-08-021-4/+0
* qemu-img create: Fix displayed default cluster sizeKevin Wolf2011-06-081-1/+2
* qed: support for growing imagesStefan Hajnoczi2011-05-181-1/+21
* qed: Periodically flush and clear need check bitStefan Hajnoczi2011-05-181-2/+102
* qed: Add support for zero clustersAnthony Liguori2011-04-131-5/+16
* qed: Report error for unsupported featuresKevin Wolf2011-02-101-1/+8
* qed: Images with backing file do not require QED_F_NEED_CHECKStefan Hajnoczi2011-01-311-7/+17
* qed: Refuse to create images on block devicesStefan Hajnoczi2011-01-241-0/+6
* qed: Consistency check supportStefan Hajnoczi2010-12-171-3/+122
* qed: Read/write supportStefan Hajnoczi2010-12-171-2/+626
* qed: Table, L2 cache, and cluster functionsStefan Hajnoczi2010-12-171-1/+53
* qed: Add QEMU Enhanced Disk image formatStefan Hajnoczi2010-12-171-0/+554
OpenPOWER on IntegriCloud