summaryrefslogtreecommitdiff
path: root/block/qed.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-17qed: protect table cache with CoMutexPaolo Bonzini1-4/+7
2017-06-26qed: Add coroutine_fn to I/O path functionsKevin Wolf1-2/+3
2017-06-26qed: Simplify request handlingKevin Wolf1-2/+1
2017-06-26qed: Use CoQueue for serialising allocationsKevin Wolf1-1/+2
2017-06-26qed: Add return value to qed_aio_read/write_data()Kevin Wolf1-21/+0
2017-06-26qed: Remove callback from qed_write_table()Kevin Wolf1-5/+3
2017-06-26qed: Remove GenericCBKevin Wolf1-11/+0
2017-06-26qed: Remove callback from qed_find_cluster()Kevin Wolf1-2/+2
2017-06-26qed: Remove callback from qed_read_l2_table()Kevin Wolf1-2/+1
2017-02-21block: explicitly acquire aiocontext in timers that need itPaolo Bonzini1-0/+3
2016-10-07block: use aio_bh_schedule_oneshotPaolo Bonzini1-1/+0
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2015-02-06qed: Really remove unused field QEDAIOCB.finishedFam Zheng1-1/+0
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster1-5/+5
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster1-1/+1
2014-07-14qed: Make qiov match request size until backing file EOFKevin Wolf1-0/+1
2014-06-16qed.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-2/+1
2013-09-25block: qed - use QEMU_PACKED for on-disk structuresJeff Cody1-1/+1
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-08-10qed: mark image clean after repair succeedsStefan Hajnoczi1-0/+5
2012-04-05qed: remove incoming live migration blockerBenoƮt Canet1-2/+0
2012-02-09qed: add .bdrv_co_write_zeroes() supportStefan Hajnoczi1-0/+1
2012-02-09qed: replace is_write with flags fieldStefan Hajnoczi1-1/+5
2011-11-21qed: add migration blocker (v2)Anthony Liguori1-0/+2
2011-05-18qed: Periodically flush and clear need check bitStefan Hajnoczi1-0/+7
2011-04-27qed: Fix consistency check on 32-bit hostsStefan Hajnoczi1-1/+1
2011-04-13qed: Add support for zero clustersAnthony Liguori1-0/+26
2010-12-17qed: Consistency check supportStefan Hajnoczi1-0/+4
2010-12-17qed: Read/write supportStefan Hajnoczi1-0/+26
2010-12-17qed: Table, L2 cache, and cluster functionsStefan Hajnoczi1-0/+123
2010-12-17qed: Add QEMU Enhanced Disk image formatStefan Hajnoczi1-0/+148