summaryrefslogtreecommitdiff
path: root/block/qed-table.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-09block: convert bdrv_check callback to coroutine_fnPaolo Bonzini1-17/+9
2017-07-17qed: protect table cache with CoMutexPaolo Bonzini1-6/+18
2017-06-26qed: Remove callback from qed_write_table()Kevin Wolf1-35/+12
2017-06-26qed: Make qed_write_table() synchronousKevin Wolf1-54/+30
2017-06-26qed: Remove callback from qed_read_l2_table()Kevin Wolf1-11/+4
2017-06-26qed: Remove callback from qed_read_table()Kevin Wolf1-54/+25
2017-06-26qed: Make qed_read_table() synchronousKevin Wolf1-38/+18
2017-02-21block: explicitly acquire aiocontext in aio callbacks that need itPaolo Bonzini1-2/+10
2016-10-28block: introduce BDRV_POLL_WHILEPaolo Bonzini1-12/+4
2016-07-05block: Convert bdrv_aio_writev() to BdrvChildKevin Wolf1-1/+1
2016-07-05block: Convert bdrv_aio_readv() to BdrvChildKevin Wolf1-1/+1
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini1-0/+1
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf1-2/+2
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster1-5/+5
2014-06-04qed: use BlockDriverState's AioContextStefan Hajnoczi1-4/+4
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-10-05cleanup useless return sentenceAmos Kong1-1/+0
2011-12-15block: bdrv_aio_* do not return NULLPaolo Bonzini1-15/+7
2011-12-05qed: adjust the way to get nb_sectorsZhi Yong Wu1-3/+3
2011-10-05qed: fix use-after-free during l2 cache commitStefan Hajnoczi1-3/+3
2011-08-02async: Remove AsyncContextKevin Wolf1-14/+0
2010-12-17qed: Table, L2 cache, and cluster functionsStefan Hajnoczi1-0/+319