cloud-hypervisor/fuzz
Bo Chen e2e02c8f69 fuzz: Add fuzzer for virtio-net
To synthesize the interactions between the virtio-net device and the tap
interface, the fuzzer utilizes a pair of unix domain sockets: one socket
(e.g. the dummy tap frontend) is used to construct the 'net_util::Tap'
instance for creating a virtio-net device; the other socket (e.g. the
dummy tap backend) is used in a epoll loop for handling the tx and rx
requests from the virtio-net device.

Signed-off-by: Bo Chen <chen.bo@intel.com>
2022-11-30 12:13:14 +00:00
..
fuzz_targets fuzz: Add fuzzer for virtio-net 2022-11-30 12:13:14 +00:00
.gitignore fuzz: Add fuzzing infrastructure and QCOW fuzzer 2020-07-17 08:49:35 +02:00
Cargo.lock fuzz: Add fuzzer for virtio-net 2022-11-30 12:13:14 +00:00
Cargo.toml fuzz: Add fuzzer for virtio-net 2022-11-30 12:13:14 +00:00