summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: Relax *perms_for_storage for data childrenMax Reitz2020-05-181-10/+48
* block: Pull out bdrv_default_perms_for_storage()Max Reitz2020-05-181-25/+46
* block: Pull out bdrv_default_perms_for_cow()Max Reitz2020-05-181-22/+40
* block: Distinguish paths in *_format_default_permsMax Reitz2020-05-181-6/+13
* block: Add child_of_bdsMax Reitz2020-05-182-0/+25
* block: Unify bdrv_child_cb_detach()Max Reitz2020-05-181-7/+20
* block: Unify bdrv_child_cb_attach()Max Reitz2020-05-181-7/+20
* block: Use bdrv_inherited_options()Max Reitz2020-05-181-52/+19Star
* block: Add generic bdrv_inherited_options()Max Reitz2020-05-181-0/+81
* block: Rename bdrv_inherited_options()Max Reitz2020-05-181-4/+4
* block: Pass parent_is_format to .inherit_options()Max Reitz2020-05-184-13/+30
* block: Pass BdrvChildRole to .inherit_options()Max Reitz2020-05-184-19/+30
* block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz2020-05-1813-20/+36
* block: Add BdrvChildRole to BdrvChildMax Reitz2020-05-1831-49/+62
* block: Add BdrvChildRole and BdrvChildRoleBitsMax Reitz2020-05-181-0/+56
* block: Rename BdrvChildRole to BdrvChildClassMax Reitz2020-05-1817-133/+141
* block: Add BlockDriver.is_formatMax Reitz2020-05-1814-0/+21
* block: Mark commit, mirror, blkreplay as filtersMax Reitz2020-05-183-0/+5
* block: Use bdrv_make_empty() where possibleMax Reitz2020-05-182-5/+2Star
* replication: Avoid blk_make_empty() on read-only childKevin Wolf2020-05-181-2/+11
* block: Use blk_make_empty() after commitsMax Reitz2020-05-183-16/+27
* block: Add blk_make_empty()Max Reitz2020-05-182-0/+12
* block: Add bdrv_make_empty()Max Reitz2020-05-182-0/+24
* iotests: Run pylint and mypy in a testcaseKevin Wolf2020-05-183-0/+48
* iotests: Fix incomplete type declarationsKevin Wolf2020-05-181-4/+4
* block/replication.c: Avoid cancelling the job twiceLukas Straub2020-05-181-0/+2
* iotests: Mirror with different source/target sizeKevin Wolf2020-05-182-2/+47
* mirror: Make sure that source and target size matchKevin Wolf2020-05-181-9/+12
* iotests/229: Use blkdebug to inject an errorKevin Wolf2020-05-182-8/+16
* iotests/109: Don't mirror with mismatched sizeKevin Wolf2020-05-183-48/+41Star
* Merge remote-tracking branch 'remotes/rth/tags/pull-fpu-20200515' into stagingPeter Maydell2020-05-153-7/+133
|\
| * softfloat: fix floatx80 pseudo-denormal round to integerJoseph Myers2020-05-152-1/+11
| * softfloat: fix floatx80 pseudo-denormal comparisonsJoseph Myers2020-05-152-0/+11
| * softfloat: fix floatx80 pseudo-denormal addition / subtractionJoseph Myers2020-05-152-0/+30
| * softfloat: silence sNaN for conversions to/from floatx80Joseph Myers2020-05-152-6/+81
|/
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-tcg-plugins-1...Peter Maydell2020-05-1519-392/+424
|\
| * MAINTAINERS: update the orphaned cpus-common.c fileAlex Bennée2020-05-151-0/+1
| * qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument constPhilippe Mathieu-Daudé2020-05-152-3/+3
| * qemu/plugin: Move !CONFIG_PLUGIN stubs altogetherPhilippe Mathieu-Daudé2020-05-151-18/+15Star
| * qemu/plugin: Trivial code movementPhilippe Mathieu-Daudé2020-05-151-16/+16
| * translate-all: include guest address in out_asm outputAlex Bennée2020-05-151-6/+33
| * disas: add optional note support to cap_disasAlex Bennée2020-05-151-8/+15
| * disas: include an optional note for the start of disassemblyAlex Bennée2020-05-155-11/+17
| * accel/tcg: don't disable exec_tb trace eventsAlex Bennée2020-05-151-4/+4
| * accel/tcg: Relax va restrictions on 64-bit guestsRichard Henderson2020-05-153-23/+30
| * exec/cpu-all: Use bool for have_guest_baseRichard Henderson2020-05-153-5/+5
| * linux-user: completely re-write init_guest_spaceAlex Bennée2020-05-154-286/+277Star
| * travis.yml: Improve the --disable-tcg test on s390xThomas Huth2020-05-151-14/+4Star
| * tests/guest-debug: catch hanging guestsAlex Bennée2020-05-151-0/+6
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200515-pull-request' i...Peter Maydell2020-05-152-2/+16
|\