aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/fuzz
AgeCommit message (Expand)AuthorFilesLines
2021-02-08fuzz: add virtio-9p configurations for fuzzingAlexander Bulekov1-0/+20
2021-02-08fuzz: enable dynamic args for generic-fuzz configsAlexander Bulekov2-1/+10
2021-02-08fuzz: log the arguments used to initialize QEMUAlexander Bulekov1-1/+10
2021-02-08fuzz: refine the ide/ahci fuzzer configsAlexander Bulekov1-1/+19
2021-02-08fuzz: ignore address_space_map is_write flagAlexander Bulekov1-6/+3
2021-01-11fuzz: map all BARs and enable PCI devicesAlexander Bulekov1-0/+24
2020-12-18fuzz: fix the generic-fuzz-floppy configAlexander Bulekov1-2/+2
2020-12-18fuzz: Add more i386 configurations for fuzzingAlexander Bulekov1-0/+80
2020-12-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-0/+1
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10Clean up includesMarkus Armbruster2-2/+0
2020-12-09fuzz: avoid double-fetches by defaultAlexander Bulekov1-0/+1
2020-11-10fuzz: add virtio-blk fuzz targetDima Stepanov2-0/+235
2020-11-10fuzz: Make fork_fuzz.ld compatible with LLVM's LLDDaniele Buono1-1/+11
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-03tests/qtest: Fix potential NULL pointer dereference in qos_build_main_args()AlexChen1-1/+2
2020-10-26fuzz: register predefined generic-fuzz configsAlexander Bulekov1-0/+32
2020-10-26fuzz: add generic-fuzz configs for oss-fuzzAlexander Bulekov1-0/+121
2020-10-26fuzz: add an "opaque" to the FuzzTarget structAlexander Bulekov1-0/+1
2020-10-26fuzz: add a crossover function to generic-fuzzerAlexander Bulekov1-0/+86
2020-10-26fuzz: add a DISABLE_PCI op to generic-fuzzerAlexander Bulekov1-2/+11
2020-10-26fuzz: Add support for custom crossover functionsAlexander Bulekov2-0/+40
2020-10-26fuzz: Add DMA support to the generic-fuzzerAlexander Bulekov1-0/+230
2020-10-24fuzz: Add PCI features to the generic fuzzerAlexander Bulekov1-0/+81
2020-10-24fuzz: Add generic virtual-device fuzzerAlexander Bulekov2-0/+517
2020-10-17fuzz: Disable QEMU's SIG{INT,HUP,TERM} handlersAlexander Bulekov1-0/+8
2020-09-30vl: relocate paths to data directoriesPaolo Bonzini1-2/+3
2020-09-30fuzz: use qemu_get_exec_dirPaolo Bonzini1-1/+2
2020-09-30oslib: do not call g_strdup from qemu_get_exec_dirPaolo Bonzini1-2/+2
2020-09-16fuzz: Change the way we write qtest log to stderrAlexander Bulekov1-3/+2
2020-09-08fuzz: Add support for custom fuzzing libraryAlexander Bulekov1-2/+2
2020-09-08meson: specify fuzz linker script as a project argAlexander Bulekov1-3/+0
2020-08-21meson: link emulators without Makefile.targetPaolo Bonzini6-47/+44
2020-08-21meson: convert tests/qtest to mesonPaolo Bonzini5-5/+5
2020-07-21fuzz: Fix leak when assembling datadir path stringAlexander Bulekov1-5/+7
2020-07-17fuzz: Expect the cmdline in a freeable GStringAlexander Bulekov4-15/+14
2020-07-13tests/qtest/fuzz: Add missing spaces in descriptionThomas Huth1-2/+2
2020-07-13fuzz: add missing header for rcu_enable_atforkAlexander Bulekov1-0/+1
2020-07-06fuzz: do not use POSIX shm for coverage bitmapAlexander Bulekov1-27/+13
2020-07-06fuzz: fix broken qtest check at rcu_disable_atforkAlexander Bulekov1-0/+3
2020-06-15tests/qtest: Fix LGPL information in the file headersThomas Huth1-1/+1
2020-06-15fuzz: Add support for logging QTest commandsAlexander Bulekov1-1/+8
2020-06-15fuzz: skip QTest serializationAlexander Bulekov4-1/+288
2020-06-05fuzz: run the main-loop in fork-server processAlexander Bulekov3-0/+5
2020-06-05fuzz: add mangled object name to linker scriptAlexander Bulekov1-0/+5
2020-06-05fuzz: fix typo in i440fx-qtest-reboot argumentsAlexander Bulekov1-1/+1
2020-06-05fuzz: add datadir for oss-fuzz compatabilityAlexander Bulekov1-0/+15
2020-05-15tests/fuzz: Extract ioport_fuzz_qtest() methodPhilippe Mathieu-Daudé1-2/+9