aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/fuzz
AgeCommit message (Expand)Author
2020-11-10fuzz: add virtio-blk fuzz targetDima Stepanov
2020-11-10fuzz: Make fork_fuzz.ld compatible with LLVM's LLDDaniele Buono
2020-11-03fuzz: fuzz offsets within pio/mmio regionsAlexander Bulekov
2020-11-03fuzz: check the MR in the DMA callbackAlexander Bulekov
2020-11-03fuzz: fix writing DMA patternsAlexander Bulekov
2020-11-03tests/qtest: Fix potential NULL pointer dereference in qos_build_main_args()AlexChen
2020-10-26fuzz: register predefined generic-fuzz configsAlexander Bulekov
2020-10-26fuzz: add generic-fuzz configs for oss-fuzzAlexander Bulekov
2020-10-26fuzz: add an "opaque" to the FuzzTarget structAlexander Bulekov
2020-10-26fuzz: add a crossover function to generic-fuzzerAlexander Bulekov
2020-10-26fuzz: add a DISABLE_PCI op to generic-fuzzerAlexander Bulekov
2020-10-26fuzz: Add support for custom crossover functionsAlexander Bulekov
2020-10-26fuzz: Add DMA support to the generic-fuzzerAlexander Bulekov
2020-10-24fuzz: Add PCI features to the generic fuzzerAlexander Bulekov
2020-10-24fuzz: Add generic virtual-device fuzzerAlexander Bulekov
2020-10-17fuzz: Disable QEMU's SIG{INT,HUP,TERM} handlersAlexander Bulekov
2020-09-30vl: relocate paths to data directoriesPaolo Bonzini
2020-09-30fuzz: use qemu_get_exec_dirPaolo Bonzini
2020-09-30oslib: do not call g_strdup from qemu_get_exec_dirPaolo Bonzini
2020-09-16fuzz: Change the way we write qtest log to stderrAlexander Bulekov
2020-09-08fuzz: Add support for custom fuzzing libraryAlexander Bulekov
2020-09-08meson: specify fuzz linker script as a project argAlexander Bulekov
2020-08-21meson: link emulators without Makefile.targetPaolo Bonzini
2020-08-21meson: convert tests/qtest to mesonPaolo Bonzini
2020-07-21fuzz: Fix leak when assembling datadir path stringAlexander Bulekov
2020-07-17fuzz: Expect the cmdline in a freeable GStringAlexander Bulekov
2020-07-13tests/qtest/fuzz: Add missing spaces in descriptionThomas Huth
2020-07-13fuzz: add missing header for rcu_enable_atforkAlexander Bulekov
2020-07-06fuzz: do not use POSIX shm for coverage bitmapAlexander Bulekov
2020-07-06fuzz: fix broken qtest check at rcu_disable_atforkAlexander Bulekov
2020-06-15tests/qtest: Fix LGPL information in the file headersThomas Huth
2020-06-15fuzz: Add support for logging QTest commandsAlexander Bulekov
2020-06-15fuzz: skip QTest serializationAlexander Bulekov
2020-06-05fuzz: run the main-loop in fork-server processAlexander Bulekov
2020-06-05fuzz: add mangled object name to linker scriptAlexander Bulekov
2020-06-05fuzz: fix typo in i440fx-qtest-reboot argumentsAlexander Bulekov
2020-06-05fuzz: add datadir for oss-fuzz compatabilityAlexander Bulekov
2020-05-15tests/fuzz: Extract ioport_fuzz_qtest() methodPhilippe Mathieu-Daudé
2020-05-15tests/fuzz: Extract pciconfig_fuzz_qos() methodPhilippe Mathieu-Daudé
2020-05-15tests/fuzz: Remove unuseful/unused typedefsPhilippe Mathieu-Daudé
2020-05-15tests/fuzz: Add missing space in test descriptionPhilippe Mathieu-Daudé
2020-05-15tests/fuzz/Makefile: Do not link code using unavailable devicesPhilippe Mathieu-Daudé
2020-05-04fuzz: select fuzz target using executable nameAlexander Bulekov
2020-04-29fuzz: Simplify how we compute available machines and typesMarkus Armbruster
2020-03-17Use &error_abort instead of separate assert()Markus Armbruster
2020-03-06qtest: fix fuzzer-related 80-char limit violationsAlexander Bulekov
2020-03-06fuzz: fix style/typos in linker-script commentsAlexander Bulekov
2020-02-22fuzz: add virtio-scsi fuzz targetAlexander Bulekov
2020-02-22fuzz: add virtio-net fuzz targetAlexander Bulekov
2020-02-22fuzz: add i440fx fuzz targetsAlexander Bulekov