qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] fuzz: add virtio-blk fuzz target
@ 2020-10-07 13:47 Dima Stepanov
  2020-10-07 13:47 ` [PATCH v1 1/2] " Dima Stepanov
  2020-10-07 13:47 ` [PATCH v1 2/2] docs/fuzz: update make and run command lines Dima Stepanov
  0 siblings, 2 replies; 8+ messages in thread
From: Dima Stepanov @ 2020-10-07 13:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: alxndr, yc-core, stefanha

Based on the current virtio-scsi-fuzz target implement new virtio-blk
fuzz target. Use a virtio_blk_test.c file as a reference for the block
device initialization.

Also make a small update to the documentation to fix build/run command
lines after meson and build changes in QEMU.

Dima Stepanov (2):
  fuzz: add virtio-blk fuzz target
  docs/fuzz: update make and run command lines

 docs/devel/fuzzing.txt             |   6 +-
 tests/qtest/fuzz/meson.build       |   1 +
 tests/qtest/fuzz/virtio_blk_fuzz.c | 234 +++++++++++++++++++++++++++++++++++++
 3 files changed, 238 insertions(+), 3 deletions(-)
 create mode 100644 tests/qtest/fuzz/virtio_blk_fuzz.c

-- 
2.7.4



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-10-14  9:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-07 13:47 [PATCH v1 0/2] fuzz: add virtio-blk fuzz target Dima Stepanov
2020-10-07 13:47 ` [PATCH v1 1/2] " Dima Stepanov
2020-10-13 15:30   ` Alexander Bulekov
2020-10-14  7:29     ` Dima Stepanov
2020-10-14  7:39       ` Dima Stepanov
2020-10-14  9:03         ` Darren Kenny
2020-10-07 13:47 ` [PATCH v1 2/2] docs/fuzz: update make and run command lines Dima Stepanov
2020-10-08 15:28   ` Alexander Bulekov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).