aboutsummaryrefslogtreecommitdiff
path: root/block/qed-table.c
AgeCommit message (Expand)Author
2023-06-28block: use bdrv_co_debug_event in coroutine contextPaolo Bonzini
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark bdrv_co_flush() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster
2022-10-27qed: switch to *_co_* functionsAlberto Faria
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2019-04-30block/qed: add missed coroutine_fn markersVladimir Sementsov-Ogievskiy
2019-04-30block/qed: use buffer-based ioVladimir Sementsov-Ogievskiy
2019-02-22block/qed: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy
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