summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* block: iterate_format with account of whitelistingAndrey Shinkevich2019-03-081-4/+19
* block: BDS options may lack the "driver" optionMax Reitz2019-02-251-0/+6
* block: Do not copy exact_filename from format fileMax Reitz2019-02-251-3/+15
* block: Purify .bdrv_refresh_filename()Max Reitz2019-02-251-109/+22Star
* block: Generically refresh runtime optionsMax Reitz2019-02-251-1/+115
* block: Use bdrv_dirname() for relative filenamesMax Reitz2019-02-251-7/+13
* block: Add bdrv_dirname()Max Reitz2019-02-251-0/+27
* block: Fix bdrv_find_backing_image()Max Reitz2019-02-251-23/+10Star
* block: Add bdrv_make_absolute_filename()Max Reitz2019-02-251-7/+20
* block: bdrv_get_full_backing_filename's ret. val.Max Reitz2019-02-251-31/+17Star
* block: bdrv_get_full_backing_filename_from_...'s ret. val.Max Reitz2019-02-251-16/+37
* block: Make path_combine() return the pathMax Reitz2019-02-251-38/+47
* block: Respect backing bs in bdrv_refresh_filenameMax Reitz2019-02-251-1/+37
* block: Add BDS.auto_backing_fileMax Reitz2019-02-251-0/+19
* block: Skip implicit nodes for filename infoMax Reitz2019-02-251-0/+14
* block: Use children list in bdrv_refresh_filenameMax Reitz2019-02-251-4/+5
* block: Use bdrv_refresh_filename() to pullMax Reitz2019-02-251-16/+15Star
* block: fix bdrv_check_perm for non-tree subgraphVladimir Sementsov-Ogievskiy2019-02-251-1/+26
* block: improve should_update_childVladimir Sementsov-Ogievskiy2019-02-251-6/+37
* block: Use normal drain for bdrv_set_aio_context()Kevin Wolf2019-02-251-9/+6Star
* block: Fix AioContext switch for drained nodeKevin Wolf2019-02-251-0/+7
* block: Don't poll in bdrv_set_aio_context()Kevin Wolf2019-02-251-4/+0Star
* block: don't set the same contextDenis Plotnikov2019-02-251-0/+4
* bdrv_query_image_info Error parameter addedAndrey Shinkevich2019-02-111-2/+3
* block: Fix invalidate_cache error path for parent activationKevin Wolf2019-02-011-0/+1
* block: Apply auto-read-only for ro-whitelist driversKevin Wolf2019-02-011-7/+13
* block: Fix hangs in synchronous APIs with iothreadsKevin Wolf2019-02-011-2/+4
* qapi: add x-debug-query-block-graphVladimir Sementsov-Ogievskiy2019-01-311-0/+148
* block: Assert that flags are up-to-date in bdrv_reopen_prepare()Alberto Garcia2018-12-141-0/+6
* block: Remove assertions from update_flags_from_options()Alberto Garcia2018-12-141-4/+0Star
* block: Stop passing flags to bdrv_reopen_queue_child()Alberto Garcia2018-12-141-29/+19Star
* block: Remove flags parameter from bdrv_reopen_queue()Alberto Garcia2018-12-141-2/+3
* block: Drop bdrv_reopen()Alberto Garcia2018-12-141-21/+0Star
* block: Use bdrv_reopen_set_read_only() in bdrv_backing_update_filename()Alberto Garcia2018-12-141-5/+5
* block: Add bdrv_reopen_set_read_only()Alberto Garcia2018-12-141-0/+17
* block: Don't inactivate children before parentsKevin Wolf2018-11-271-31/+53
* block: Update BlockDriverState.inherits_from on bdrv_drop_intermediate()Alberto Garcia2018-11-221-0/+16
* block: Update BlockDriverState.inherits_from on bdrv_set_backing_hd()Alberto Garcia2018-11-221-0/+21
* block: Fix update of BDRV_O_AUTO_RDONLY in update_flags_from_options()Alberto Garcia2018-11-221-3/+1Star
* block: Always abort reopen after prepare succeededMax Reitz2018-11-191-0/+12
* block: Require auto-read-only for existing fallbacksKevin Wolf2018-11-051-15/+27
* block: Add auto-read-only optionKevin Wolf2018-11-051-0/+17
* block: Update flags in bdrv_set_read_only()Kevin Wolf2018-11-051-0/+7
* block: replace "discard" literal with BDRV_OPT_DISCARD macroAlberto Garcia2018-11-051-3/+3
* dirty-bitmaps: clean-up bitmaps loading and migration logicVladimir Sementsov-Ogievskiy2018-10-291-4/+7
* block: Clean up bdrv_img_create()'s error reportingMarkus Armbruster2018-10-191-3/+0Star
* error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster2018-10-191-3/+3
* block: Allow changing 'detect-zeroes' on reopenAlberto Garcia2018-10-011-24/+40
* block: Allow changing 'discard' on reopenAlberto Garcia2018-10-011-0/+11
* block: Forbid trying to change unsupported options during reopenAlberto Garcia2018-10-011-15/+7Star