aboutsummaryrefslogtreecommitdiff
path: root/block/qed.c
AgeCommit message (Expand)Author
2017-07-17qed: protect table cache with CoMutexPaolo Bonzini
2017-07-17qed: introduce bdrv_qed_init_statePaolo Bonzini
2017-07-17block: invoke .bdrv_drain callback in coroutine context and from AioContextPaolo Bonzini
2017-07-17qed: move tail of qed_aio_write_main to qed_aio_write_{cow, alloc}Paolo Bonzini
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz
2017-07-11block: Add PreallocMode to BD.bdrv_truncate()Max Reitz
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis
2017-06-26qed: Use bdrv_co_* for coroutine_fnsKevin Wolf
2017-06-26qed: Add coroutine_fn to I/O path functionsKevin Wolf
2017-06-26qed: Use a coroutine for need_check_timerKevin Wolf
2017-06-26qed: Simplify request handlingKevin Wolf
2017-06-26qed: Use CoQueue for serialising allocationsKevin Wolf
2017-06-26qed: Implement .bdrv_co_readv/writevKevin Wolf
2017-06-26qed: Remove recursion in qed_aio_next_io()Kevin Wolf
2017-06-26qed: Remove ret argument from qed_aio_next_io()Kevin Wolf
2017-06-26qed: Add return value to qed_aio_read/write_data()Kevin Wolf
2017-06-26qed: Add return value to qed_aio_write_inplace/alloc()Kevin Wolf
2017-06-26qed: Add return value to qed_aio_write_cow()Kevin Wolf
2017-06-26qed: Add return value to qed_aio_write_main()Kevin Wolf
2017-06-26qed: Add return value to qed_aio_write_l2_update()Kevin Wolf
2017-06-26qed: Add return value to qed_aio_write_l1_update()Kevin Wolf
2017-06-26qed: Inline qed_commit_l2_update()Kevin Wolf
2017-06-26qed: Make qed_aio_write_main() synchronousKevin Wolf
2017-06-26qed: Make qed_aio_read_data() synchronousKevin Wolf
2017-06-26qed: Remove callback from qed_write_table()Kevin Wolf
2017-06-26qed: Remove callback from qed_write_header()Kevin Wolf
2017-06-26qed: Make qed_write_header() synchronousKevin Wolf
2017-06-26qed: Remove callback from qed_copy_from_backing_file()Kevin Wolf
2017-06-26qed: Make qed_copy_from_backing_file() synchronousKevin Wolf
2017-06-26qed: Make qed_read_backing_file() synchronousKevin Wolf
2017-06-26qed: Remove callback from qed_find_cluster()Kevin Wolf
2017-06-26qed: Use bottom half to resume waiting requestsKevin Wolf
2017-05-18migration: migration.h was not neededJuan Quintela
2017-04-28block: Add .bdrv_truncate() error messagesMax Reitz
2017-04-28block: Add errp to BD.bdrv_truncate()Max Reitz
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz
2017-02-28block: Add BDRV_O_RESIZE for blk_new_open()Kevin Wolf
2017-02-28block: Request child permissions in format driversKevin Wolf
2017-02-24block: Attach bs->file only during .bdrv_open()Kevin Wolf
2017-02-21block: explicitly acquire aiocontext in aio callbacks that need itPaolo Bonzini
2017-02-21block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini
2017-02-21block: explicitly acquire aiocontext in timers that need itPaolo Bonzini
2017-02-21qed: introduce qed_aio_start_io and qed_aio_next_io_cbPaolo Bonzini
2016-10-28qed: Implement .bdrv_drainFam Zheng
2016-10-07block: use aio_bh_schedule_oneshotPaolo Bonzini
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-07-05block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_aio_writev() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_aio_readv() to BdrvChildKevin Wolf