cloud-hypervisor/vmm
Wei Liu c31e747005 vmm: interrupt: generify impl InterruptManager for MsiInterruptManager
The logic can be shared among hypervisor implementations.

The 'static bound is used such that we don't need to deal with extra
lifetime parameter everywhere. It should be okay because we know the
entry type E doesn't contain any reference.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
2020-06-30 12:09:42 +01:00
..
src vmm: interrupt: generify impl InterruptManager for MsiInterruptManager 2020-06-30 12:09:42 +01:00
Cargo.toml build(deps): bump signal-hook from 0.1.15 to 0.1.16 2020-06-22 14:09:11 +01:00