summaryrefslogtreecommitdiffstats
path: root/block/qed.c
Commit message (Expand)AuthorAgeFilesLines
* block: Request child permissions in format driversKevin Wolf2017-02-281-0/+1
* block: Attach bs->file only during .bdrv_open()Kevin Wolf2017-02-241-3/+15
* block: explicitly acquire aiocontext in aio callbacks that need itPaolo Bonzini2017-02-211-2/+2
* block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini2017-02-211-0/+3
* block: explicitly acquire aiocontext in timers that need itPaolo Bonzini2017-02-211-0/+12
* qed: introduce qed_aio_start_io and qed_aio_next_io_cbPaolo Bonzini2017-02-211-14/+25
* qed: Implement .bdrv_drainFam Zheng2016-10-281-1/+15
* block: use aio_bh_schedule_oneshotPaolo Bonzini2016-10-071-4/+2Star
* coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini2016-07-131-2/+2
* block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf2016-07-051-2/+2
* block: Convert bdrv_pread(v) to BdrvChildKevin Wolf2016-07-051-3/+3
* block: Convert bdrv_aio_writev() to BdrvChildKevin Wolf2016-07-051-3/+3
* block: Convert bdrv_aio_readv() to BdrvChildKevin Wolf2016-07-051-3/+3
* qed: Convert to bdrv_co_pwrite_zeroes()Eric Blake2016-06-081-18/+15Star
* block: Track write zero limits in bytesEric Blake2016-06-081-1/+1
* qed: Use DIV_ROUND_UPLaurent Vivier2016-06-071-2/+1Star
* qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* block: Drop superfluous invalidating bs->file from driversFam Zheng2016-05-121-6/+0Star
* block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake2016-05-121-3/+3
* block: Always set writeback mode in blk_new_open()Kevin Wolf2016-03-301-2/+1Star
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* blockdev: Split monitor reference from BB creationMax Reitz2016-03-171-1/+1
* qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATUREMax Reitz2016-03-171-5/+2Star
* Revert "qed: Implement .bdrv_drain"Stefan Hajnoczi2016-03-171-13/+0Star
* qed: Use BB functions in .bdrv_create()Kevin Wolf2016-03-141-13/+15
* qed: Assign bs->file->bs to file in bdrv_qed_co_get_block_statusFam Zheng2016-02-021-0/+3
* block: Add "file" output parameter to block status query functionsFam Zheng2016-02-021-1/+2
* block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf2016-01-201-2/+2
* block: Clean up includesPeter Maydell2016-01-201-0/+1
* error: Use error_prepend() where it makes obvious senseMarkus Armbruster2016-01-131-3/+2Star
* qed: Implement .bdrv_drainFam Zheng2015-11-121-0/+13
* block: Remove bdrv_swap()Kevin Wolf2015-10-161-7/+0Star
* block: Convert bs->backing_hd to BdrvChildKevin Wolf2015-10-161-6/+6
* block: Convert bs->file to BdrvChildKevin Wolf2015-10-161-16/+16
* block: Drop drv parameter from bdrv_open()Max Reitz2015-09-141-1/+1
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-2/+2
* block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia2015-04-281-1/+1
* Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2015-04-281-2/+2
* qed: check for header size overflowStefan Hajnoczi2015-02-061-0/+5
* block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster2014-10-201-9/+9
* block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster2014-10-201-16/+16
* block: Eliminate BlockDriverState member device_name[]Markus Armbruster2014-10-201-1/+1
* block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng2014-09-221-1/+1
* qed: Drop qed_aiocb_info.cancelFam Zheng2014-09-221-21/+0Star
* block: round up file size to nearest sectorHu Tao2014-09-121-1/+2
* qed: Handle failure for potentially large allocationsKevin Wolf2014-08-151-1/+5
* block: Add Error argument to bdrv_refresh_limits()Kevin Wolf2014-07-181-3/+1Star
* qed: Make qiov match request size until backing file EOFKevin Wolf2014-07-141-8/+30
* qemu-img create: add 'nocow' optionChunyan Liu2014-07-011-3/+3