aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2016-03-30block: Remove bdrv_(set_)enable_write_cache()Kevin Wolf
2016-03-30block: Remove BDRV_O_CACHE_WBKevin Wolf
2016-03-30block: Remove bdrv_parse_cache_flags()Kevin Wolf
2016-03-30qemu-io: Use bdrv_parse_cache_mode() in reopen_f()Kevin Wolf
2016-03-30block/qapi: Use blk_enable_write_cache()Kevin Wolf
2016-03-30block: Move enable_write_cache to BB levelKevin Wolf
2016-03-30block: Add bdrv_parse_cache_mode()Kevin Wolf
2016-03-30block: move encryption deprecation warning into qcow codeDaniel P. Berrange
2016-03-30block: add flag to indicate that no I/O will be performedDaniel P. Berrange
2016-03-30block: Reject writethrough mode except at the rootKevin Wolf
2016-03-30block: Make backing files always writebackKevin Wolf
2016-03-30block: Remove dirty bitmaps from bdrv_move_feature_fields()Kevin Wolf
2016-03-30block: Remove copy-on-read from bdrv_move_feature_fields()Kevin Wolf
2016-03-30block: Remove bdrv_make_anon()Kevin Wolf
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-17block: Use BdrvChild in BlockBackendKevin Wolf
2016-03-17block: Remove bdrv_states listMax Reitz
2016-03-17block: Use bdrv_next() instead of bdrv_statesMax Reitz
2016-03-17block: Rewrite bdrv_next()Max Reitz
2016-03-17block: Move some bdrv_*_all() functions to BBMax Reitz
2016-03-17block: Drop BB name from bad option errorMax Reitz
2016-03-14block: Move block dirty bitmap code to separate filesFam Zheng
2016-03-14block: Fix snapshot=on cache modesKevin Wolf
2016-02-22block: Fix -incoming with snapshot=onKevin Wolf
2016-02-04all: Clean up includesPeter Maydell
2016-02-02block: set device_list.tqe_prev to NULL on BDS removalJeff Cody
2016-02-02block: Rewrite bdrv_close_all()Max Reitz
2016-02-02block: Add list of all BlockDriverStatesMax Reitz
2016-02-02block: Make bdrv_close() staticMax Reitz
2016-02-02block: Remove BDS close notifierMax Reitz
2016-02-02block: Release named dirty bitmaps in bdrv_close()Max Reitz
2016-01-20block: Inactivate BDS when migration completesKevin Wolf
2016-01-20block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf
2016-01-20block: Fix error path in bdrv_invalidate_cache()Kevin Wolf
2016-01-19block: Fix .bdrv_open flagsKevin Wolf
2016-01-13error: Use error_prepend() where it makes obvious senseMarkus Armbruster
2016-01-13block: Clean up "Could not create temporary overlay" error messageMarkus Armbruster
2016-01-07block: use drained section in bdrv_closePaolo Bonzini
2015-12-18block: Add opaque value to the amend CBMax Reitz
2015-12-18block: Move cache options into options QDictKevin Wolf
2015-12-18block: reopen: Extract QemuOpts for generic block layer optionsKevin Wolf
2015-12-18block: Introduce bs->explicit_optionsKevin Wolf
2015-12-18block: Split out parse_json_protocol()Kevin Wolf
2015-12-18block: Add infrastructure for option inheritanceKevin Wolf
2015-12-18block: reopen: Document option precedence and refactor accordinglyKevin Wolf
2015-12-18block: Allow specifying child options in reopenKevin Wolf
2015-12-18block: Keep "driver" in bs->optionsKevin Wolf
2015-12-18block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf
2015-12-18block: Exclude nested options only for children in append_open_options()Kevin Wolf
2015-12-18block: Consider all block layer options in append_open_optionsKevin Wolf