Re: [PATCH v6 00/21] Add virtual device fuzzing support

2020-01-03 Thread Stefan Hajnoczi
On Fri, Nov 29, 2019 at 09:34:35PM +, Oleinik, 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. > > In this version, I added a virtio-scsi fuzzer. The actual fuzzi

Re: [PATCH v6 00/21] Add virtual device fuzzing support

2020-01-03 Thread Stefan Hajnoczi
On Fri, Nov 29, 2019 at 09:34:35PM +, Oleinik, 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. > > In this version, I added a virtio-scsi fuzzer. The actual fuzzi

[PATCH v6 00/21] Add virtual device fuzzing support

2019-11-29 Thread Oleinik, 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. In this version, I added a virtio-scsi fuzzer. The actual fuzzing code is very similar to the the virtio-net fuzzer. I experimented with usin