cloud-hypervisor/virtio-devices
Bo Chen a9924df2b8 virtio-devices: Custom EpollHelper::run/VirtioCommon:reset for fuzz
It provides fuzzer a reliable way to wait for a sequence of events
to complete for virtio-devices while not using a fixed timeout to
maintain the full speed of fuzzing.

Take virtio-block as an example, the 'queue event' with a valid
available queue setup can trigger a 'completion event'. This is a
meaningful virtio-block code path of processing guest inputs which is
our target for fuzzing virtio devices.

Signed-off-by: Bo Chen <chen.bo@intel.com>
2022-08-30 14:01:33 -07:00
..
src virtio-devices: Custom EpollHelper::run/VirtioCommon:reset for fuzz 2022-08-30 14:01:33 -07:00
Cargo.toml virtio-devices: console: Detect PTY connection/disconnection 2022-08-30 13:47:51 +02:00