aboutsummaryrefslogtreecommitdiffstats
path: root/block/qed.c
AgeCommit message (Expand)AuthorFilesLines
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