Re: [PATCH v2 1/2] fuzz: add virtio-blk fuzz target

2020-11-13 Thread Dima Stepanov
On Mon, Nov 09, 2020 at 01:24:20PM +0100, Thomas Huth wrote: > 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/v

Re: [PATCH v2 1/2] fuzz: add virtio-blk fuzz target

2020-11-09 Thread Thomas Huth
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 > Reviewed-by: Alex

[PATCH v2 1/2] fuzz: add virtio-blk fuzz target

2020-11-09 Thread Dima Stepanov
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 Reviewed-by: Alexander Bulekov --- tests/qtest/fuzz/meson.build |