cloud-hypervisor/vmm
Sebastien Boeuf c22fd39170 vmm: Remove virtio device's userspace mapping on hot-unplug
When a virtio device is dynamically removed from the VM through the
hot-unplug mechanism, every mapping associated with it must be properly
removed.

Based on the previous patches letting a VirtioDevice expose the list of
userspace mappings associated with it, this patch can now remove all the
KVM userspace memory regions through the MemoryManager.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-04-21 10:02:21 +01:00
..
src vmm: Remove virtio device's userspace mapping on hot-unplug 2020-04-21 10:02:21 +01:00
Cargo.toml vmm, devices: Add firmware debug port device 2020-04-17 12:54:00 +02:00