fuzz: add virtio-net fuzz target
commitb1db8c63169f2139af9f26c884e5e2abd27dd290
authorAlexander Bulekov <alxndr@bu.edu>
Thu, 20 Feb 2020 04:11:16 +0000 (19 23:11 -0500)
committerStefan Hajnoczi <stefanha@redhat.com>
Sat, 22 Feb 2020 08:26:48 +0000 (22 08:26 +0000)
tree40834e804fa39fc2b8c2066dcfdf4379214f17c9
parent04f713242d1fdb9cc03c0bff76f0750f7c8903a0
fuzz: add virtio-net fuzz target

The virtio-net fuzz target feeds inputs to all three virtio-net
virtqueues, and uses forking to avoid leaking state between fuzz runs.

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Message-id: 20200220041118.23264-21-alxndr@bu.edu
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
tests/qtest/fuzz/Makefile.include
tests/qtest/fuzz/virtio_net_fuzz.c [new file with mode: 0644]