summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* iotests/148: use skip_if_unsupportedVladimir Sementsov-Ogievskiy2020-05-081-0/+1
* iotests/082: require bochsVladimir Sementsov-Ogievskiy2020-05-081-0/+1
* iotests: handle tmpfsVladimir Sementsov-Ogievskiy2020-05-082-3/+36
* crypto: extend hash benchmark to cover more algorithmsDaniel P. Berrangé2020-05-071-14/+59
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-0...Peter Maydell2020-05-067-13/+126
|\
| * tests/tcg: add a multiarch linux-user gdb testAlex Bennée2020-05-064-3/+98
| * tests/guest-debug: use the unix socket for linux-user testsAlex Bennée2020-05-061-2/+11
| * tests/tcg: drop inferior.was_attached() testAlex Bennée2020-05-062-6/+0Star
| * tests/tcg: better trap gdb failuresAlex Bennée2020-05-063-3/+18
* | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-05-05' in...Peter Maydell2020-05-0552-227/+412
|\ \ | |/ |/|
| * Fix iotest 153Maxim Levitsky2020-05-052-7/+7
| * block: Comment cleanupsEric Blake2020-05-054-4/+4
| * qcow2: Allow resize of images with internal snapshotsEric Blake2020-05-052-0/+63
| * iotests: use python logging for iotests.log()John Snow2020-05-055-31/+39
| * iotests: Mark verify functions as privateJohn Snow2020-05-051-10/+13
| * iotest 258: use script_mainJohn Snow2020-05-051-7/+4Star
| * iotests: add script_initializeJohn Snow2020-05-0538-83/+132
| * iotests: add hmp helper with loggingJohn Snow2020-05-051-15/+24