aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/fuzz
AgeCommit message (Expand)Author
2023-10-07fuzz: Correct invalid mentions of 'softmmu' by 'system'Philippe Mathieu-Daudé
2023-09-22tests/qtest: Specify audiodev= and -audiodevMartin Kletzander
2023-09-08tests/: spelling fixesMichael Tokarev
2023-07-03tests/qtests: clean-up and fix leak in generic_fuzzAlex Bennée
2023-03-10igb: Introduce qtest for igb deviceAkihiko Odaki
2023-02-16fuzz: remove fork-fuzzing scaffoldingAlexander Bulekov
2023-02-16fuzz/i440fx: remove fork-based fuzzerAlexander Bulekov
2023-02-16fuzz/virtio-blk: remove fork-based fuzzerAlexander Bulekov
2023-02-16fuzz/virtio-net: remove fork-based fuzzerAlexander Bulekov
2023-02-16fuzz/virtio-scsi: remove fork-based fuzzerAlexander Bulekov
2023-02-16fuzz/generic-fuzz: add a limit on DMA bytes writtenAlexander Bulekov
2023-02-16fuzz/generic-fuzz: use reboots instead of forks to reset stateAlexander Bulekov
2023-02-16fuzz: add fuzz_reset APIAlexander Bulekov
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2022-12-14qapi qdev qom: Elide redundant has_FOO in generated CMarkus Armbruster
2022-09-27tests/qtest: virtio_blk_fuzz: Avoid using hardcoded /tmpBin Meng
2022-09-27tests/qtest: generic_fuzz: Avoid using hardcoded /tmpBin Meng
2022-09-23ui/cocoa: Run qemu_init in the main threadAkihiko Odaki
2022-08-29tests/qtest: libqos: Rename malloc.h to libqos-malloc.hXuzhou Cheng
2022-08-25tests/qtest: Use g_mkdtemp()Bin Meng
2022-08-25tests/qtest: Use g_setenv()Bin Meng
2022-07-13datadir: Use bundle mechanismAkihiko Odaki
2022-06-15vfio-user: handle PCI BAR accessesJagannathan Raman
2022-05-28include: move qemu_*_exec_dir() to cutilsMarc-André Lureau
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster
2022-05-03Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()Marc-André Lureau
2022-05-03tests: move libqtest.h back under qtest/Marc-André Lureau
2022-04-21tests/fuzz: fix warningMarc-André Lureau
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2021-10-14configure, meson: move fuzzing configuration to MesonPaolo Bonzini
2021-09-01fuzz: unblock SIGALRM so the timeout worksAlexander Bulekov
2021-09-01fuzz: use ITIMER_REAL for timeoutsAlexander Bulekov
2021-09-01fuzz: make object-name matching case-insensitiveAlexander Bulekov
2021-09-01fuzz: adjust timeout to allow for longer inputsAlexander Bulekov
2021-09-01fuzz: fix sparse memory access in the DMA callbackAlexander Bulekov
2021-06-21fuzz: Display hexadecimal value with '0x' prefixPhilippe Mathieu-Daudé
2021-06-21Remove leading underscores from QEMU definesAhmed Abouzied
2021-05-26tests/qtest/fuzz: Fix build failurePhilippe Mathieu-Daudé
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-03-23memory: Add offset_in_region to flatview_cb argumentsPeter Maydell
2021-03-23memory: Make flatview_cb return bool, not intPeter Maydell
2021-03-19fuzz: Avoid deprecated misuse of -drive if=sdMarkus Armbruster
2021-03-16fuzz: configure a sparse-mem device, by defaultAlexander Bulekov
2021-03-16fuzz: add a am53c974 generic-fuzzer configAlexander Bulekov
2021-03-16fuzz: don't leave orphan llvm-symbolizers aroundAlexander Bulekov
2021-03-16fuzz: fix the pro100 generic-fuzzer configAlexander Bulekov
2021-02-08fuzz: add virtio-9p configurations for fuzzingAlexander Bulekov
2021-02-08fuzz: enable dynamic args for generic-fuzz configsAlexander Bulekov
2021-02-08fuzz: log the arguments used to initialize QEMUAlexander Bulekov