aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2021-09-06libqtest: check for g_setenv() failurePeter Maydell1-1/+3
2021-09-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-09-03' into ...Peter Maydell11-33/+46
2021-09-03qapi: Tweak error messages for unknown / conflicting 'if' keysMarkus Armbruster3-3/+3
2021-09-03qapi: Tweak error messages for missing / conflicting meta-typeMarkus Armbruster2-4/+2
2021-09-03tests/qapi-schema: Hide OrderedDict in test outputMarkus Armbruster3-19/+28
2021-09-03qapi: Use "not COND" instead of "!COND" for generated documentationMarkus Armbruster1-1/+1
2021-09-03qapi: Avoid redundant parens in code generated for conditionalsMarkus Armbruster1-3/+3
2021-09-03qapi: Fix C code generation for 'if'Markus Armbruster1-1/+0
2021-09-03tests/qapi-schema: Demonstrate broken C code for 'if'Markus Armbruster5-3/+11
2021-09-03tests/qapi-schema: Correct two 'if' conditionalsMarkus Armbruster2-7/+6
2021-09-03Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-020921-1' int...Peter Maydell7-34/+71
2021-09-02Merge remote-tracking branch 'remotes/a1xndr/tags/fuzz-pull-2021-09-01' into ...Peter Maydell1-11/+44
2021-09-02Merge remote-tracking branch 'remotes/hreitz/tags/pull-block-2021-09-01' into...Peter Maydell12-271/+455
2021-09-02tests/plugins/syscalls: adhere to new arg-passing schemeMahmoud Mandour1-7/+16
2021-09-02tests/plugins/mem: introduce "track" arg and make args not positionalMahmoud Mandour1-18/+29
2021-09-02tests/plugins/insn: made arg inline not positional and parse it as boolMahmoud Mandour4-5/+15
2021-09-02tests/plugins/bb: adapt to the new arg passing schemeMahmoud Mandour1-4/+11
2021-09-02Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2021-09-01-1...Peter Maydell11-24/+97
2021-09-01Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210901'...Peter Maydell7-13/+26
2021-09-01iotests/image-fleecing: add test-case for copy-before-write filterVladimir Sementsov-Ogievskiy2-15/+107
2021-09-01iotests/image-fleecing: prepare for adding new test-caseVladimir Sementsov-Ogievskiy1-6/+13
2021-09-01iotests/image-fleecing: rename tgt_nodeVladimir Sementsov-Ogievskiy1-7/+7
2021-09-01iotests/image-fleecing: proper source deviceVladimir Sementsov-Ogievskiy2-5/+9
2021-09-01iotests.py: hmp_qemu_io: support qdevVladimir Sementsov-Ogievskiy1-2/+3
2021-09-01iotests: move 222 to tests/image-fleecingVladimir Sementsov-Ogievskiy2-0/+0
2021-09-01iotests/222: constantly use single quotes for stringsVladimir Sementsov-Ogievskiy1-34/+34
2021-09-01iotests/222: fix pylint and mypy complainsVladimir Sementsov-Ogievskiy2-10/+12
2021-09-01block/copy-before-write: relax permission requirements when no parentsVladimir Sementsov-Ogievskiy1-1/+1
2021-09-01fuzz: unblock SIGALRM so the timeout worksAlexander Bulekov1-0/+5
2021-09-01fuzz: use ITIMER_REAL for timeoutsAlexander Bulekov1-1/+1
2021-09-01fuzz: make object-name matching case-insensitiveAlexander Bulekov1-4/+20
2021-09-01fuzz: adjust timeout to allow for longer inputsAlexander Bulekov1-4/+9
2021-09-01fuzz: fix sparse memory access in the DMA callbackAlexander Bulekov1-3/+10
2021-09-01block: rename backup-top to copy-before-writeVladimir Sementsov-Ogievskiy2-22/+17
2021-09-01iotests: use subprocess.DEVNULL instead of open("/dev/null")John Snow1-7/+7
2021-09-01iotests: use with-statement for open() callsJohn Snow1-3/+4
2021-09-01qemu-iotests: add option to show qemu binary logs on stdoutEmanuele Giuseppe Esposito3-3/+18
2021-09-01qemu-iotests: insert valgrind command line as wrapper for qemu binaryEmanuele Giuseppe Esposito1-1/+5
2021-09-01qemu-iotests: allow valgrind to read/delete the generated log fileEmanuele Giuseppe Esposito1-0/+11
2021-09-01qemu-iotests: extend QMP socket timeout when using valgrindEmanuele Giuseppe Esposito1-3/+3
2021-09-01qemu-iotests: extend the check script to prepare supporting valgrind for pyth...Emanuele Giuseppe Esposito3-3/+16
2021-09-01qemu-iotests: add gdbserver option to script tests tooEmanuele Giuseppe Esposito2-2/+13
2021-09-01qemu_iotests: insert gdbserver command line as wrapper for qemu binaryEmanuele Giuseppe Esposito1-1/+2
2021-09-01qemu-iotests: delay QMP socket timersEmanuele Giuseppe Esposito1-1/+5
2021-09-01qemu-iotests: add option to attach gdbserverEmanuele Giuseppe Esposito3-3/+25
2021-09-01python: qemu: add timer parameter for qmp.accept socketEmanuele Giuseppe Esposito1-1/+2
2021-09-01tests/arm-cpu-features: Add A64FX processor related testsShuuichirou Ishii1-0/+13
2021-09-01tests: Remove uses of deprecated raspi2/raspi3 machine namesPhilippe Mathieu-Daudé6-13/+13
2021-09-01Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210901-pull-request' ...Peter Maydell2-0/+34
2021-09-01tests/tcg/riscv64: Add test for divisionRichard Henderson2-0/+63