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