aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-07-14hw/gpio/aspeed: Don't let guests modify input pinsPeter Delevoryas
2022-07-14qtest/aspeed_gpio: Add input pin modification testPeter Delevoryas
2022-07-14hw: m25p80: add tests for BP and TB bit write protectIris Chen
2022-07-14test/avocado/machine_aspeed.py: Add SDK testsCédric Le Goater
2022-07-14Merge tag 'darwin-20220712' of https://github.com/philmd/qemu into stagingPeter Maydell
2022-07-13avocado: Fix BUILD_DIR if it's equal to SOURCE_DIRPeter Delevoryas
2022-07-12Merge tag 'pull-block-2022-07-12' of https://gitlab.com/hreitz/qemu into stagingPeter Maydell
2022-07-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2022-07-12iotests/297: Have mypy ignore unused ignoresHanna Reitz
2022-07-12block: Add blk_co_truncate()Alberto Faria
2022-07-12block: Implement blk_pwrite_zeroes() using generated_co_wrapperAlberto Faria
2022-07-12block: Add blk_co_pwrite_compressed()Alberto Faria
2022-07-12block: Export blk_pwritev_part() in block-backend-io.hAlberto Faria
2022-07-12block: Add blk_[co_]preadv_part()Alberto Faria
2022-07-12block: Add blk_{preadv,pwritev}()Alberto Faria
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria
2022-07-12block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria
2022-07-12tests/qemu-iotests: skip 108 when FUSE is not loadedJohn Snow
2022-07-12tests/qemu-iotests: hotfix for 307, 223 outputJohn Snow
2022-07-12crypto: Make block callbacks return 0 on successAlberto Faria
2022-07-12block: Make bdrv_{pread,pwrite}() return 0 on successAlberto Faria
2022-07-12block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria
2022-07-12iotests/copy-before-write: specify required_fmtsVladimir Sementsov-Ogievskiy
2022-07-12iotests: fix copy-before-write for macOS and FreeBSDVladimir Sementsov-Ogievskiy
2022-07-06tests/tcg/ppc64: Add mffsce testVíctor Colombo
2022-07-06tests/tcg: compile system emulation tests as freestandingPaolo Bonzini
2022-07-06tests/vm: do not specify -bios optionPaolo Bonzini
2022-07-05tests: use consistent bandwidth/downtime limits in migration testsDaniel P. Berrangé
2022-07-05tests: increase migration test converge downtime to 30 secondsDaniel P. Berrangé
2022-07-05tests: wait for migration completion before looking for STOP eventDaniel P. Berrangé
2022-07-05tests: wait max 120 seconds for migration test status changesDaniel P. Berrangé
2022-07-05tests/fp: Do not build softfloat3 tests if TCG is disabledPhilippe Mathieu-Daudé
2022-07-04tests: fix test-cutils leaksMarc-André Lureau
2022-07-03target/riscv: Set env->bins in gen_exception_illegalRichard Henderson
2022-06-30hw: m25p80: add tests for write protect (WP# and SRWD bit)Iris Chen
2022-06-29iotests: copy-before-write: add cases for cbw-timeout optionVladimir Sementsov-Ogievskiy
2022-06-29iotests: add copy-before-write: on-cbw-error testsVladimir Sementsov-Ogievskiy
2022-06-23migration: remove the QEMUFileOps abstractionDaniel P. Berrangé
2022-06-22io: add a QIOChannelNull equivalent to /dev/nullDaniel P. Berrangé
2022-06-22hw: m25p80: fixing individual test failure when tests are running in isolationIris Chen
2022-06-22test/avocado/machine_aspeed.py: Add an I2C RTC testCédric Le Goater
2022-06-22test/avocado/machine_aspeed.py: Add I2C tests to ast2600-evbCédric Le Goater
2022-06-22test/avocado/machine_aspeed.py: Add I2C tests to ast2500-evbCédric Le Goater
2022-06-22test/avocado/machine_aspeed.py: Add tests using buildroot imagesCédric Le Goater
2022-06-22test/avocado/machine_aspeed.py: Move OpenBMC testsCédric Le Goater
2022-06-16Merge tag 'pull-9p-20220616' of https://github.com/cschoenebeck/qemu into sta...Richard Henderson
2022-06-16Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2022-06-16tests/9pfs: check fid being unaffected in fs_walk_2nd_nonexistentChristian Schoenebeck