qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Dima Stepanov <dimastep@yandex-team.ru>
To: qemu-devel@nongnu.org
Cc: alxndr@bu.edu, darren.kenny@oracle.com, yc-core@yandex-team.ru,
	stefanha@gmail.com
Subject: [PATCH v2 0/2] fuzz: add virtio-blk fuzz target
Date: Mon,  9 Nov 2020 14:25:49 +0300	[thread overview]
Message-ID: <cover.1604920905.git.dimastep@yandex-team.ru> (raw)

v1 -> v2:
  - Update meson build with the CONFIG_VIRTIO_BLK case
  - Add "Reviewed-by: Alexander Bulekov" for both patches

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



             reply	other threads:[~2020-11-09 11:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-09 11:25 Dima Stepanov [this message]
2020-11-09 11:25 ` [PATCH v2 1/2] fuzz: add virtio-blk fuzz target Dima Stepanov
2020-11-09 12:24   ` Thomas Huth
2020-11-13 10:10     ` Dima Stepanov
2020-11-09 11:25 ` [PATCH v2 2/2] docs/fuzz: update make and run command lines Dima Stepanov
2020-11-09 12:20   ` Thomas Huth
2020-11-09 14:45     ` Alexander Bulekov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1604920905.git.dimastep@yandex-team.ru \
    --to=dimastep@yandex-team.ru \
    --cc=alxndr@bu.edu \
    --cc=darren.kenny@oracle.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@gmail.com \
    --cc=yc-core@yandex-team.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).