aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell58-580/+1003
2020-05-18Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-05-18' into st...Peter Maydell7-58/+86
2020-05-18hw: Use QEMU_IS_ALIGNED() on parallel flash block sizePhilippe Mathieu-Daudé6-6/+6
2020-05-18iotests/030: Reduce run time by unthrottling job earlierKevin Wolf1-3/+3
2020-05-18hw/ide/ahci: Log lost IRQsPhilippe Mathieu-Daudé1-0/+1
2020-05-18iotests: log messages from notrun()John Snow1-6/+5
2020-05-18block/block-copy: Simplify block_copy_do_copy()Philippe Mathieu-Daudé1-9/+3
2020-05-18block/block-copy: Fix uninitialized variable in block_copy_task_entryPhilippe Mathieu-Daudé1-1/+1
2020-05-18block: Drop @child_class from bdrv_child_perm()Max Reitz13-59/+22
2020-05-18block: Pass BdrvChildRole in remaining casesMax Reitz2-5/+10
2020-05-18block: Drop child_fileMax Reitz3-43/+5
2020-05-18block: Drop bdrv_format_default_perms()Max Reitz2-30/+0
2020-05-18block: Make bdrv_filter_default_perms() staticMax Reitz2-16/+11
2020-05-18block: Use bdrv_default_perms()Max Reitz23-37/+43
2020-05-18tests: Use child_of_bds instead of child_fileMax Reitz2-14/+21
2020-05-18block: Use child_of_bds in remaining placesMax Reitz4-7/+19
2020-05-18block: Make filter drivers use child_of_bdsMax Reitz8-12/+22
2020-05-18block: Make format drivers use child_of_bdsMax Reitz12-29/+50
2020-05-18block: Drop child_backingMax Reitz2-58/+3
2020-05-18block: Make backing files child_of_bds childrenMax Reitz4-14/+30
2020-05-18block: Drop child_formatMax Reitz2-30/+0
2020-05-18block: Switch child_format users to child_of_bdsMax Reitz2-4/+6
2020-05-18raw-format: Split raw_read_options()Max Reitz1-45/+65
2020-05-18block: Add bdrv_default_perms()Max Reitz2-0/+43
2020-05-18block: Relax *perms_for_storage for data childrenMax Reitz1-10/+48
2020-05-18block: Pull out bdrv_default_perms_for_storage()Max Reitz1-25/+46
2020-05-18block: Pull out bdrv_default_perms_for_cow()Max Reitz1-22/+40
2020-05-18block: Distinguish paths in *_format_default_permsMax Reitz1-6/+13
2020-05-18block: Add child_of_bdsMax Reitz2-0/+25
2020-05-18block: Unify bdrv_child_cb_detach()Max Reitz1-7/+20
2020-05-18block: Unify bdrv_child_cb_attach()Max Reitz1-7/+20
2020-05-18block: Use bdrv_inherited_options()Max Reitz1-52/+19
2020-05-18block: Add generic bdrv_inherited_options()Max Reitz1-0/+81
2020-05-18block: Rename bdrv_inherited_options()Max Reitz1-4/+4
2020-05-18block: Pass parent_is_format to .inherit_options()Max Reitz4-13/+30
2020-05-18block: Pass BdrvChildRole to .inherit_options()Max Reitz4-19/+30
2020-05-18block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz13-20/+36
2020-05-18block: Add BdrvChildRole to BdrvChildMax Reitz31-49/+62
2020-05-18block: Add BdrvChildRole and BdrvChildRoleBitsMax Reitz1-0/+56
2020-05-18block: Rename BdrvChildRole to BdrvChildClassMax Reitz17-133/+141
2020-05-18block: Add BlockDriver.is_formatMax Reitz14-0/+21
2020-05-18block: Mark commit, mirror, blkreplay as filtersMax Reitz3-0/+5
2020-05-18block: Use bdrv_make_empty() where possibleMax Reitz2-5/+2
2020-05-18replication: Avoid blk_make_empty() on read-only childKevin Wolf1-2/+11
2020-05-18block: Use blk_make_empty() after commitsMax Reitz3-16/+27
2020-05-18block: Add blk_make_empty()Max Reitz2-0/+12
2020-05-18block: Add bdrv_make_empty()Max Reitz2-0/+24
2020-05-18iotests: Run pylint and mypy in a testcaseKevin Wolf3-0/+48
2020-05-18iotests: Fix incomplete type declarationsKevin Wolf1-4/+4
2020-05-18block/replication.c: Avoid cancelling the job twiceLukas Straub1-0/+2