summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qobject-2020-11-17' in...Peter Maydell2020-11-171-0/+9
|\
| * json: Fix a memleak in parse_pair()Alex Chen2020-11-171-0/+9
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-11-172-3/+85
|\ \
| * | iotests/081: Test rewrite-corrupted without WRITEMax Reitz2020-11-172-0/+81
| * | iotests/081: Filter image format after testdirMax Reitz2020-11-171-3/+4
| * | iotests: Replace deprecated ConfigParser.readfp()Kevin Wolf2020-11-171-1/+1
* | | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...Peter Maydell2020-11-176-6/+155
|\ \ \ | |_|/ |/| |
| * | tests/vm: update NetBSD to 9.1Brad Smith2020-11-171-3/+3
| * | tests/vm: Add Haiku test based on their vagrant imagesAlexander von Gluck IV2020-11-175-3/+152
| |/
* / iotests: Replace deprecated ConfigParser.readfp()Kevin Wolf2020-11-161-1/+1
|/
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...Peter Maydell2020-11-1622-22/+22
|\
| * test: Fix LGPL information in the file headersGan Qixin2020-11-157-7/+7
| * tests/acceptance: Fix LGPL information in the file headersGan Qixin2020-11-152-2/+2
| * tests/migration: Fix LGPL information in the file headersGan Qixin2020-11-1513-13/+13
* | tests/acceptance: Disable Spartan-3A DSP 1800A testPhilippe Mathieu-Daudé2020-11-162-0/+4
|/
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-11-111-1/+1
|\
| * pvpanic: Advertise the PVPANIC_CRASHLOADED event supportPaolo Bonzini2020-11-111-1/+1
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201110'...Peter Maydell2020-11-101-1/+1
|\ \
| * | tests/qtest/npcm7xx_rng-test: count runs properlyHavard Skinnemoen2020-11-101-1/+1
* | | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...Peter Maydell2020-11-108-23/+266
|\ \ \ | |/ / |/| |
| * | qtest: Update references to parse_escape() in commentsPeter Maydell2020-11-102-10/+10
| * | fuzz: add virtio-blk fuzz targetDima Stepanov2020-11-102-0/+235
| * | fuzz: Make fork_fuzz.ld compatible with LLVM's LLDDaniele Buono2020-11-101-1/+11
| * | tests/qtest/tpm: Remove redundant check in the tpm_test_swtpm_test()AlexChen2020-11-091-4/+2Star
| * | qtest: Fix bad printf format specifiersAlexChen2020-11-091-4/+4
| * | tests/vm: update openbsd to release 6.8Brad Smith2020-11-091-4/+4
| |/
* | iotests: rewrite iotest 240 in pythonMaxim Levitsky2020-11-092-165/+130Star
* | iotests: add filter_qmp_virtio_scsi functionMaxim Levitsky2020-11-091-0/+10
|/
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-11-057-28/+60
|\
| * qtest: escape device name in device-introspect-testPaolo Bonzini2020-11-041-2/+8
| * ivshmem-test: do not use short-form boolean optionPaolo Bonzini2020-11-041-1/+1
| * fuzz: fuzz offsets within pio/mmio regionsAlexander Bulekov2020-11-031-0/+5
| * fuzz: check the MR in the DMA callbackAlexander Bulekov2020-11-031-1/+1
| * fuzz: fix writing DMA patternsAlexander Bulekov2020-11-031-20/+17Star
| * tests/qtest: Fix potential NULL pointer dereference in qos_build_main_args()AlexChen2020-11-031-1/+2
| * tests/qtest/libqos/ahci.c: Avoid NULL dereference in ahci_exec()Peter Maydell2020-11-031-1/+4
| * tests/qtest/libqtest.c: Check for setsockopt() failurePeter Maydell2020-11-031-2/+7
| * qtest: add a reproducer for LP#1878642Alexander Bulekov2020-11-031-0/+15
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-fixes-20201103'...Peter Maydell2020-11-042-3/+1Star
|\ \
| * | hw/mips: Remove the 'r4k' machinePhilippe Mathieu-Daudé2020-11-032-3/+1Star
| |/
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-11-032-4/+10
|\ \
| * | iotests: Use Python 3 style super()Kevin Wolf2020-11-031-4/+4
| * | iotests: Disable unsubscriptable-object in pylintKevin Wolf2020-11-031-0/+2
| * | iotests.py: Fix type check errors in wait_migration()Kevin Wolf2020-11-031-0/+4
| |/
* | sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUXMarkus Armbruster2020-11-031-3/+4
* | sockets: Fix default of UnixSocketAddress member @tightMarkus Armbruster2020-11-031-3/+3
* | test-util-sockets: Test the complete abstract socket matrixMarkus Armbruster2020-11-031-26/+65
* | test-util-sockets: Synchronize properly, don't sleep(1)Markus Armbruster2020-11-031-27/+13Star
* | test-util-sockets: Factor out test_socket_unix_abstract_one()Markus Armbruster2020-11-031-28/+20Star
* | test-util-sockets: Clean up SocketAddress constructionMarkus Armbruster2020-11-031-38/+26Star