summaryrefslogtreecommitdiff
path: root/block/qed.c
AgeCommit message (Expand)Author
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
2016-06-08qed: Convert to bdrv_co_pwrite_zeroes()Eric Blake
2016-06-08block: Track write zero limits in bytesEric Blake
2016-06-07qed: Use DIV_ROUND_UPLaurent Vivier
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-05-12block: Drop superfluous invalidating bs->file from driversFam Zheng
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake
2016-03-30block: Always set writeback mode in blk_new_open()Kevin Wolf
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz
2016-03-17qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATUREMax Reitz
2016-03-17Revert "qed: Implement .bdrv_drain"Stefan Hajnoczi
2016-03-14qed: Use BB functions in .bdrv_create()Kevin Wolf
2016-02-02qed: Assign bs->file->bs to file in bdrv_qed_co_get_block_statusFam Zheng
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng
2016-01-20block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf
2016-01-20block: Clean up includesPeter Maydell
2016-01-13error: Use error_prepend() where it makes obvious senseMarkus Armbruster