summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | softfloat: Return bool from all classification predicatesRichard Henderson2020-05-192-41/+41
| * | | softfloat: Inline floatx80 compare specializationsRichard Henderson2020-05-192-265/+41Star
| * | | softfloat: Inline float128 compare specializationsRichard Henderson2020-05-192-246/+41Star
| * | | softfloat: Inline float64 compare specializationsRichard Henderson2020-05-193-229/+42Star
| * | | softfloat: Inline float32 compare specializationsRichard Henderson2020-05-192-224/+41Star
| * | | softfloat: Name compare relation enumRichard Henderson2020-05-1912-70/+75
| * | | softfloat: Name rounding mode enumRichard Henderson2020-05-196-51/+66
| * | | softfloat: Change tininess_before_rounding to boolRichard Henderson2020-05-194-44/+28Star
| * | | softfloat: Replace flag with boolRichard Henderson2020-05-1910-190/+174Star
| * | | softfloat: Use post test for floatN_mulRichard Henderson2020-05-191-51/+14Star
|/ / /
* | | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2020-05-198-24/+69
|\ \ \
| * | | aio-posix: disable fdmon-io_uring when GSource is usedStefan Hajnoczi2020-05-184-0/+20
| * | | aio-posix: don't duplicate fd handler deletion in fdmon_io_uring_destroy()Stefan Hajnoczi2020-05-182-3/+11
| * | | tests/fuzz: Extract ioport_fuzz_qtest() methodPhilippe Mathieu-Daudé2020-05-151-2/+9
| * | | tests/fuzz: Extract pciconfig_fuzz_qos() methodPhilippe Mathieu-Daudé2020-05-151-6/+14
| * | | tests/fuzz: Remove unuseful/unused typedefsPhilippe Mathieu-Daudé2020-05-151-6/+4Star
| * | | tests/fuzz: Add missing space in test descriptionPhilippe Mathieu-Daudé2020-05-151-3/+3
| * | | Makefile: List fuzz targets in 'make help'Philippe Mathieu-Daudé2020-05-151-1/+5
| * | | tests/fuzz/Makefile: Do not link code using unavailable devicesPhilippe Mathieu-Daudé2020-05-151-3/+3
* | | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-05-1958-580/+1003
|\ \ \ \
| * | | | hw: Use QEMU_IS_ALIGNED() on parallel flash block sizePhilippe Mathieu-Daudé2020-05-186-6/+6
| * | | | iotests/030: Reduce run time by unthrottling job earlierKevin Wolf2020-05-181-3/+3
| * | | | hw/ide/ahci: Log lost IRQsPhilippe Mathieu-Daudé2020-05-181-0/+1
| * | | | iotests: log messages from notrun()John Snow2020-05-181-6/+5Star
| * | | | block/block-copy: Simplify block_copy_do_copy()Philippe Mathieu-Daudé2020-05-181-9/+3Star
| * | | | block/block-copy: Fix uninitialized variable in block_copy_task_entryPhilippe Mathieu-Daudé2020-05-181-1/+1
| * | | | block: Drop @child_class from bdrv_child_perm()Max Reitz2020-05-1813-59/+22Star
| * | | | block: Pass BdrvChildRole in remaining casesMax Reitz2020-05-182-5/+10
| * | | | block: Drop child_fileMax Reitz2020-05-183-43/+5Star
| * | | | block: Drop bdrv_format_default_perms()Max Reitz2020-05-182-30/+0Star
| * | | | block: Make bdrv_filter_default_perms() staticMax Reitz2020-05-182-16/+11Star
| * | | | block: Use bdrv_default_perms()Max Reitz2020-05-1823-37/+43
| * | | | tests: Use child_of_bds instead of child_fileMax Reitz2020-05-182-14/+21
| * | | | block: Use child_of_bds in remaining placesMax Reitz2020-05-184-7/+19
| * | | | block: Make filter drivers use child_of_bdsMax Reitz2020-05-188-12/+22
| * | | | block: Make format drivers use child_of_bdsMax Reitz2020-05-1812-29/+50
| * | | | block: Drop child_backingMax Reitz2020-05-182-58/+3Star
| * | | | block: Make backing files child_of_bds childrenMax Reitz2020-05-184-14/+30
| * | | | block: Drop child_formatMax Reitz2020-05-182-30/+0Star
| * | | | block: Switch child_format users to child_of_bdsMax Reitz2020-05-182-4/+6
| * | | | raw-format: Split raw_read_options()Max Reitz2020-05-181-45/+65
| * | | | block: Add bdrv_default_perms()Max Reitz2020-05-182-0/+43
| * | | | 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