aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2018-07-23block: Fix typos in comments (found by codespell)Stefan Weil
2018-07-10block: Poll after drain on attaching a nodeKevin Wolf
2018-07-05block: Don't silently truncate node namesKevin Wolf
2018-07-05block: Move two block permission constants to the relevant enumAri Sundholm
2018-06-29block: Move bdrv_truncate() implementation to io.cKevin Wolf
2018-06-29block: Convert .bdrv_truncate callback to coroutine_fnKevin Wolf
2018-06-18block: Generalize should_update_child() ruleMax Reitz
2018-06-18block: Allow graph changes in bdrv_drain_all_begin/end sectionsKevin Wolf
2018-06-18block: ignore_bds_parents parameter for drain functionsKevin Wolf
2018-06-18block: Don't poll in parent drain callbacksKevin Wolf
2018-06-18block: Drain recursively with a single BDRV_POLL_WHILE()Kevin Wolf
2018-06-18block: Really pause block jobs on drainKevin Wolf
2018-06-15block: Add block-specific QDict headerMax Reitz
2018-06-11block: Make bdrv_is_writable() publicMax Reitz
2018-06-11block: Add Error parameter to bdrv_amend_optionsMax Reitz
2018-05-23block: Cancel job in bdrv_close_all() callersKevin Wolf
2018-05-23job: Move completion and cancellation to JobKevin Wolf
2018-05-04qobject: Modify qobject_ref() to return objMarc-André Lureau
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-19block: Deprecate "backing": ""Max Reitz
2018-03-19block: Handle null backing linkMax Reitz
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-03-19block: Fix leak of ignore_children in error pathFam Zheng
2018-03-19block: Fix flags in reopen queueFam Zheng
2018-03-09block: Fail bdrv_truncate() with negative sizeKevin Wolf
2018-03-09block: Make bdrv_is_whitelisted() publicKevin Wolf
2018-03-09qcow2: Use BlockdevRef in qcow2_co_create()Kevin Wolf
2018-03-09block: convert bdrv_check callback to coroutine_fnPaolo Bonzini
2018-03-09block: convert bdrv_invalidate_cache callback to coroutine_fnPaolo Bonzini
2018-03-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-02Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2018-03-02block: rename .bdrv_create() to .bdrv_co_create_opts()Stefan Hajnoczi
2018-03-02block: add BlockBackend->in_flight counterStefan Hajnoczi
2018-03-02block: extract AIO_WAIT_WHILE() from BlockDriverStateStefan Hajnoczi
2018-02-09block: Simplify bdrv_can_write_zeroes_with_unmap()Eric Blake
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Include qmp-commands.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-12-22block: Keep nodes drained between reopen_queue/multipleKevin Wolf
2017-12-22block: Allow graph changes in subtree drained sectionKevin Wolf
2017-12-22block: Don't notify parents in drain call chainKevin Wolf
2017-12-22block: Open backing image in force share mode for size probeFam Zheng
2017-12-22block: Formats don't need CONSISTENT_READ with NO_IOKevin Wolf
2017-12-19block: avoid recursive AioContext acquire in bdrv_inactivate_all()Paolo Bonzini
2017-11-21block: Close a BlockDriverState completely even when bs->drv is NULLAlberto Garcia
2017-11-21block: Don't use BLK_PERM_CONSISTENT_READ for format probingKevin Wolf