summaryrefslogtreecommitdiffstats
path: root/tests/qtest
Commit message (Expand)AuthorAgeFilesLines
...
* tests/9pfs: add local Tunlinkat hard link testChristian Schoenebeck2020-11-011-0/+30
* tests/9pfs: add local Tlink testChristian Schoenebeck2020-11-011-0/+71
* tests/9pfs: add local Tunlinkat symlink testChristian Schoenebeck2020-11-011-0/+28
* tests/9pfs: add local Tsymlink testChristian Schoenebeck2020-11-011-0/+77
* tests/9pfs: add local Tunlinkat file testChristian Schoenebeck2020-11-011-0/+24
* tests/9pfs: add local Tlcreate testChristian Schoenebeck2020-11-011-0/+77
* tests/9pfs: add local Tunlinkat directory testChristian Schoenebeck2020-11-011-0/+71
* tests/9pfs: simplify do_mkdir()Christian Schoenebeck2020-11-011-8/+19
* tests/9pfs: Turn fs_mkdir() into a helperGreg Kurz2020-11-011-5/+2Star
* tests/9pfs: Turn fs_readdir_split() into a helperGreg Kurz2020-11-011-7/+7
* tests/9pfs: Factor out do_attach() helperGreg Kurz2020-11-011-12/+16
* tests/9pfs: Set alloc in fs_create_dir()Greg Kurz2020-11-011-0/+1
* tests/9pfs: Factor out do_version() helperGreg Kurz2020-11-011-5/+9
* tests/9pfs: Force removing of local 9pfs test directoryGreg Kurz2020-11-011-1/+1
* tests/9pfs: fix coverity error in create_local_test_dir()Christian Schoenebeck2020-11-011-1/+6
* tests/9pfs: fix test dir for parallel testsChristian Schoenebeck2020-11-012-6/+20
* tests/9pfs: make create/remove test dir publicChristian Schoenebeck2020-11-012-6/+14
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201027-...Peter Maydell2020-10-294-1/+987
|\
| * hw/gpio: Add GPIO model for Nuvoton NPCM7xxHavard Skinnemoen2020-10-272-1/+387
| * hw/misc: Add npcm7xx random number generatorHavard Skinnemoen2020-10-272-1/+282
| * hw/timer: Adding watchdog for NPCM7XX Timer.Hao Wu2020-10-272-1/+320
* | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201026a'...Peter Maydell2020-10-271-1/+5
|\ \ | |/ |/|
| * migration-test: Only hide error if !QTEST_LOGPeter Xu2020-10-261-1/+5
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-10-263-1/+14
|\ \ | |/ |/|
| * replay: do not build if TCG is not availableClaudio Fontana2020-10-221-0/+3
| * qtest: unbreak non-TCG builds in bios-tables-testClaudio Fontana2020-10-221-0/+10
| * do not use colons in test namesPaolo Bonzini2020-10-221-1/+1
* | fuzz: register predefined generic-fuzz configsAlexander Bulekov2020-10-261-0/+32
* | fuzz: add generic-fuzz configs for oss-fuzzAlexander Bulekov2020-10-261-0/+121
* | fuzz: add an "opaque" to the FuzzTarget structAlexander Bulekov2020-10-261-0/+1
* | fuzz: add a crossover function to generic-fuzzerAlexander Bulekov2020-10-261-0/+86
* | fuzz: add a DISABLE_PCI op to generic-fuzzerAlexander Bulekov2020-10-261-2/+11
* | fuzz: Add support for custom crossover functionsAlexander Bulekov2020-10-262-0/+40
* | fuzz: Add DMA support to the generic-fuzzerAlexander Bulekov2020-10-261-0/+230
* | fuzz: Add PCI features to the generic fuzzerAlexander Bulekov2020-10-241-0/+81
* | fuzz: Add generic virtual-device fuzzerAlexander Bulekov2020-10-242-0/+517
* | libqtest: fix memory leak in the qtest_qmp_event_refMaxim Levitsky2020-10-241-7/+4Star
* | libqtest: fix the order of buffered eventsMaxim Levitsky2020-10-241-1/+1
* | tests/qtest: Make npcm7xx_timer-test conditional on CONFIG_NPCM7XXHavard Skinnemoen2020-10-241-1/+2
* | tests/qtest/libqtest: Fix detection of architecture for binaries without pathThomas Huth2020-10-241-2/+7
* | tests/migration: fix memleak in wait_command/wait_command_fdChen Qun2020-10-241-4/+12
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20201021-pull-reque...Peter Maydell2020-10-211-0/+24
|\
| * tests/acpi: update expected data filesGerd Hoffmann2020-10-211-2/+0Star
| * tests/acpi: add microvm rtc testGerd Hoffmann2020-10-211-0/+12
| * tests/acpi: add microvm usb testGerd Hoffmann2020-10-211-0/+12
| * tests/acpi: allow updates for expected data filesGerd Hoffmann2020-10-211-0/+2
| * tests/acpi: disallow changes for microvm/APIC.pcieGerd Hoffmann2020-10-211-1/+0Star
| * tests/acpi: allow changes for microvm/APIC.pcieGerd Hoffmann2020-10-211-0/+1
* | tests/qtest: Add npcm7xx timer testHavard Skinnemoen2020-10-202-0/+563
|/
* tests/9pfs: add local Tmkdir testChristian Schoenebeck2020-10-191-0/+139