aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2021-10-01qtest/numa-test: Use detailed -smp CLIs in test_def_cpu_splitYanan Wang1-1/+2
2021-10-01qtest/numa-test: Use detailed -smp CLIs in pc_dynamic_cpu_cfgYanan Wang1-1/+2
2021-09-30Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2-3/+5
2021-09-30tests: qtest: bios-tables-test depends on the unpacked edk2 ROMsPaolo Bonzini1-3/+3
2021-09-30target/i386: Add the query-sgx-capabilities QMP commandYang Zhong1-0/+1
2021-09-30target/i386: Add HMP and QMP interfaces for SGXYang Zhong1-0/+1
2021-09-29block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy1-1/+1
2021-09-29block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy1-2/+2
2021-09-29block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy2-12/+23
2021-09-27tests/acceptance: Test powernv machinesCédric Le Goater1-0/+35
2021-09-27tests/acceptance/ppc_prep_40p.py: clean up unused importCleber Rosa1-1/+0
2021-09-27tests/acceptance/ppc_prep_40p.py: NetBSD 7.1.2 location updateCleber Rosa1-2/+2
2021-09-27tests/acceptance/boot_xen.py: removed unused importCleber Rosa1-1/+0
2021-09-27acceptance/tests/vnc.py: use explicit syntax for enabling passwordsCleber Rosa1-1/+1
2021-09-27Acceptance Tests: improve check-acceptance descriptionCleber Rosa1-1/+1
2021-09-27qemu: Split machine_ppc.py acceptance testsDavid Gibson4-69/+101
2021-09-27tests/Makefile: add AVOCADO_TESTS option to make check-acceptanceWillian Rampazzo1-1/+4
2021-09-27tests/Makefile: allow control over tags during check-acceptanceWillian Rampazzo1-3/+9
2021-09-27avocado_qemu: fix inheritance order on LinuxTest classWillian Rampazzo1-1/+1
2021-09-27avocado_qemu: explicitly return None to avoid R1710Willian Rampazzo1-0/+1
2021-09-27avocado_qemu: tweak ssh connect methodWillian Rampazzo1-2/+2
2021-09-27avocado_qemu: fix import module based on isortWillian Rampazzo1-13/+5
2021-09-27avocado_qemu: standardize super() call following PEP3135Willian Rampazzo1-2/+2
2021-09-27Acceptance Tests: add standard clean up at test tearDown()Cleber Rosa1-0/+1
2021-09-27tests/acceptance: Linux boot test for record/replayPavel Dovgalyuk1-0/+116
2021-09-27tests/acceptance: add replay kernel test for alphaPavel Dovgalyuk1-0/+17
2021-09-27tests/acceptance: add replay kernel test for nios2Pavel Dovgalyuk1-0/+11
2021-09-27tests/acceptance: add replay kernel test for openriscPavel Dovgalyuk1-0/+11
2021-09-27tests/acceptance: add replay kernel test for s390xPavel Dovgalyuk1-0/+15
2021-09-27tests/qapi-schema: Make test-qapi.py -u work when files are absentMarkus Armbruster1-3/+13
2021-09-27tests/qapi-schema: Use Python OSError instead of outmoded IOErrorMarkus Armbruster1-2/+2
2021-09-27test-clone-visitor: Correct an accidental renameMarkus Armbruster1-2/+2
2021-09-27tests/qapi-schema: Rename flat-union-* test cases to union-*Markus Armbruster65-48/+48
2021-09-27qapi: Drop simple unionsMarkus Armbruster10-10/+10
2021-09-27tests/qapi-schema: Purge simple unions from testsMarkus Armbruster26-84/+30
2021-09-27tests/qapi-schema: Drop simple union __org.qemu_x-Union1Markus Armbruster3-29/+13
2021-09-27test-clone-visitor: Wean off __org.qemu_x-Union1Markus Armbruster1-35/+41
2021-09-27tests/qapi-schema: Rewrite simple union TestIfUnion to be flatMarkus Armbruster2-11/+9
2021-09-27tests/qapi-schema: Simple union UserDefListUnion is now unused, dropMarkus Armbruster2-81/+0
2021-09-27tests/qapi-schema: Wean off UserDefListUnionMarkus Armbruster3-3/+3
2021-09-27test-clone-visitor: Wean off UserDefListUnionMarkus Armbruster1-8/+16
2021-09-27test-qobject-output-visitor: Wean off UserDefListUnionMarkus Armbruster1-297/+92
2021-09-27test-qobject-input-visitor: Wean off UserDefListUnionMarkus Armbruster1-312/+148
2021-09-27tests/qapi-schema: Prepare for simple union UserDefListUnion removalMarkus Armbruster2-0/+32
2021-09-27qapi: Convert simple union SocketAddressLegacy to flat oneMarkus Armbruster1-3/+3
2021-09-25qapi: Stop enforcing "type name should not end in 'Kind'Markus Armbruster4-5/+0
2021-09-25qapi: Tidy up unusual line breaksMarkus Armbruster3-18/+18
2021-09-15qemu-img: Add -F shorthand to convertEric Blake1-1/+1
2021-09-15qcow2: handle_dependencies(): relax conflict detectionVladimir Sementsov-Ogievskiy2-3/+6
2021-09-15block: bdrv_inactivate_recurse(): check for permissions and fix crashVladimir Sementsov-Ogievskiy1-1/+1