cloud-hypervisor/vmm/src
Sebastien Boeuf 080ea31813 pci, vmm: Manage VFIO DMA mapping from DeviceManager
Instead of letting the VfioPciDevice take the decision on how/when to
perform the DMA mapping/unmapping, we move this to the DeviceManager
instead.

The point is to let the DeviceManager choose which guest memory regions
should be mapped or not. In particular, we don't want the virtio-mem
region to be mapped/unmapped as it will be virtio-mem device
responsibility to do so.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2021-03-05 10:38:42 +01:00
..
api Enable pty console 2021-02-09 10:03:28 +00:00
acpi.rs vmm: acpi: Support compiling ACPI code on aarch64 2021-01-26 15:19:02 +08:00
config.rs vmm: config: Fix and complete the help info for the '--disk' option 2021-02-23 08:55:33 +01:00
cpu.rs misc: Bulk upgrade dependencies 2021-02-26 11:31:08 +00:00
device_manager.rs pci, vmm: Manage VFIO DMA mapping from DeviceManager 2021-03-05 10:38:42 +01:00
device_tree.rs vmm: Remove mmio and pci differentiation 2020-10-19 14:58:48 +01:00
interrupt.rs interrupt: Add a notifier method to the InterruptController 2021-02-10 17:34:56 +00:00
lib.rs vmm: Remove "tempfile" dependency from vmm 2021-02-22 14:29:53 +01:00
memory_manager.rs vmm: memory_manager: Add ACPI hotplug region to default memory zone 2021-03-05 10:38:42 +01:00
migration.rs vmm: Improve restore error message about URL conversion 2021-02-23 11:07:48 +00:00
seccomp_filters.rs net_util: Simplify TX/RX queue handling 2021-02-22 10:39:23 +00:00
vm.rs vmm: Use event!() for some key VM actions 2021-02-18 16:15:13 +00:00