Age | Commit message (Expand) | Author | Files | Lines |
2016-02-04 | all: Clean up includes | Peter Maydell | 1 | -3/+1 |
2016-02-02 | block: set device_list.tqe_prev to NULL on BDS removal | Jeff Cody | 1 | -10/+14 |
2016-02-02 | block: Rewrite bdrv_close_all() | Max Reitz | 1 | -8/+26 |
2016-02-02 | block: Add list of all BlockDriverStates | Max Reitz | 1 | -0/+7 |
2016-02-02 | block: Make bdrv_close() static | Max Reitz | 1 | -1/+3 |
2016-02-02 | block: Remove BDS close notifier | Max Reitz | 1 | -8/+0 |
2016-02-02 | block: Release named dirty bitmaps in bdrv_close() | Max Reitz | 1 | -8/+31 |
2016-01-20 | block: Inactivate BDS when migration completes | Kevin Wolf | 1 | -0/+34 |
2016-01-20 | block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE | Kevin Wolf | 1 | -5/+5 |
2016-01-20 | block: Fix error path in bdrv_invalidate_cache() | Kevin Wolf | 1 | -0/+2 |
2016-01-19 | block: Fix .bdrv_open flags | Kevin Wolf | 1 | -6/+7 |
2016-01-13 | error: Use error_prepend() where it makes obvious sense | Markus Armbruster | 1 | -11/+8 |
2016-01-13 | block: Clean up "Could not create temporary overlay" error message | Markus Armbruster | 1 | -3/+2 |
2016-01-07 | block: use drained section in bdrv_close | Paolo Bonzini | 1 | -1/+3 |
2015-12-18 | block: Add opaque value to the amend CB | Max Reitz | 1 | -2/+2 |
2015-12-18 | block: Move cache options into options QDict | Kevin Wolf | 1 | -4/+96 |
2015-12-18 | block: reopen: Extract QemuOpts for generic block layer options | Kevin Wolf | 1 | -0/+24 |
2015-12-18 | block: Introduce bs->explicit_options | Kevin Wolf | 1 | -2/+22 |
2015-12-18 | block: Split out parse_json_protocol() | Kevin Wolf | 1 | -18/+32 |
2015-12-18 | block: Add infrastructure for option inheritance | Kevin Wolf | 1 | -21/+31 |
2015-12-18 | block: reopen: Document option precedence and refactor accordingly | Kevin Wolf | 1 | -6/+33 |
2015-12-18 | block: Allow specifying child options in reopen | Kevin Wolf | 1 | -2/+10 |
2015-12-18 | block: Keep "driver" in bs->options | Kevin Wolf | 1 | -17/+40 |
2015-12-18 | block: Pass driver-specific options to .bdrv_refresh_filename() | Kevin Wolf | 1 | -1/+4 |
2015-12-18 | block: Exclude nested options only for children in append_open_options() | Kevin Wolf | 1 | -4/+16 |
2015-12-18 | block: Consider all block layer options in append_open_options | Kevin Wolf | 1 | -8/+18 |
2015-12-18 | block: Allow references for backing files | Kevin Wolf | 1 | -19/+29 |
2015-12-18 | block: Fix reopen with semantically overlapping options | Kevin Wolf | 1 | -1/+15 |
2015-12-17 | blkdebug: Merge hand-rolled and qapi BlkdebugEvent enum | Eric Blake | 1 | -1/+1 |
2015-11-12 | qed: Implement .bdrv_drain | Fam Zheng | 1 | -2/+17 |
2015-11-12 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-11-11' into... | Peter Maydell | 1 | -2/+1 |
2015-11-11 | error: More error_setg() usage | Eric Blake | 1 | -2/+1 |
2015-11-11 | throttle: Use bs->throttle_state instead of bs->io_limits_enabled | Alberto Garcia | 1 | -3/+3 |
2015-11-11 | block: support passing 'backing': '' to 'blockdev-add' | Alberto Garcia | 1 | -0/+7 |
2015-11-11 | block: Make bdrv_states public | Max Reitz | 1 | -2/+1 |
2015-11-11 | block: Don't call blk_bs() twice in bdrv_lookup_bs() | Alberto Garcia | 1 | -3/+3 |
2015-10-23 | block: Prepare for NULL BDS | Max Reitz | 1 | -0/+5 |
2015-10-23 | block: Move I/O status and error actions into BB | Max Reitz | 1 | -125/+0 |
2015-10-23 | block: Move BlockAcctStats into BlockBackend | Max Reitz | 1 | -11/+0 |
2015-10-23 | block: Move guest_block_size into BlockBackend | Max Reitz | 1 | -7/+0 |
2015-10-23 | block: Invoke change media CB before NULLing drv | Max Reitz | 1 | -4/+4 |
2015-10-23 | block: Make bdrv_is_inserted() recursive | Max Reitz | 1 | -3/+9 |
2015-10-23 | block: Make bdrv_is_inserted() return a bool | Max Reitz | 1 | -5/+7 |
2015-10-23 | block: Set BDRV_O_INCOMING in bdrv_fill_options() | Max Reitz | 1 | -0/+4 |
2015-10-20 | coroutine: move into libqemuutil.a library | Daniel P. Berrange | 1 | -1/+1 |
2015-10-16 | block: auto-generated node-names | Jeff Cody | 1 | -7/+12 |
2015-10-16 | block: Allow bdrv_unref_child(bs, NULL) | Kevin Wolf | 1 | -1/+6 |
2015-10-16 | block: Remove bdrv_swap() | Kevin Wolf | 1 | -154/+1 |
2015-10-16 | block: Add and use bdrv_replace_in_backing_chain() | Kevin Wolf | 1 | -1/+31 |
2015-10-16 | block: Implement bdrv_append() without bdrv_swap() | Kevin Wolf | 1 | -28/+84 |