summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test/tcg/aarch64: Add mte-5Richard Henderson2021-04-302-1/+45
* tests/qtest: add tests for am53c974 deviceMark Cave-Ayland2021-04-122-0/+219
* accel/tcg: Preserve PAGE_ANON when changing page permissionsRichard Henderson2021-04-123-2/+46
* test-blockjob: Test job_wait_unpaused()Max Reitz2021-04-091-0/+121
* iotests: Test mirror-top filter permissionsMax Reitz2021-04-092-0/+126
* iotests: add test for removing persistent bitmap from backing fileVladimir Sementsov-Ogievskiy2021-04-092-0/+75
* iotests/qsd-jobs: Filter events in the first testMax Reitz2021-04-092-11/+4Star
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2021-04-082-123/+0Star
|\
| * Revert "tests: Add tests for query-netdev command"Jason Wang2021-04-082-123/+0Star
* | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210407b'...Peter Maydell2021-04-081-2/+2
|\ \
| * | tests/migration: fix parameter of auto-converge migrationHyman Huang(黄勇)2021-04-071-2/+2
| |/
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-6.0-rc2-fixes-060421-...Peter Maydell2021-04-086-10/+61
|\ \ | |/ |/|
| * gitlab-ci.yml: Test the dtrace backend in one of the jobsThomas Huth2021-04-061-0/+1
| * tests/tcg: relax the next step precision of the gdb sha1 testAlex Bennée2021-04-061-1/+4
| * tests/tcg/i386: force -fno-pie for test-i386Alex Bennée2021-04-062-3/+19
| * tests/tcg/i386: expand .data sections for system testsAlex Bennée2021-04-061-1/+1
| * tests/tcg/configure.sh: make sure we pick up x86_64 cross compilersAlex Bennée2021-04-061-0/+5
| * tests/tcg: add concept of container_hostsAlex Bennée2021-04-061-2/+25
| * tests/docker: don't set DOCKER_REGISTRY on non-x86_64Alex Bennée2021-04-061-1/+4
| * tests/tcg: update the defaults for x86 compilersAlex Bennée2021-04-061-2/+2
* | x86: rename oem-id and oem-table-id propertiesPaolo Bonzini2021-04-041-1/+1
|/
* Merge remote-tracking branch 'remotes/marcandre/tags/for-6.0-pull-request' in...Peter Maydell2021-04-012-1/+251
|\
| * tests: Add tests for yank with the chardev-change caseLukas Straub2021-04-012-1/+251
* | test-coroutine: Add rwlock downgrade testDavid Edmondson2021-03-311-0/+99
* | test-coroutine: Add rwlock upgrade testPaolo Bonzini2021-03-311-0/+62
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210330'...Peter Maydell2021-03-301-9/+21
|\
| * net/npcm7xx_emc.c: Fix handling of receiving packets when RSDR not setDoug Evans2021-03-301-9/+21
* | iotests/244: Test preallocation for data-file-rawMax Reitz2021-03-302-0/+163
* | qcow2: Force preallocation with data-file-rawMax Reitz2021-03-301-5/+4Star
* | iotests/046: Filter request lengthMax Reitz2021-03-292-53/+54
* | iotests/116: Fix reference outputMax Reitz2021-03-291-6/+6
* | iotests: fix 051.out expected output after error text touchupsConnor Kuehl2021-03-291-3/+3
* | iotests: Fix typo in iotest 051Tao Xu2021-03-292-3/+3
|/
* Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2021-03-251-0/+10
|\
| * migrate-bitmaps-postcopy-test: check that we can't remove in-flight bitmapsVladimir Sementsov-Ogievskiy2021-03-241-0/+10
* | iotests: iothreads need ioeventfdLaurent Vivier2021-03-244-3/+24
* | iotests: test m68k with the virt machineLaurent Vivier2021-03-241-0/+1
* | iotests: Revert "iotests: use -ccw on s390x for 040, 139, and 182"Laurent Vivier2021-03-2413-55/+19Star
* | utils: Work around mingw strto*l bug with 0xEric Blake2021-03-241-0/+54
* | utils: Tighter tests for qemu_strtoszEric Blake2021-03-241-6/+111
* | tests/tcg: add HeapInfo checking to semihosting testAlex Bennée2021-03-241-1/+54
* | semihosting: move semihosting tests to multiarchAlex Bennée2021-03-249-46/+90
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-03-23' into ...Peter Maydell2021-03-2380-161/+143Star
|\
| * qapi: Enforce union and alternate branch naming rulesMarkus Armbruster2021-03-236-9/+13
| * qapi: Enforce enum member naming rulesMarkus Armbruster2021-03-232-1/+2
| * qapi: Enforce struct member naming rulesMarkus Armbruster2021-03-234-5/+10
| * tests/qapi-schema: Switch member name clash test to structMarkus Armbruster2021-03-235-4/+4
| * qapi: Enforce command naming rulesMarkus Armbruster2021-03-233-27/+30
| * qapi: Prepare for rejecting underscore in command and member namesMarkus Armbruster2021-03-233-3/+3
| * tests-qmp-cmds: Drop unused and incorrect qmp_TestIfCmd()Markus Armbruster2021-03-231-7/+0Star