summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* block: introduce bdrv_no_throttling_begin/endPaolo Bonzini2016-05-121-1/+0Star
* block: Forbid I/O throttling on nodes with multiple parents for 2.6Kevin Wolf2016-04-051-0/+7
* block: Remove bdrv_(set_)enable_write_cache()Kevin Wolf2016-03-301-16/+0Star
* block: Remove BDRV_O_CACHE_WBKevin Wolf2016-03-301-46/+2Star
* block: Remove bdrv_parse_cache_flags()Kevin Wolf2016-03-301-22/+7Star
* qemu-io: Use bdrv_parse_cache_mode() in reopen_f()Kevin Wolf2016-03-301-12/+6Star
* block/qapi: Use blk_enable_write_cache()Kevin Wolf2016-03-301-1/+1
* block: Move enable_write_cache to BB levelKevin Wolf2016-03-301-9/+17
* block: Add bdrv_parse_cache_mode()Kevin Wolf2016-03-301-0/+17
* block: move encryption deprecation warning into qcow codeDaniel P. Berrange2016-03-301-7/+5Star
* block: add flag to indicate that no I/O will be performedDaniel P. Berrange2016-03-301-2/+3
* block: Reject writethrough mode except at the rootKevin Wolf2016-03-301-0/+7
* block: Make backing files always writebackKevin Wolf2016-03-301-2/+3
* block: Remove dirty bitmaps from bdrv_move_feature_fields()Kevin Wolf2016-03-301-3/+0Star
* block: Remove copy-on-read from bdrv_move_feature_fields()Kevin Wolf2016-03-301-2/+0Star
* block: Remove bdrv_make_anon()Kevin Wolf2016-03-301-12/+3Star
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+2
* block: Use BdrvChild in BlockBackendKevin Wolf2016-03-171-13/+34
* block: Remove bdrv_states listMax Reitz2016-03-171-28/+3Star
* block: Use bdrv_next() instead of bdrv_statesMax Reitz2016-03-171-6/+6
* block: Rewrite bdrv_next()Max Reitz2016-03-171-3/+14
* block: Move some bdrv_*_all() functions to BBMax Reitz2016-03-171-20/+0Star
* block: Drop BB name from bad option errorMax Reitz2016-03-171-3/+3
* block: Move block dirty bitmap code to separate filesFam Zheng2016-03-141-360/+0Star
* block: Fix snapshot=on cache modesKevin Wolf2016-03-141-11/+25
* block: Fix -incoming with snapshot=onKevin Wolf2016-02-221-4/+0Star
* all: Clean up includesPeter Maydell2016-02-041-3/+1Star
* block: set device_list.tqe_prev to NULL on BDS removalJeff Cody2016-02-021-10/+14
* block: Rewrite bdrv_close_all()Max Reitz2016-02-021-8/+26
* block: Add list of all BlockDriverStatesMax Reitz2016-02-021-0/+7
* block: Make bdrv_close() staticMax Reitz2016-02-021-1/+3
* block: Remove BDS close notifierMax Reitz2016-02-021-8/+0Star
* block: Release named dirty bitmaps in bdrv_close()Max Reitz2016-02-021-8/+31
* block: Inactivate BDS when migration completesKevin Wolf2016-01-201-0/+34
* block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf2016-01-201-5/+5
* block: Fix error path in bdrv_invalidate_cache()Kevin Wolf2016-01-201-0/+2
* block: Fix .bdrv_open flagsKevin Wolf2016-01-191-6/+7
* error: Use error_prepend() where it makes obvious senseMarkus Armbruster2016-01-131-11/+8Star
* block: Clean up "Could not create temporary overlay" error messageMarkus Armbruster2016-01-131-3/+2Star
* block: use drained section in bdrv_closePaolo Bonzini2016-01-071-1/+3
* block: Add opaque value to the amend CBMax Reitz2015-12-181-2/+2
* block: Move cache options into options QDictKevin Wolf2015-12-181-4/+96
* block: reopen: Extract QemuOpts for generic block layer optionsKevin Wolf2015-12-181-0/+24
* block: Introduce bs->explicit_optionsKevin Wolf2015-12-181-2/+22
* block: Split out parse_json_protocol()Kevin Wolf2015-12-181-18/+32
* block: Add infrastructure for option inheritanceKevin Wolf2015-12-181-21/+31
* block: reopen: Document option precedence and refactor accordinglyKevin Wolf2015-12-181-6/+33
* block: Allow specifying child options in reopenKevin Wolf2015-12-181-2/+10
* block: Keep "driver" in bs->optionsKevin Wolf2015-12-181-17/+40
* block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf2015-12-181-1/+4