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