Re: [PATCH v6 20/21] fuzz: add virtio-scsi fuzz target

2020-01-03 Thread Stefan Hajnoczi
On Fri, Nov 29, 2019 at 09:34:53PM +, Oleinik, Alexander wrote: > The virtio-scsi fuzz target sets up and fuzzes the available virtio-scsi > queues. After an element is placed on a queue, the fuzzer can select > whether to perform a kick, or continue adding elements. > > Signed-off-by: Alexand

[PATCH v6 20/21] fuzz: add virtio-scsi fuzz target

2019-11-29 Thread Oleinik, Alexander
The virtio-scsi fuzz target sets up and fuzzes the available virtio-scsi queues. After an element is placed on a queue, the fuzzer can select whether to perform a kick, or continue adding elements. Signed-off-by: Alexander Bulekov --- tests/fuzz/Makefile.include | 1 + tests/fuzz/virtio_scsi