cloud-hypervisor/devices
Sebastien Boeuf c8c4a4d444 devices: Create Interrupt trait to abstract interrupt delivery
This commit anticipate the future need from having support for both
in kernel and userspace IOAPIC. The way to signal an interrupt from
the serial device will vary depending on the use case, but this should
be independent from the serial implementation itself.

That's why this patch provides a generic trait for the serial device
to call from, so that it can trigger interrupts independently from the
IOAPIC type chosen (in kernel vs userspace).

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-06-21 10:09:34 +02:00
..
src devices: Create Interrupt trait to abstract interrupt delivery 2019-06-21 10:09:34 +02:00
Cargo.toml vendor: Move to the rust-vmm vmm-sys-util package 2019-06-04 17:51:52 +02:00