cloud-hypervisor/vmm/src
Sebastien Boeuf 8df05b72dc vmm: Add MSI-X support to virtio-pci devices
In order to allow virtio-pci devices to use MSI-X messages instead
of legacy pin based interrupts, this patch implements the MSI-X
support for cloud-hypervisor. The VMM code and virtio-pci bits have
been modified based on the "msix" module previously added to the pci
crate.

Fixes #12

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-06-06 15:27:35 +01:00
..
config.rs config: Reorganize command line parsing 2019-05-24 17:08:52 +01:00
lib.rs config: Reorganize command line parsing 2019-05-24 17:08:52 +01:00
vm.rs vmm: Add MSI-X support to virtio-pci devices 2019-06-06 15:27:35 +01:00