cloud-hypervisor/vmm/src
Sebastien Boeuf ac01ceddbb vmm: Cleanup list of PCI IDs related to virtual IOMMU
Now that devices attached to the virtual IOMMU are described through
virtio configuration, there is no need for the DeviceManager to store
the list of IDs for all these devices. Instead, things are handled
locally when PCI devices are being added.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-01-30 10:37:40 +01:00
..
api vmm: Support vhost-user-net via "--net" 2020-01-28 12:39:26 +00:00
acpi.rs vmm: Use virtio topology for virtio-iommu 2020-01-30 10:37:40 +01:00
config.rs vmm: Give deprecation warning for "--vhost-user-blk" syntax 2020-01-29 08:06:37 +00:00
cpu.rs vmm: Fix map_err losing the inner error 2020-01-24 12:42:09 +01:00
device_manager.rs vmm: Cleanup list of PCI IDs related to virtual IOMMU 2020-01-30 10:37:40 +01:00
interrupt.rs vmm: Create an InterruptManager dedicated to IOAPIC 2020-01-23 11:20:08 +00:00
lib.rs vmm: Log an error if VM resize fails 2020-01-17 23:44:21 +01:00
memory_manager.rs vmm: Fix map_err losing the inner error 2020-01-24 12:42:09 +01:00
vm.rs vmm: Fix map_err losing the inner error 2020-01-24 12:42:09 +01:00