aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/fuzz
AgeCommit message (Expand)AuthorFilesLines
2024-07-22qtest/fuzz: make range overlap check more readableYao Xingtao1-1/+2
2024-06-24tests/qtest/fuzz: fix memleak in qos_fuzz.cDmitry Frolov1-0/+1
2024-05-29fuzz: specify audiodev for usb-audioAlexander Bulekov1-1/+2
2024-04-25qmp: add dump machine type compatibility propertiesMaksim Davydov1-1/+1
2023-10-07fuzz: Correct invalid mentions of 'softmmu' by 'system'Philippe Mathieu-Daudé2-3/+3
2023-09-22tests/qtest: Specify audiodev= and -audiodevMartin Kletzander1-2/+4
2023-09-08tests/: spelling fixesMichael Tokarev1-3/+3
2023-07-03tests/qtests: clean-up and fix leak in generic_fuzzAlex Bennée1-10/+3
2023-03-10igb: Introduce qtest for igb deviceAkihiko Odaki1-0/+5
2023-02-16fuzz: remove fork-fuzzing scaffoldingAlexander Bulekov4-123/+3
2023-02-16fuzz/i440fx: remove fork-based fuzzerAlexander Bulekov1-26/+1
2023-02-16fuzz/virtio-blk: remove fork-based fuzzerAlexander Bulekov1-44/+7
2023-02-16fuzz/virtio-net: remove fork-based fuzzerAlexander Bulekov1-49/+5
2023-02-16fuzz/virtio-scsi: remove fork-based fuzzerAlexander Bulekov1-44/+7
2023-02-16fuzz/generic-fuzz: add a limit on DMA bytes writtenAlexander Bulekov1-0/+5
2023-02-16fuzz/generic-fuzz: use reboots instead of forks to reset stateAlexander Bulekov1-92/+22
2023-02-16fuzz: add fuzz_reset APIAlexander Bulekov2-1/+7
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-0/+1
2022-12-14qapi qdev qom: Elide redundant has_FOO in generated CMarkus Armbruster1-2/+1
2022-09-27tests/qtest: virtio_blk_fuzz: Avoid using hardcoded /tmpBin Meng1-2/+2
2022-09-27tests/qtest: generic_fuzz: Avoid using hardcoded /tmpBin Meng1-2/+2
2022-09-23ui/cocoa: Run qemu_init in the main threadAkihiko Odaki1-1/+1
2022-08-29tests/qtest: libqos: Rename malloc.h to libqos-malloc.hXuzhou Cheng1-1/+1
2022-08-25tests/qtest: Use g_mkdtemp()Bin Meng1-1/+1
2022-08-25tests/qtest: Use g_setenv()Bin Meng1-4/+4
2022-07-13datadir: Use bundle mechanismAkihiko Odaki1-18/+0
2022-06-15vfio-user: handle PCI BAR accessesJagannathan Raman1-4/+5
2022-05-28include: move qemu_*_exec_dir() to cutilsMarc-André Lureau1-0/+1
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster1-3/+2
2022-05-03Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()Marc-André Lureau1-1/+1
2022-05-03tests: move libqtest.h back under qtest/Marc-André Lureau8-8/+8
2022-04-21tests/fuzz: fix warningMarc-André Lureau1-2/+0
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2021-10-14configure, meson: move fuzzing configuration to MesonPaolo Bonzini1-1/+5
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