summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/migration: Tighten error checkingMarkus Armbruster2020-05-271-2/+2
* tests/acceptance: Add a test for the canon-a1100 machineThomas Huth2020-05-211-0/+35
* Merge remote-tracking branch 'remotes/berrange/tags/socket-next-pull-request'...Peter Maydell2020-05-211-0/+92
|\
| * tests/util-sockets: add abstract unix socket casesxiaoqiang zhao2020-05-201-0/+92
* | softfloat: Change tininess_before_rounding to boolRichard Henderson2020-05-191-1/+1
|/
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2020-05-192-20/+33
|\
| * 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
| * 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-1916-122/+220
|\ \
| * | iotests/030: Reduce run time by unthrottling job earlierKevin Wolf2020-05-181-3/+3
| * | iotests: log messages from notrun()John Snow2020-05-181-6/+5Star
| * | block: Drop @child_class from bdrv_child_perm()Max Reitz2020-05-182-19/+1Star
| * | block: Drop child_fileMax Reitz2020-05-181-5/+3Star
| * | block: Use bdrv_default_perms()Max Reitz2020-05-183-9/+20
| * | tests: Use child_of_bds instead of child_fileMax Reitz2020-05-182-14/+21
| * | block: Make backing files child_of_bds childrenMax Reitz2020-05-181-6/+7
| * | block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz2020-05-182-2/+4
| * | block: Add BdrvChildRole to BdrvChildMax Reitz2020-05-182-11/+13
| * | block: Rename BdrvChildRole to BdrvChildClassMax Reitz2020-05-182-18/+20
| * | block: Use blk_make_empty() after commitsMax Reitz2020-05-181-4/+4
| * | iotests: Run pylint and mypy in a testcaseKevin Wolf2020-05-183-0/+48
| * | iotests: Fix incomplete type declarationsKevin Wolf2020-05-181-4/+4
| * | iotests: Mirror with different source/target sizeKevin Wolf2020-05-182-2/+47
| * | 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
* | | iotests: Enhance 223 to cover qemu-img map improvementsEric Blake2020-05-182-3/+6
* | | qemu_img: add cvtnum_full to print error reportsEyal Moscovici2020-05-181-4/+4
|/ /
* | softfloat: fix floatx80 pseudo-denormal round to integerJoseph Myers2020-05-151-0/+10
* | softfloat: fix floatx80 pseudo-denormal comparisonsJoseph Myers2020-05-151-0/+4
* | softfloat: fix floatx80 pseudo-denormal addition / subtractionJoseph Myers2020-05-151-0/+24
* | softfloat: silence sNaN for conversions to/from floatx80Joseph Myers2020-05-151-0/+63
* | tests/guest-debug: catch hanging guestsAlex Bennée2020-05-151-0/+6
* | qom: Drop @errp parameter of object_property_del()Markus Armbruster2020-05-151-1/+1
* | qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-152-22/+11Star
* | tests/check-qom-proplist: Improve iterator coverageMarkus Armbruster2020-05-151-25/+26
|/
* iotests: 287: add qcow2 compression type testDenis Plotnikov2020-05-133-0/+220
* qcow2: introduce compression type featureDenis Plotnikov2020-05-1319-147/+212
* iotests/055: Use cache.no-flush for vmdk targetKevin Wolf2020-05-081-4/+7
* iotests: Backup with different source/target sizeKevin Wolf2020-05-082-4/+41
* iotests/283: Use consistent size for source and targetKevin Wolf2020-05-082-2/+6
* iotests: vmdk: Enable zeroed_grained=on by defaultKevin Wolf2020-05-082-3/+6
* qcow2: Avoid integer wraparound in qcow2_co_truncate()Alberto Garcia2020-05-083-0/+98
* iotests/113: mark bochs as required to support whitelistingVladimir Sementsov-Ogievskiy2020-05-081-2/+2
* iotests/109: mark required formats as required to support whitelistingVladimir Sementsov-Ogievskiy2020-05-081-0/+1
* iotests/055: skip vmdk target tests if vmdk is not whitelistedVladimir Sementsov-Ogievskiy2020-05-081-0/+4
* iotests/055: refactor compressed backup to vmdkVladimir Sementsov-Ogievskiy2020-05-082-35/+39
* iotests/041: drop self.assert_no_active_block_jobs()Vladimir Sementsov-Ogievskiy2020-05-081-8/+0Star