On Wed, Feb 19, 2020 at 11:11:17PM -0500, Alexander Bulekov 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: Alexander Bulekov > --- > tests/qtest/fuzz/Makefile.include | 1 + > tests/qtest/fuzz/virtio_scsi_fuzz.c | 213 ++++++++++++++++++++++++++++ > 2 files changed, 214 insertions(+) > create mode 100644 tests/qtest/fuzz/virtio_scsi_fuzz.c Reviewed-by: Stefan Hajnoczi