summaryrefslogtreecommitdiffstats
path: root/tests/qtest/fuzz
Commit message (Expand)AuthorAgeFilesLines
* tests/qtest: virtio_blk_fuzz: Avoid using hardcoded /tmpBin Meng2022-09-271-2/+2
* tests/qtest: generic_fuzz: Avoid using hardcoded /tmpBin Meng2022-09-271-2/+2
* ui/cocoa: Run qemu_init in the main threadAkihiko Odaki2022-09-231-1/+1
* tests/qtest: libqos: Rename malloc.h to libqos-malloc.hXuzhou Cheng2022-08-291-1/+1
* tests/qtest: Use g_mkdtemp()Bin Meng2022-08-251-1/+1
* tests/qtest: Use g_setenv()Bin Meng2022-08-251-4/+4
* datadir: Use bundle mechanismAkihiko Odaki2022-07-131-18/+0Star
* vfio-user: handle PCI BAR accessesJagannathan Raman2022-06-151-4/+5
* include: move qemu_*_exec_dir() to cutilsMarc-André Lureau2022-05-281-0/+1
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-111-3/+2Star
* Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()Marc-André Lureau2022-05-031-1/+1
* tests: move libqtest.h back under qtest/Marc-André Lureau2022-05-038-8/+8
* tests/fuzz: fix warningMarc-André Lureau2022-04-211-2/+0Star
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* 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