summaryrefslogtreecommitdiffstats
path: root/block/qed.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-02-261-2/+5
|\
| * block: Add BDS.auto_backing_fileMax Reitz2019-02-251-2/+5
* | block/qed: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy2019-02-221-22/+9Star
|/
* block: Fix hangs in synchronous APIs with iothreadsKevin Wolf2019-02-011-0/+1
* error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster2018-10-191-2/+2
* block: Convert .bdrv_truncate callback to coroutine_fnKevin Wolf2018-06-291-3/+5
* block: Factor out qobject_input_visitor_new_flat_confused()Markus Armbruster2018-06-151-5/+2Star
* block: Clean up a misuse of qobject_to() in .bdrv_co_create_opts()Markus Armbruster2018-06-151-5/+4Star
* block: Fix -blockdev for certain non-string scalarsMarkus Armbruster2018-06-151-1/+1
* block: Add block-specific QDict headerMax Reitz2018-06-151-0/+1
* block: Merge .bdrv_co_writev{,_flags} in driversEric Blake2018-05-151-1/+2
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-2/+2
* qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz2018-03-191-1/+1
* qed: Support .bdrv_co_createKevin Wolf2018-03-191-66/+138
* block: convert bdrv_check callback to coroutine_fnPaolo Bonzini2018-03-091-4/+9
* block: convert bdrv_invalidate_cache callback to coroutine_fnPaolo Bonzini2018-03-091-8/+5Star
* qed: make bdrv_qed_do_open a coroutine_fnPaolo Bonzini2018-03-091-3/+37
* block: rename .bdrv_create() to .bdrv_co_create_opts()Stefan Hajnoczi2018-03-021-2/+4
* qed: Switch to .bdrv_co_block_status()Eric Blake2018-03-021-52/+24Star
* block: Simplify bdrv_can_write_zeroes_with_unmap()Eric Blake2018-02-091-1/+0Star
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-0/+1
* Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster2018-02-091-1/+0Star
* block: rename bdrv_co_drain to bdrv_co_drain_beginManos Pitsidianakis2017-10-131-3/+3
* qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster2017-09-041-1/+1
* qed: protect table cache with CoMutexPaolo Bonzini2017-07-171-42/+96
* qed: introduce bdrv_qed_init_statePaolo Bonzini2017-07-171-5/+11
* block: invoke .bdrv_drain callback in coroutine context and from AioContextPaolo Bonzini2017-07-171-3/+3
* qed: move tail of qed_aio_write_main to qed_aio_write_{cow, alloc}Paolo Bonzini2017-07-171-38/+32Star
* block: Add PreallocMode to blk_truncate()Max Reitz2017-07-111-1/+1
* block: Add PreallocMode to BD.bdrv_truncate()Max Reitz2017-07-111-1/+8
* block: change variable names in BlockDriverStateManos Pitsidianakis2017-06-261-4/+4
* qed: Use bdrv_co_* for coroutine_fnsKevin Wolf2017-06-261-7/+9
* qed: Add coroutine_fn to I/O path functionsKevin Wolf2017-06-261-20/+24
* qed: Use a coroutine for need_check_timerKevin Wolf2017-06-261-16/+17
* qed: Simplify request handlingKevin Wolf2017-06-261-80/+21Star
* qed: Use CoQueue for serialising allocationsKevin Wolf2017-06-261-32/+17Star
* qed: Implement .bdrv_co_readv/writevKevin Wolf2017-06-261-55/+42Star
* qed: Remove recursion in qed_aio_next_io()Kevin Wolf2017-06-261-31/+32
* qed: Remove ret argument from qed_aio_next_io()Kevin Wolf2017-06-261-11/+6Star
* qed: Add return value to qed_aio_read/write_data()Kevin Wolf2017-06-261-41/+31Star
* qed: Add return value to qed_aio_write_inplace/alloc()Kevin Wolf2017-06-261-23/+20Star
* qed: Add return value to qed_aio_write_cow()Kevin Wolf2017-06-261-37/+21Star
* qed: Add return value to qed_aio_write_main()Kevin Wolf2017-06-261-25/+30
* qed: Add return value to qed_aio_write_l2_update()Kevin Wolf2017-06-261-17/+26
* qed: Add return value to qed_aio_write_l1_update()Kevin Wolf2017-06-261-10/+9Star
* qed: Inline qed_commit_l2_update()Kevin Wolf2017-06-261-22/+14Star
* qed: Make qed_aio_write_main() synchronousKevin Wolf2017-06-261-42/+19Star
* qed: Make qed_aio_read_data() synchronousKevin Wolf2017-06-261-3/+5
* qed: Remove callback from qed_write_table()Kevin Wolf2017-06-261-5/+7
* qed: Remove callback from qed_write_header()Kevin Wolf2017-06-261-20/+12Star