summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* qapi: Fix bogus error for 'if': { 'not': '' }Markus Armbruster2021-09-081-1/+1
* tests/qapi-schema: Cover 'not' condition with empty argumentMarkus Armbruster2021-09-084-0/+6
* tests/tcg/s390x: Test SIGILL and SIGSEGV handlingIlya Leoshkevich2021-09-063-1/+257
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-09-...Peter Maydell2021-09-061-1/+3
|\
| * libqtest: check for g_setenv() failurePeter Maydell2021-09-061-1/+3
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-09-051-1/+6
|\ \ | |/ |/|
| * tests/vhost-user-bridge.c: Fix typo in help messagePeter Maydell2021-09-041-1/+1
| * tests/vhost-user-bridge.c: Sanity check socket path lengthPeter Maydell2021-09-041-0/+5
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-09-03' into ...Peter Maydell2021-09-0411-33/+46
|\ \
| * | qapi: Tweak error messages for unknown / conflicting 'if' keysMarkus Armbruster2021-09-033-3/+3
| * | qapi: Tweak error messages for missing / conflicting meta-typeMarkus Armbruster2021-09-032-4/+2Star
| * | tests/qapi-schema: Hide OrderedDict in test outputMarkus Armbruster2021-09-033-19/+28
| * | qapi: Use "not COND" instead of "!COND" for generated documentationMarkus Armbruster2021-09-031-1/+1
| * | qapi: Avoid redundant parens in code generated for conditionalsMarkus Armbruster2021-09-031-3/+3
| * | qapi: Fix C code generation for 'if'Markus Armbruster2021-09-031-1/+0Star
| * | tests/qapi-schema: Demonstrate broken C code for 'if'Markus Armbruster2021-09-035-3/+11
| * | tests/qapi-schema: Correct two 'if' conditionalsMarkus Armbruster2021-09-032-7/+6Star
| |/
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-020921-1' int...Peter Maydell2021-09-037-34/+71
|\ \ | |/ |/|
| * tests/plugins/syscalls: adhere to new arg-passing schemeMahmoud Mandour2021-09-021-7/+16
| * tests/plugins/mem: introduce "track" arg and make args not positionalMahmoud Mandour2021-09-021-18/+29
| * tests/plugins/insn: made arg inline not positional and parse it as boolMahmoud Mandour2021-09-024-5/+15
| * tests/plugins/bb: adapt to the new arg passing schemeMahmoud Mandour2021-09-021-4/+11
* | Merge remote-tracking branch 'remotes/a1xndr/tags/fuzz-pull-2021-09-01' into ...Peter Maydell2021-09-021-11/+44
|\ \
| * | fuzz: unblock SIGALRM so the timeout worksAlexander Bulekov2021-09-011-0/+5
| * | fuzz: use ITIMER_REAL for timeoutsAlexander Bulekov2021-09-011-1/+1
| * | fuzz: make object-name matching case-insensitiveAlexander Bulekov2021-09-011-4/+20
| * | fuzz: adjust timeout to allow for longer inputsAlexander Bulekov2021-09-011-4/+9
| * | fuzz: fix sparse memory access in the DMA callbackAlexander Bulekov2021-09-011-3/+10
* | | Merge remote-tracking branch 'remotes/hreitz/tags/pull-block-2021-09-01' into...Peter Maydell2021-09-0212-271/+455
|\ \ \
| * | | iotests/image-fleecing: add test-case for copy-before-write filterVladimir Sementsov-Ogievskiy2021-09-012-15/+107
| * | | iotests/image-fleecing: prepare for adding new test-caseVladimir Sementsov-Ogievskiy2021-09-011-6/+13
| * | | iotests/image-fleecing: rename tgt_nodeVladimir Sementsov-Ogievskiy2021-09-011-7/+7
| * | | iotests/image-fleecing: proper source deviceVladimir Sementsov-Ogievskiy2021-09-012-5/+9
| * | | iotests.py: hmp_qemu_io: support qdevVladimir Sementsov-Ogievskiy2021-09-011-2/+3
| * | | iotests: move 222 to tests/image-fleecingVladimir Sementsov-Ogievskiy2021-09-012-0/+0
| * | | iotests/222: constantly use single quotes for stringsVladimir Sementsov-Ogievskiy2021-09-011-34/+34
| * | | iotests/222: fix pylint and mypy complainsVladimir Sementsov-Ogievskiy2021-09-012-10/+12
| * | | block/copy-before-write: relax permission requirements when no parentsVladimir Sementsov-Ogievskiy2021-09-011-1/+1
| * | | block: rename backup-top to copy-before-writeVladimir Sementsov-Ogievskiy2021-09-012-22/+17Star
| * | | iotests: use subprocess.DEVNULL instead of open("/dev/null")John Snow2021-09-011-7/+7
| * | | iotests: use with-statement for open() callsJohn Snow2021-09-011-3/+4
| * | | qemu-iotests: add option to show qemu binary logs on stdoutEmanuele Giuseppe Esposito2021-09-013-3/+18
| * | | qemu-iotests: insert valgrind command line as wrapper for qemu binaryEmanuele Giuseppe Esposito2021-09-011-1/+5
| * | | qemu-iotests: allow valgrind to read/delete the generated log fileEmanuele Giuseppe Esposito2021-09-011-0/+11
| * | | qemu-iotests: extend QMP socket timeout when using valgrindEmanuele Giuseppe Esposito2021-09-011-3/+3
| * | | qemu-iotests: extend the check script to prepare supporting valgrind for pyth...Emanuele Giuseppe Esposito2021-09-013-3/+16
| * | | qemu-iotests: add gdbserver option to script tests tooEmanuele Giuseppe Esposito2021-09-012-2/+13
| * | | qemu_iotests: insert gdbserver command line as wrapper for qemu binaryEmanuele Giuseppe Esposito2021-09-011-1/+2
| * | | qemu-iotests: delay QMP socket timersEmanuele Giuseppe Esposito2021-09-011-1/+5
| * | | qemu-iotests: add option to attach gdbserverEmanuele Giuseppe Esposito2021-09-013-3/+25