aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-11-11pvpanic: Advertise the PVPANIC_CRASHLOADED event supportPaolo Bonzini1-1/+1
2020-11-05Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell7-28/+60
2020-11-04qtest: escape device name in device-introspect-testPaolo Bonzini1-2/+8
2020-11-04ivshmem-test: do not use short-form boolean optionPaolo Bonzini1-1/+1
2020-11-04Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-fixes-20201103'...Peter Maydell2-3/+1
2020-11-03fuzz: fuzz offsets within pio/mmio regionsAlexander Bulekov1-0/+5
2020-11-03fuzz: check the MR in the DMA callbackAlexander Bulekov1-1/+1
2020-11-03fuzz: fix writing DMA patternsAlexander Bulekov1-20/+17
2020-11-03Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-4/+10
2020-11-03hw/mips: Remove the 'r4k' machinePhilippe Mathieu-Daudé2-3/+1
2020-11-03iotests: Use Python 3 style super()Kevin Wolf1-4/+4
2020-11-03iotests: Disable unsubscriptable-object in pylintKevin Wolf1-0/+2
2020-11-03iotests.py: Fix type check errors in wait_migration()Kevin Wolf1-0/+4
2020-11-03tests/qtest: Fix potential NULL pointer dereference in qos_build_main_args()AlexChen1-1/+2
2020-11-03tests/qtest/libqos/ahci.c: Avoid NULL dereference in ahci_exec()Peter Maydell1-1/+4
2020-11-03tests/qtest/libqtest.c: Check for setsockopt() failurePeter Maydell1-2/+7
2020-11-03qtest: add a reproducer for LP#1878642Alexander Bulekov1-0/+15
2020-11-03sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUXMarkus Armbruster1-3/+4
2020-11-03sockets: Fix default of UnixSocketAddress member @tightMarkus Armbruster1-3/+3
2020-11-03test-util-sockets: Test the complete abstract socket matrixMarkus Armbruster1-26/+65
2020-11-03test-util-sockets: Synchronize properly, don't sleep(1)Markus Armbruster1-27/+13
2020-11-03test-util-sockets: Factor out test_socket_unix_abstract_one()Markus Armbruster1-28/+20
2020-11-03test-util-sockets: Clean up SocketAddress constructionMarkus Armbruster1-38/+26
2020-11-03test-util-sockets: Correct to set has_abstract, has_tightMarkus Armbruster1-0/+4
2020-11-03test-util-sockets: Plug file descriptor leakMarkus Armbruster1-0/+1
2020-11-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201102'...Peter Maydell1-4/+10
2020-11-02tests/acceptance: Add virtiofs_submounts.pyMax Reitz5-0/+662
2020-11-02tests/acceptance/boot_linux: Accept SSH pubkeyMax Reitz1-6/+7
2020-11-02tests/qtest/npcm7xx_rng-test: Disable randomness testsPeter Maydell1-4/+10
2020-11-02Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20201102' int...Peter Maydell3-48/+470
2020-11-01Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-10-27-v2' into...Peter Maydell5-27/+115
2020-11-01tests/9pfs: add local Tunlinkat hard link testChristian Schoenebeck1-0/+30
2020-11-01tests/9pfs: add local Tlink testChristian Schoenebeck1-0/+71
2020-11-01tests/9pfs: add local Tunlinkat symlink testChristian Schoenebeck1-0/+28
2020-11-01tests/9pfs: add local Tsymlink testChristian Schoenebeck1-0/+77
2020-11-01tests/9pfs: add local Tunlinkat file testChristian Schoenebeck1-0/+24
2020-11-01tests/9pfs: add local Tlcreate testChristian Schoenebeck1-0/+77
2020-11-01tests/9pfs: add local Tunlinkat directory testChristian Schoenebeck1-0/+71
2020-11-01tests/9pfs: simplify do_mkdir()Christian Schoenebeck1-8/+19
2020-11-01tests/9pfs: Turn fs_mkdir() into a helperGreg Kurz1-5/+2
2020-11-01tests/9pfs: Turn fs_readdir_split() into a helperGreg Kurz1-7/+7
2020-11-01tests/9pfs: Factor out do_attach() helperGreg Kurz1-12/+16
2020-11-01tests/9pfs: Set alloc in fs_create_dir()Greg Kurz1-0/+1
2020-11-01tests/9pfs: Factor out do_version() helperGreg Kurz1-5/+9
2020-11-01tests/9pfs: Force removing of local 9pfs test directoryGreg Kurz1-1/+1
2020-11-01tests/9pfs: fix coverity error in create_local_test_dir()Christian Schoenebeck1-1/+6
2020-11-01tests/9pfs: fix test dir for parallel testsChristian Schoenebeck2-6/+20
2020-11-01tests/9pfs: make create/remove test dir publicChristian Schoenebeck2-6/+14
2020-10-31Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-next-pull-req...Peter Maydell12-13/+13
2020-10-30nbd: Add 'qemu-nbd -A' to expose allocation depthEric Blake3-0/+100