aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-18iotests: Mirror with different source/target sizeKevin Wolf2-2/+47
2020-05-18mirror: Make sure that source and target size matchKevin Wolf1-9/+12
2020-05-18iotests/229: Use blkdebug to inject an errorKevin Wolf2-8/+16
2020-05-18iotests/109: Don't mirror with mismatched sizeKevin Wolf3-48/+41
2020-05-15Merge remote-tracking branch 'remotes/rth/tags/pull-fpu-20200515' into stagingPeter Maydell3-7/+133
2020-05-15softfloat: fix floatx80 pseudo-denormal round to integerJoseph Myers2-1/+11
2020-05-15softfloat: fix floatx80 pseudo-denormal comparisonsJoseph Myers2-0/+11
2020-05-15softfloat: fix floatx80 pseudo-denormal addition / subtractionJoseph Myers2-0/+30
2020-05-15softfloat: silence sNaN for conversions to/from floatx80Joseph Myers2-6/+81
2020-05-15Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-tcg-plugins-1...Peter Maydell19-392/+424
2020-05-15MAINTAINERS: update the orphaned cpus-common.c fileAlex Bennée1-0/+1
2020-05-15qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument constPhilippe Mathieu-Daudé2-3/+3
2020-05-15qemu/plugin: Move !CONFIG_PLUGIN stubs altogetherPhilippe Mathieu-Daudé1-18/+15
2020-05-15qemu/plugin: Trivial code movementPhilippe Mathieu-Daudé1-16/+16
2020-05-15translate-all: include guest address in out_asm outputAlex Bennée1-6/+33
2020-05-15disas: add optional note support to cap_disasAlex Bennée1-8/+15
2020-05-15disas: include an optional note for the start of disassemblyAlex Bennée5-11/+17
2020-05-15accel/tcg: don't disable exec_tb trace eventsAlex Bennée1-4/+4
2020-05-15accel/tcg: Relax va restrictions on 64-bit guestsRichard Henderson3-23/+30