cloud-hypervisor/vmm
Rob Bradford 5dd675710b vmm: Call munmap() on regions that have been mmap()ed
For virtio-fs and virtio-pmem regions of memory are manually mapped into
the address space of the VMM. In order to cleanly reboot we need to
unmap those regions.

Fixes: #223

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2019-09-05 10:38:14 +01:00
..
src vmm: Call munmap() on regions that have been mmap()ed 2019-09-05 10:38:14 +01:00
Cargo.toml vmm, arch, devices: Put ACPI support behind a default feature 2019-09-03 19:18:49 +02:00