Re: [PATCH v10 20/22] fuzz: add virtio-net fuzz target

2020-02-20 Thread Darren Kenny
On Wed, Feb 19, 2020 at 11:11:16PM -0500, Alexander Bulekov wrote: 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 Reviewed-by: Stefan Hajnoczi Reviewed-by: Darren Kenny

[PATCH v10 20/22] fuzz: add virtio-net fuzz target

2020-02-19 Thread Alexander Bulekov
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 Reviewed-by: Stefan Hajnoczi --- tests/qtest/fuzz/Makefile.include | 1 + tests/qtest/fuzz/virtio_net_fuzz.c | 198 +