aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/fuzz/qos_fuzz.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-14qapi qdev qom: Elide redundant has_FOO in generated CMarkus Armbruster1-2/+1
2022-08-29tests/qtest: libqos: Rename malloc.h to libqos-malloc.hXuzhou Cheng1-1/+1
2022-05-03tests: move libqtest.h back under qtest/Marc-André Lureau1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2020-11-03tests/qtest: Fix potential NULL pointer dereference in qos_build_main_args()AlexChen1-1/+2
2020-08-21meson: convert tests/qtest to mesonPaolo Bonzini1-1/+1
2020-07-17fuzz: Expect the cmdline in a freeable GStringAlexander Bulekov1-3/+3
2020-06-15tests/qtest: Fix LGPL information in the file headersThomas Huth1-1/+1
2020-04-29fuzz: Simplify how we compute available machines and typesMarkus Armbruster1-25/+9
2020-03-17Use &error_abort instead of separate assert()Markus Armbruster1-5/+2
2020-03-06qtest: fix fuzzer-related 80-char limit violationsAlexander Bulekov1-1/+4
2020-02-22fuzz: add support for qos-assisted fuzz targetsAlexander Bulekov1-0/+234