summaryrefslogtreecommitdiffstats
path: root/block/qed.c
Commit message (Expand)AuthorAgeFilesLines
* 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