Re: [PATCH v5 00/16] Add a Generic Virtual Device Fuzzer

2020-10-21 Thread Thomas Huth
On 21/10/2020 03.07, Alexander Bulekov wrote: > v5: > - Replace GArray-based predefined fuzzer configs with a static > struct array > - "General" -> "Generic" > - Fix bugs with wrong timeout denominator and skipping DMA memwrites > without QTEST_LOG > v4: > - Replace yam

[PATCH v5 00/16] Add a Generic Virtual Device Fuzzer

2020-10-20 Thread Alexander Bulekov
v5: - Replace GArray-based predefined fuzzer configs with a static struct array - "General" -> "Generic" - Fix bugs with wrong timeout denominator and skipping DMA memwrites without QTEST_LOG v4: - Replace yaml + c template-based oss-fuzz configs, with C code to re