On 09/11/2020 12.25, Dima Stepanov wrote: > The virtio-blk fuzz target sets up and fuzzes the available virtio-blk > queues. The implementation is based on two files: > - tests/qtest/fuzz/virtio_scsi_fuzz.c > - tests/qtest/virtio_blk_test.c > > Signed-off-by: Dima Stepanov <dimas...@yandex-team.ru> > Reviewed-by: Alexander Bulekov <alx...@bu.edu> > --- > tests/qtest/fuzz/meson.build | 1 + > tests/qtest/fuzz/virtio_blk_fuzz.c | 234 > +++++++++++++++++++++++++++++++++++++ > 2 files changed, 235 insertions(+) > create mode 100644 tests/qtest/fuzz/virtio_blk_fuzz.c
Thanks, I can add this to my next qtest-related pull request. Note: I just spotted your patch by accident ... please put me on CC: if you want me to merge qtest/fuzzer related patches. Thomas