cloud-hypervisor/vmm/src
Sebastien Boeuf 0fa1e2c241 vmm: Handle mapping from devices regions through vm-memory
Devices like virtio-pmem and virtio-fs require some dedicated memory
region to be mapped. The memory mapping from the DeviceManager is being
replaced by the usage of MmapRegion from the vm-memory crate.

The unmap will happen automatically when the MmapRegion will be dropped,
which should happen when the DeviceManager gets dropped.

Fixes #240

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-01-24 17:56:49 +01:00
..
api vmm: Add multiple queue option and update config for virtio-net device 2020-01-17 12:06:19 +01:00
acpi.rs vmm: Add memory hotplug ACPI entries to DSDT 2020-01-15 20:21:22 +01:00
config.rs net_util: Fix map_err losing the inner error 2020-01-24 12:42:09 +01:00
cpu.rs vmm: Fix map_err losing the inner error 2020-01-24 12:42:09 +01:00
device_manager.rs vmm: Handle mapping from devices regions through vm-memory 2020-01-24 17:56:49 +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