summaryrefslogtreecommitdiff
path: root/block/qed.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-11consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistentMichael Tokarev1-3/+3
2012-06-11consolidate qemu_iovec_memset{,_skip}() into single function and use existing...Michael Tokarev1-2/+2
2012-05-10block: fix snapshot on QEDPaolo Bonzini1-0/+7
2012-04-05qed: remove incoming live migration blockerBenoît Canet1-9/+0
2012-04-05qed: honor BDRV_O_INCOMING for incoming live migrationBenoît Canet1-2/+3
2012-04-05qed: add bdrv_invalidate_cache to be called after incoming live migrationBenoît Canet1-0/+10
2012-04-05qed: track dirty flag statusDong Xu Wang1-0/+1
2012-04-05block: push recursive flushing up from driversPaolo Bonzini1-8/+0
2012-02-09qed: add .bdrv_co_write_zeroes() supportStefan Hajnoczi1-8/+102
2012-02-09qed: replace is_write with flags fieldStefan Hajnoczi1-7/+8
2011-12-15block: bdrv_aio_* do not return NULLPaolo Bonzini1-44/+16
2011-12-05qed: convert to .bdrv_co_is_allocated()Stefan Hajnoczi1-4/+11
2011-11-21qed: add migration blocker (v2)Anthony Liguori1-0/+10
2011-10-31Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-3/+4
2011-10-26qed: remove unneeded variable assignmentPavel Borzenkov1-1/+0
2011-10-26qed: don't pass NULL to memcpyPavel Borzenkov1-2/+4
2011-10-21block: drop redundant bdrv_flush implementationStefan Hajnoczi1-6/+0
2011-10-05qed: fix use-after-free during l2 cache commitStefan Hajnoczi1-2/+2
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-08-02async: Remove AsyncContextKevin Wolf1-4/+0
2011-06-08qemu-img create: Fix displayed default cluster sizeKevin Wolf1-1/+2
2011-05-18qed: support for growing imagesStefan Hajnoczi1-1/+21
2011-05-18qed: Periodically flush and clear need check bitStefan Hajnoczi1-2/+102
2011-04-13qed: Add support for zero clustersAnthony Liguori1-5/+16
2011-02-10qed: Report error for unsupported featuresKevin Wolf1-1/+8
2011-01-31qed: Images with backing file do not require QED_F_NEED_CHECKStefan Hajnoczi1-7/+17
2011-01-24qed: Refuse to create images on block devicesStefan Hajnoczi1-0/+6
2010-12-17qed: Consistency check supportStefan Hajnoczi1-3/+122
2010-12-17qed: Read/write supportStefan Hajnoczi1-2/+626
2010-12-17qed: Table, L2 cache, and cluster functionsStefan Hajnoczi1-1/+53
2010-12-17qed: Add QEMU Enhanced Disk image formatStefan Hajnoczi1-0/+554