Re: [PATCH v7 18/20] fuzz: add virtio-net fuzz target

2020-01-21 Thread Stefan Hajnoczi
On Mon, Jan 20, 2020 at 05:55:08AM +, Bulekov, Alexander wrote: > diff --git a/tests/qtest/fuzz/virtio_net_fuzz.c > b/tests/qtest/fuzz/virtio_net_fuzz.c > new file mode 100644 > index 00..3b1b79fd93 > --- /dev/null > +++ b/tests/qtest/fuzz/virtio_net_fuzz.c > @@ -0,0 +1,190 @@ > +/* >

[PATCH v7 18/20] fuzz: add virtio-net fuzz target

2020-01-19 Thread Bulekov, Alexander
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 --- tests/qtest/fuzz/Makefile.include | 1 + tests/qtest/fuzz/virtio_net_fuzz.c | 190 + 2 files