aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-09-13tests/data/acpi/virt: Add IORT files for ITSShashi Mallela
2021-09-08qapi: Fix bogus error for 'if': { 'not': '' }Markus Armbruster
2021-09-08tests/qapi-schema: Cover 'not' condition with empty argumentMarkus Armbruster
2021-09-06tests/tcg/s390x: Test SIGILL and SIGSEGV handlingIlya Leoshkevich
2021-09-06Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-09-...Peter Maydell
2021-09-06libqtest: check for g_setenv() failurePeter Maydell
2021-09-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2021-09-04tests/vhost-user-bridge.c: Fix typo in help messagePeter Maydell
2021-09-04tests/vhost-user-bridge.c: Sanity check socket path lengthPeter Maydell
2021-09-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-09-03' into ...Peter Maydell
2021-09-03qapi: Tweak error messages for unknown / conflicting 'if' keysMarkus Armbruster
2021-09-03qapi: Tweak error messages for missing / conflicting meta-typeMarkus Armbruster
2021-09-03tests/qapi-schema: Hide OrderedDict in test outputMarkus Armbruster
2021-09-03qapi: Use "not COND" instead of "!COND" for generated documentationMarkus Armbruster
2021-09-03qapi: Avoid redundant parens in code generated for conditionalsMarkus Armbruster
2021-09-03qapi: Fix C code generation for 'if'Markus Armbruster
2021-09-03tests/qapi-schema: Demonstrate broken C code for 'if'Markus Armbruster
2021-09-03tests/qapi-schema: Correct two 'if' conditionalsMarkus Armbruster
2021-09-03Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-020921-1' int...Peter Maydell
2021-09-02Merge remote-tracking branch 'remotes/a1xndr/tags/fuzz-pull-2021-09-01' into ...Peter Maydell
2021-09-02Merge remote-tracking branch 'remotes/hreitz/tags/pull-block-2021-09-01' into...Peter Maydell
2021-09-02tests/plugins/syscalls: adhere to new arg-passing schemeMahmoud Mandour
2021-09-02tests/plugins/mem: introduce "track" arg and make args not positionalMahmoud Mandour
2021-09-02tests/plugins/insn: made arg inline not positional and parse it as boolMahmoud Mandour
2021-09-02tests/plugins/bb: adapt to the new arg passing schemeMahmoud Mandour
2021-09-02Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2021-09-01-1...Peter Maydell
2021-09-01Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210901'...Peter Maydell
2021-09-01iotests/image-fleecing: add test-case for copy-before-write filterVladimir Sementsov-Ogievskiy
2021-09-01iotests/image-fleecing: prepare for adding new test-caseVladimir Sementsov-Ogievskiy
2021-09-01iotests/image-fleecing: rename tgt_nodeVladimir Sementsov-Ogievskiy
2021-09-01iotests/image-fleecing: proper source deviceVladimir Sementsov-Ogievskiy
2021-09-01iotests.py: hmp_qemu_io: support qdevVladimir Sementsov-Ogievskiy
2021-09-01iotests: move 222 to tests/image-fleecingVladimir Sementsov-Ogievskiy
2021-09-01iotests/222: constantly use single quotes for stringsVladimir Sementsov-Ogievskiy
2021-09-01iotests/222: fix pylint and mypy complainsVladimir Sementsov-Ogievskiy
2021-09-01block/copy-before-write: relax permission requirements when no parentsVladimir Sementsov-Ogievskiy
2021-09-01fuzz: unblock SIGALRM so the timeout worksAlexander Bulekov
2021-09-01fuzz: use ITIMER_REAL for timeoutsAlexander Bulekov
2021-09-01fuzz: make object-name matching case-insensitiveAlexander Bulekov
2021-09-01fuzz: adjust timeout to allow for longer inputsAlexander Bulekov
2021-09-01fuzz: fix sparse memory access in the DMA callbackAlexander Bulekov
2021-09-01block: rename backup-top to copy-before-writeVladimir Sementsov-Ogievskiy
2021-09-01iotests: use subprocess.DEVNULL instead of open("/dev/null")John Snow
2021-09-01iotests: use with-statement for open() callsJohn Snow
2021-09-01qemu-iotests: add option to show qemu binary logs on stdoutEmanuele Giuseppe Esposito
2021-09-01qemu-iotests: insert valgrind command line as wrapper for qemu binaryEmanuele Giuseppe Esposito
2021-09-01qemu-iotests: allow valgrind to read/delete the generated log fileEmanuele Giuseppe Esposito
2021-09-01qemu-iotests: extend QMP socket timeout when using valgrindEmanuele Giuseppe Esposito
2021-09-01qemu-iotests: extend the check script to prepare supporting valgrind for pyth...Emanuele Giuseppe Esposito
2021-09-01qemu-iotests: add gdbserver option to script tests tooEmanuele Giuseppe Esposito