summary refs log tree commit diff stats
path: root/tests/qtest/fuzz (follow)
Commit message (Expand)AuthorAgeFilesLines
* qmp: add dump machine type compatibility propertiesMaksim Davydov2024-04-251-1/+1
* fuzz: Correct invalid mentions of 'softmmu' by 'system'Philippe Mathieu-Daudé2023-10-072-3/+3
* tests/qtest: Specify audiodev= and -audiodevMartin Kletzander2023-09-221-2/+4
* tests/: spelling fixesMichael Tokarev2023-09-081-3/+3
* tests/qtests: clean-up and fix leak in generic_fuzzAlex Bennée2023-07-031-10/+3
* igb: Introduce qtest for igb deviceAkihiko Odaki2023-03-101-0/+5
* fuzz: remove fork-fuzzing scaffoldingAlexander Bulekov2023-02-164-123/+3
* fuzz/i440fx: remove fork-based fuzzerAlexander Bulekov2023-02-161-26/+1
* fuzz/virtio-blk: remove fork-based fuzzerAlexander Bulekov2023-02-161-44/+7
* fuzz/virtio-net: remove fork-based fuzzerAlexander Bulekov2023-02-161-49/+5
* fuzz/virtio-scsi: remove fork-based fuzzerAlexander Bulekov2023-02-161-44/+7
* fuzz/generic-fuzz: add a limit on DMA bytes writtenAlexander Bulekov2023-02-161-0/+5
* fuzz/generic-fuzz: use reboots instead of forks to reset stateAlexander Bulekov2023-02-161-92/+22
* fuzz: add fuzz_reset APIAlexander Bulekov2023-02-162-1/+7
* include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2023-01-081-0/+1
* qapi qdev qom: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-2/+1
* 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/+0
* 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/+2
* 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/+0
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* 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/+0
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-022-2/+0
* 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