summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-07-0910-0/+0
|\
| * tests: acpi: pc: update expected DSDT blobsIgor Mammedov2021-07-0311-10/+0Star
| * tests: acpi: prepare for changing DSDT tablesIgor Mammedov2021-07-031-0/+10
* | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2021-07-082-1/+39
|\ \
| * | block: Add backend_defaults propertyAkihiko Odaki2021-07-061-0/+38
| * | util/async: add a human-readable name to BHs for debuggingStefan Hajnoczi2021-07-051-1/+1
* | | tests/tcg: generalise the disabling of the signals testAlex Bennée2021-07-083-6/+6
* | | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-063-46/+69
|\ \ \
| * | | qemu-option: remove now-dead codePaolo Bonzini2021-07-061-35/+0Star
| * | | machine: add smp compound propertyPaolo Bonzini2021-07-061-11/+11
| * | | keyval: introduce keyval_mergePaolo Bonzini2021-07-061-0/+58
* | | | Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20210705' int...Peter Maydell2021-07-052-0/+10
|\ \ \ \ | |/ / / |/| | |
| * | | 9pfs: add link to 9p developer docsChristian Schoenebeck2021-07-052-0/+10
| |/ /
* | | tests/migration: fix "downtime_limit" type when "migrate-set-parameters"Hyman Huang(黄勇)2021-07-051-1/+1
* | | tests/migration: parse the thread-id key of CpuInfoFastHyman Huang(黄勇)2021-07-051-1/+1
* | | tests: migration-test: Add dirty ring testPeter Xu2021-07-051-3/+55
|/ /
* | Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into stagingPeter Maydell2021-07-041-0/+42
|\ \
| * | tests/acceptance: Test Linux on the Fuloong 2E machinePhilippe Mathieu-Daudé2021-07-021-0/+42
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210702'...Peter Maydell2021-07-031-0/+43
|\ \ \ | |_|/ |/| |
| * | tests: Boot and halt a Linux guest on the Raspberry Pi 2 machinePhilippe Mathieu-Daudé2021-07-021-0/+43
| |/
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-07-028-20/+216
|\ \ | |/ |/|
| * block/ssh: add support for sha256 host key fingerprintsDaniel P. Berrangé2021-06-302-0/+79
| * iotests: Test replacing files with x-blockdev-reopenAlberto Garcia2021-06-292-3/+117
| * block: Allow changing bs->file on reopenAlberto Garcia2021-06-291-11/+12
| * block: move supports_backing check to bdrv_set_file_or_backing_noperm()Vladimir Sementsov-Ogievskiy2021-06-292-0/+2
| * block: bdrv_reopen_parse_backing(): don't check frozen childVladimir Sementsov-Ogievskiy2021-06-291-4/+4
| * block: BDRV_O_NO_IO for backing file on creationMax Reitz2021-06-292-2/+2
* | Hexagon (target/hexagon) fix l2fetch instructionsTaylor Simpson2021-06-291-0/+9
* | Hexagon (target/hexagon) fix bug in fLSBNEW*Taylor Simpson2021-06-291-1/+38
|/
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-06-289-68/+6Star
|\
| * configure, meson: convert pam detection to mesonPaolo Bonzini2021-06-251-1/+1
| * configure, meson: convert libtasn1 detection to mesonPaolo Bonzini2021-06-251-1/+1
| * configure, meson: convert crypto detection to mesonPaolo Bonzini2021-06-251-3/+3
| * tests: remove QCRYPTO_HAVE_TLS_TEST_SUPPORTPaolo Bonzini2021-06-258-63/+1Star
* | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210624-pull-request...Peter Maydell2021-06-251-0/+17
|\ \
| * | hw/audio/sb16: Restrict I/O sampling rate range for command 41h/42hQiang Liu2021-06-241-0/+17
* | | tests/tcg: skip the signals test for hppa/s390x for nowAlex Bennée2021-06-252-0/+8
* | | tests/acceptance: tweak the tcg/kvm tests for virtAlex Bennée2021-06-251-12/+12
| |/ |/|
* | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell2021-06-243-6/+6
|\ \ | |/ |/|
| * fuzz: Display hexadecimal value with '0x' prefixPhilippe Mathieu-Daudé2021-06-211-2/+2
| * Remove leading underscores from QEMU definesAhmed Abouzied2021-06-212-4/+4
* | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...Peter Maydell2021-06-221-0/+9
|\ \
| * | tests/tcg/linux-test: Check that sigaction can query SIGKILL/SIGSTOPIlya Leoshkevich2021-06-201-0/+9
* | | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210619-2' in...Peter Maydell2021-06-2211-2/+14
|\ \ \
| * | | tests/tcg: Increase timeout for TCIRichard Henderson2021-06-191-2/+4
| * | | tcg: Build ffi data structures for helpersRichard Henderson2021-06-1910-0/+10
| | |/ | |/|
* | | tests: cover aio_co_enter from a worker thread without BQL takenPaolo Bonzini2021-06-181-0/+37
* | | async: the main AioContext is only "current" if under the BQLPaolo Bonzini2021-06-181-8/+1Star
|/ /
* | hw/audio/sb16: Avoid assertion by restricting I/O sampling rate rangePhilippe Mathieu-Daudé2021-06-172-0/+53
* | target/arm: Fix mte page crossing testRichard Henderson2021-06-162-1/+32
|/