Re: [PATCH v10 00/22] Add virtual device fuzzing support

2020-02-21 Thread Stefan Hajnoczi
On Wed, Feb 19, 2020 at 11:10:56PM -0500, Alexander Bulekov wrote: > Hello, > > This series adds a framework for coverage-guided fuzzing of > virtual-devices. Fuzzing targets are based on qtest and can make use of > libqos. Fuzzing can help discover device bugs, such as > assertion-failures,

[PATCH v10 00/22] Add virtual device fuzzing support

2020-02-19 Thread Alexander Bulekov
Hello, This series adds a framework for coverage-guided fuzzing of virtual-devices. Fuzzing targets are based on qtest and can make use of libqos. Fuzzing can help discover device bugs, such as assertion-failures, timeouts, and overflows, triggerable from within guests. V10: * Update