summaryrefslogtreecommitdiffstats
path: root/tests/qtest/fuzz/qos_fuzz.c
Commit message (Expand)AuthorAgeFilesLines
* tests/qtest: libqos: Rename malloc.h to libqos-malloc.hXuzhou Cheng2022-08-291-1/+1
* tests: move libqtest.h back under qtest/Marc-André Lureau2022-05-031-1/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* tests/qtest: Fix potential NULL pointer dereference in qos_build_main_args()AlexChen2020-11-031-1/+2
* meson: convert tests/qtest to mesonPaolo Bonzini2020-08-211-1/+1
* fuzz: Expect the cmdline in a freeable GStringAlexander Bulekov2020-07-171-3/+3
* tests/qtest: Fix LGPL information in the file headersThomas Huth2020-06-151-1/+1
* fuzz: Simplify how we compute available machines and typesMarkus Armbruster2020-04-291-25/+9Star
* Use &error_abort instead of separate assert()Markus Armbruster2020-03-171-5/+2Star
* qtest: fix fuzzer-related 80-char limit violationsAlexander Bulekov2020-03-061-1/+4
* fuzz: add support for qos-assisted fuzz targetsAlexander Bulekov2020-02-221-0/+234