cloud-hypervisor/virtio-devices/src/transport
Sebastien Boeuf acfbee5b7a interrupt: Make notifier function return Option<EventFd>
In anticipation for supporting the notifier function for the legacy
interrupt source group, we need this function to return an EventFd
instead of a reference to this same EventFd.

The reason is we can't return a reference when there's an Arc<Mutex<>>
involved in the call chain.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2021-02-10 17:34:56 +00:00
..
mod.rs virtio-devices: Remove mmio and pci differentiation 2020-10-19 14:58:48 +01:00
pci_common_config.rs misc: Use a more relaxed memory model when possible 2020-12-02 19:04:30 +01:00
pci_device.rs interrupt: Make notifier function return Option<EventFd> 2021-02-10 17:34:56 +00:00