Re: [PATCH v7 00/20] Add virtual device fuzzing support

2020-01-21 Thread Stefan Hajnoczi
On Mon, Jan 20, 2020 at 05:54:36AM +, Bulekov, Alexander wrote: > This series adds a framework for coverage-guided fuzzing of > virtual-devices. Fuzzing targets are based on qtest and can make use of > the libqos abstractions. > > This version mostly contains cleanup with some changes to the v

[PATCH v7 00/20] Add virtual device fuzzing support

2020-01-19 Thread Bulekov, Alexander
This series adds a framework for coverage-guided fuzzing of virtual-devices. Fuzzing targets are based on qtest and can make use of the libqos abstractions. This version mostly contains cleanup with some changes to the virtio-net fuzzer. V7: * virtio-net: add virtio-net-check-used which waits fo