summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'darwin-20220712' of https://github.com/philmd/qemu into stagingPeter Maydell2022-07-141-8/+9
|\
| * avocado: Fix BUILD_DIR if it's equal to SOURCE_DIRPeter Delevoryas2022-07-131-8/+9
* | Merge tag 'pull-block-2022-07-12' of https://gitlab.com/hreitz/qemu into stagingPeter Maydell2022-07-126-37/+169
|\ \ | |/ |/|
| * iotests/297: Have mypy ignore unused ignoresHanna Reitz2022-07-121-1/+1
| * block: Add blk_co_truncate()Alberto Faria2022-07-121-0/+14
| * block: Implement blk_pwrite_zeroes() using generated_co_wrapperAlberto Faria2022-07-121-0/+17
| * block: Add blk_co_pwrite_compressed()Alberto Faria2022-07-121-0/+18
| * block: Export blk_pwritev_part() in block-backend-io.hAlberto Faria2022-07-121-0/+19
| * block: Add blk_[co_]preadv_part()Alberto Faria2022-07-121-0/+19
| * block: Add blk_{preadv,pwritev}()Alberto Faria2022-07-121-1/+41
| * block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-4/+4
| * block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-121-2/+2
| * block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria2022-07-121-2/+2
| * tests/qemu-iotests: skip 108 when FUSE is not loadedJohn Snow2022-07-121-0/+5
| * tests/qemu-iotests: hotfix for 307, 223 outputJohn Snow2022-07-122-4/+4
| * crypto: Make block callbacks return 0 on successAlberto Faria2022-07-121-19/+19
| * block: Make bdrv_{pread,pwrite}() return 0 on successAlberto Faria2022-07-121-2/+2
| * block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria2022-07-121-4/+4
| * block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria2022-07-121-4/+4
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2022-07-129-8/+5Star
|\ \ | |/ |/|
| * tests/tcg: compile system emulation tests as freestandingPaolo Bonzini2022-07-065-4/+5
| * tests/vm: do not specify -bios optionPaolo Bonzini2022-07-064-4/+0Star
* | iotests/copy-before-write: specify required_fmtsVladimir Sementsov-Ogievskiy2022-07-121-1/+2
* | iotests: fix copy-before-write for macOS and FreeBSDVladimir Sementsov-Ogievskiy2022-07-121-0/+5
* | tests/tcg/ppc64: Add mffsce testVíctor Colombo2022-07-063-0/+39
|/
* tests: use consistent bandwidth/downtime limits in migration testsDaniel P. Berrangé2022-07-051-34/+20Star
* tests: increase migration test converge downtime to 30 secondsDaniel P. Berrangé2022-07-051-1/+1
* tests: wait for migration completion before looking for STOP eventDaniel P. Berrangé2022-07-051-1/+4
* tests: wait max 120 seconds for migration test status changesDaniel P. Berrangé2022-07-051-0/+14
* tests/fp: Do not build softfloat3 tests if TCG is disabledPhilippe Mathieu-Daudé2022-07-051-0/+3
* tests: fix test-cutils leaksMarc-André Lureau2022-07-041-8/+34
* target/riscv: Set env->bins in gen_exception_illegalRichard Henderson2022-07-033-0/+95
* hw: m25p80: add tests for write protect (WP# and SRWD bit)Iris Chen2022-06-301-0/+62
* iotests: copy-before-write: add cases for cbw-timeout optionVladimir Sementsov-Ogievskiy2022-06-292-2/+83
* iotests: add copy-before-write: on-cbw-error testsVladimir Sementsov-Ogievskiy2022-06-293-0/+145
* migration: remove the QEMUFileOps abstractionDaniel P. Berrangé2022-06-231-3/+2Star
* io: add a QIOChannelNull equivalent to /dev/nullDaniel P. Berrangé2022-06-222-0/+96
* hw: m25p80: fixing individual test failure when tests are running in isolationIris Chen2022-06-221-11/+63
* test/avocado/machine_aspeed.py: Add an I2C RTC testCédric Le Goater2022-06-221-0/+8
* test/avocado/machine_aspeed.py: Add I2C tests to ast2600-evbCédric Le Goater2022-06-221-0/+13
* test/avocado/machine_aspeed.py: Add I2C tests to ast2500-evbCédric Le Goater2022-06-221-0/+13
* test/avocado/machine_aspeed.py: Add tests using buildroot imagesCédric Le Goater2022-06-221-0/+52
* test/avocado/machine_aspeed.py: Move OpenBMC testsCédric Le Goater2022-06-222-43/+50
* Merge tag 'pull-9p-20220616' of https://github.com/cschoenebeck/qemu into sta...Richard Henderson2022-06-161-4/+197
|\
| * tests/9pfs: check fid being unaffected in fs_walk_2nd_nonexistentChristian Schoenebeck2022-06-161-4/+22
| * tests/9pfs: guard recent 'Twalk' behaviour fixChristian Schoenebeck2022-06-161-3/+39
| * tests/9pfs: compare QIDs in fs_walk_none() testChristian Schoenebeck2022-06-161-0/+87
| * tests/9pfs: Twalk with nwname=0Christian Schoenebeck2022-06-161-0/+22
| * tests/9pfs: walk to non-existent dirChristian Schoenebeck2022-06-161-0/+30
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2022-06-162-9/+69
|\ \ | |/ |/|