cloud-hypervisor/pci/src
Sebastien Boeuf b918220b49 vmm: Support virtio-pci devices attached to a virtual IOMMU
This commit is the glue between the virtio-pci devices attached to the
vIOMMU, and the IORT ACPI table exposing them to the guest as sitting
behind this vIOMMU.

An important thing is the trait implementation provided to the virtio
vrings for each device attached to the vIOMMU, as they need to perform
proper address translation before they can access the buffers.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-10-07 10:12:07 +02:00
..
bus.rs vmm: Support virtio-pci devices attached to a virtual IOMMU 2019-10-07 10:12:07 +02:00
configuration.rs pci: Fix add_capability unit test 2019-08-03 08:43:44 +01:00
device.rs linters: Fix clippy issues 2019-08-15 09:10:04 -07:00
lib.rs pci, vmm: Expose the PCI bus for configuration via MMIO 2019-09-30 18:00:31 +01:00
msi.rs pci: Add MSI capability structure 2019-07-22 09:50:10 -07:00
msix.rs pci: Add MSI-X helper to check if interrupts are enabled 2019-08-08 17:38:47 +01:00