cloud-hypervisor/vmm
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
..
src pci, vmm: Manage VFIO DMA mapping from DeviceManager 2021-03-05 10:38:42 +01:00
Cargo.toml build(deps): bump libc from 0.2.86 to 0.2.87 2021-03-02 11:14:57 +00:00