aboutsummaryrefslogtreecommitdiff
path: root/block/qed-table.c
AgeCommit message (Expand)Author
2018-03-09block: convert bdrv_check callback to coroutine_fnPaolo Bonzini
2017-07-17qed: protect table cache with CoMutexPaolo Bonzini
2017-06-26qed: Remove callback from qed_write_table()Kevin Wolf
2017-06-26qed: Make qed_write_table() synchronousKevin Wolf
2017-06-26qed: Remove callback from qed_read_l2_table()Kevin Wolf
2017-06-26qed: Remove callback from qed_read_table()Kevin Wolf
2017-06-26qed: Make qed_read_table() synchronousKevin Wolf
2017-02-21block: explicitly acquire aiocontext in aio callbacks that need itPaolo Bonzini
2016-10-28block: introduce BDRV_POLL_WHILEPaolo Bonzini
2016-07-05block: Convert bdrv_aio_writev() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_aio_readv() to BdrvChildKevin Wolf
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-01-20block: Clean up includesPeter Maydell
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster
2014-06-04qed: use BlockDriverState's AioContextStefan Hajnoczi
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-10-05cleanup useless return sentenceAmos Kong
2011-12-15block: bdrv_aio_* do not return NULLPaolo Bonzini
2011-12-05qed: adjust the way to get nb_sectorsZhi Yong Wu
2011-10-05qed: fix use-after-free during l2 cache commitStefan Hajnoczi
2011-08-02async: Remove AsyncContextKevin Wolf
2010-12-17qed: Table, L2 cache, and cluster functionsStefan Hajnoczi