summaryrefslogtreecommitdiffstats
path: root/tests/qtest/fuzz
Commit message (Expand)AuthorAgeFilesLines
* configure, meson: move fuzzing configuration to MesonPaolo Bonzini2021-10-141-1/+5
* fuzz: unblock SIGALRM so the timeout worksAlexander Bulekov2021-09-011-0/+5
* fuzz: use ITIMER_REAL for timeoutsAlexander Bulekov2021-09-011-1/+1
* fuzz: make object-name matching case-insensitiveAlexander Bulekov2021-09-011-4/+20
* fuzz: adjust timeout to allow for longer inputsAlexander Bulekov2021-09-011-4/+9
* fuzz: fix sparse memory access in the DMA callbackAlexander Bulekov2021-09-011-3/+10
* fuzz: Display hexadecimal value with '0x' prefixPhilippe Mathieu-Daudé2021-06-211-2/+2
* Remove leading underscores from QEMU definesAhmed Abouzied2021-06-211-2/+2
* tests/qtest/fuzz: Fix build failurePhilippe Mathieu-Daudé2021-05-261-0/+1
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-022-3/+0Star
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
* memory: Add offset_in_region to flatview_cb argumentsPeter Maydell2021-03-231-1/+4
* memory: Make flatview_cb return bool, not intPeter Maydell2021-03-231-4/+4
* fuzz: Avoid deprecated misuse of -drive if=sdMarkus Armbruster2021-03-191-1/+1
* fuzz: configure a sparse-mem device, by defaultAlexander Bulekov2021-03-161-3/+11
* fuzz: add a am53c974 generic-fuzzer configAlexander Bulekov2021-03-161-0/+6
* fuzz: don't leave orphan llvm-symbolizers aroundAlexander Bulekov2021-03-161-0/+15
* fuzz: fix the pro100 generic-fuzzer configAlexander Bulekov2021-03-161-1/+1
* fuzz: add virtio-9p configurations for fuzzingAlexander Bulekov2021-02-081-0/+20
* fuzz: enable dynamic args for generic-fuzz configsAlexander Bulekov2021-02-082-1/+10
* fuzz: log the arguments used to initialize QEMUAlexander Bulekov2021-02-081-1/+10
* fuzz: refine the ide/ahci fuzzer configsAlexander Bulekov2021-02-081-1/+19
* fuzz: ignore address_space_map is_write flagAlexander Bulekov2021-02-081-6/+3Star
* fuzz: map all BARs and enable PCI devicesAlexander Bulekov2021-01-111-0/+24
* fuzz: fix the generic-fuzz-floppy configAlexander Bulekov2020-12-181-2/+2
* fuzz: Add more i386 configurations for fuzzingAlexander Bulekov2020-12-181-0/+80
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-12-111-0/+1
|\
| * vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* | Clean up includesMarkus Armbruster2020-12-102-2/+0Star
|/
* fuzz: avoid double-fetches by defaultAlexander Bulekov2020-12-091-0/+1
* 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
* 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
* 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
* fuzz: Disable QEMU's SIG{INT,HUP,TERM} handlersAlexander Bulekov2020-10-171-0/+8
* vl: relocate paths to data directoriesPaolo Bonzini2020-09-301-2/+3
* fuzz: use qemu_get_exec_dirPaolo Bonzini2020-09-301-1/+2
* oslib: do not call g_strdup from qemu_get_exec_dirPaolo Bonzini2020-09-301-2/+2
* fuzz: Change the way we write qtest log to stderrAlexander Bulekov2020-09-161-3/+2Star