fuzz: add virtio-scsi fuzz target
commit472a07a6e2bd410f5679cd8a16384a6d3f474679
authorAlexander Bulekov <alxndr@bu.edu>
Thu, 20 Feb 2020 04:11:17 +0000 (19 23:11 -0500)
committerStefan Hajnoczi <stefanha@redhat.com>
Sat, 22 Feb 2020 08:26:48 +0000 (22 08:26 +0000)
treed9839682abf0ec1fe4557e8787e57a9cd3949e31
parentb1db8c63169f2139af9f26c884e5e2abd27dd290
fuzz: add virtio-scsi fuzz target

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 <alxndr@bu.edu>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Message-id: 20200220041118.23264-22-alxndr@bu.edu
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
tests/qtest/fuzz/Makefile.include
tests/qtest/fuzz/virtio_scsi_fuzz.c [new file with mode: 0644]