cloud-hypervisor/virtio-devices
Rob Bradford 7d9dc4013e virtio-devices: Introduce EpollHelper
This is a helper for implementing the worker thread for virtio devices
and in particular handles special behaviour for pause and kill events.

The device specific event handling (for the queues themselves) is
delegated to a method invoked on a new EpollHelperHandler trait. This
method is passed the event as well as the EpollHelper so that it can
operate on the handler in order to manage events itself (required for
virtio-net.)

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-07-23 13:10:34 +01:00
..
src virtio-devices: Introduce EpollHelper 2020-07-23 13:10:34 +01:00
Cargo.toml build(deps): bump libc from 0.2.72 to 0.2.73 2020-07-20 05:15:24 +00:00