index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
qed-table.c
Age
Commit message (
Expand
)
Author
2019-04-30
block/qed: add missed coroutine_fn markers
Vladimir Sementsov-Ogievskiy
2019-04-30
block/qed: use buffer-based io
Vladimir Sementsov-Ogievskiy
2019-02-22
block/qed: use qemu_iovec_init_buf
Vladimir Sementsov-Ogievskiy
2018-03-09
block: convert bdrv_check callback to coroutine_fn
Paolo Bonzini
2017-07-17
qed: protect table cache with CoMutex
Paolo Bonzini
2017-06-26
qed: Remove callback from qed_write_table()
Kevin Wolf
2017-06-26
qed: Make qed_write_table() synchronous
Kevin Wolf
2017-06-26
qed: Remove callback from qed_read_l2_table()
Kevin Wolf
2017-06-26
qed: Remove callback from qed_read_table()
Kevin Wolf
2017-06-26
qed: Make qed_read_table() synchronous
Kevin Wolf
2017-02-21
block: explicitly acquire aiocontext in aio callbacks that need it
Paolo Bonzini
2016-10-28
block: introduce BDRV_POLL_WHILE
Paolo Bonzini
2016-07-05
block: Convert bdrv_aio_writev() to BdrvChild
Kevin Wolf
2016-07-05
block: Convert bdrv_aio_readv() to BdrvChild
Kevin Wolf
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
2016-01-20
block: Clean up includes
Peter Maydell
2015-10-16
block: Convert bs->file to BdrvChild
Kevin Wolf
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-06-04
qed: use BlockDriverState's AioContext
Stefan Hajnoczi
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-10-05
cleanup useless return sentence
Amos Kong
2011-12-15
block: bdrv_aio_* do not return NULL
Paolo Bonzini
2011-12-05
qed: adjust the way to get nb_sectors
Zhi Yong Wu
2011-10-05
qed: fix use-after-free during l2 cache commit
Stefan Hajnoczi
2011-08-02
async: Remove AsyncContext
Kevin Wolf
2010-12-17
qed: Table, L2 cache, and cluster functions
Stefan Hajnoczi