aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/fuzz
AgeCommit message (Expand)AuthorFilesLines
2021-09-01fuzz: unblock SIGALRM so the timeout worksAlexander Bulekov1-0/+5
2021-09-01fuzz: use ITIMER_REAL for timeoutsAlexander Bulekov1-1/+1
2021-09-01fuzz: make object-name matching case-insensitiveAlexander Bulekov1-4/+20
2021-09-01fuzz: adjust timeout to allow for longer inputsAlexander Bulekov1-4/+9
2021-09-01fuzz: fix sparse memory access in the DMA callbackAlexander Bulekov1-3/+10
2021-06-21fuzz: Display hexadecimal value with '0x' prefixPhilippe Mathieu-Daudé1-2/+2
2021-06-21Remove leading underscores from QEMU definesAhmed Abouzied1-2/+2
2021-05-26tests/qtest/fuzz: Fix build failurePhilippe Mathieu-Daudé1-0/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2-3/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2-2/+0
2021-03-23memory: Add offset_in_region to flatview_cb argumentsPeter Maydell1-1/+4
2021-03-23memory: Make flatview_cb return bool, not intPeter Maydell1-4/+4
2021-03-19fuzz: Avoid deprecated misuse of -drive if=sdMarkus Armbruster1-1/+1
2021-03-16fuzz: configure a sparse-mem device, by defaultAlexander Bulekov1-3/+11
2021-03-16fuzz: add a am53c974 generic-fuzzer configAlexander Bulekov1-0/+6
2021-03-16fuzz: don't leave orphan llvm-symbolizers aroundAlexander Bulekov1-0/+15
2021-03-16fuzz: fix the pro100 generic-fuzzer configAlexander Bulekov1-1/+1
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