cloud-hypervisor/vm-virtio
Sebastien Boeuf 99f39291fd pci: Simplify PciDevice trait
There's no need for assign_irq() or assign_msix() functions from the
PciDevice trait, as we can see it's never used anywhere in the codebase.
That's why it's better to remove these methods from the trait, and
slightly adapt the existing code.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-01-21 10:44:48 +01:00
..
src pci: Simplify PciDevice trait 2020-01-21 10:44:48 +01:00
Cargo.toml vm-virtio: Cleanup from kvm_iotcls and kvm_bindings dependencies 2020-01-17 23:43:45 +01:00