cloud-hypervisor/vmm/src
Rob Bradford 0c6706a510 vmm, virtio: pmem: Move freeing of mappped region into device
Move the release of the managed memory region from the DeviceManager to
the virtio-pmem device. This ensures that the memory will be freed when
the device is unplugged which will lead to it being Drop()ed.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-04-14 17:46:11 +01:00
..
api vmm: openapi: Mark "initramfs" field nullable 2020-04-09 23:25:18 +02:00
acpi.rs vmm: acpi: Remove unused IORT related structures 2020-03-17 12:46:26 +00:00
config.rs vmm: config: Use Default::default() value for initramfs field 2020-04-09 17:28:45 +02:00
cpu.rs vmm: vm: Implement the Snapshottable trait 2020-04-07 12:26:10 +02:00
device_manager.rs vmm, virtio: pmem: Move freeing of mappped region into device 2020-04-14 17:46:11 +01:00
interrupt.rs msi/msi-x: Prevent from losing masked interrupts 2020-02-25 08:31:14 +00:00
lib.rs vmm: Add "prefault" option when restoring 2020-04-08 10:56:14 +02:00
memory_manager.rs vmm: Add "prefault" option when restoring 2020-04-08 10:56:14 +02:00
migration.rs vmm: Add a VmRestore command 2020-04-02 13:24:25 +01:00
seccomp_filters.rs vmm: seccomp: Add missing mremap() syscall 2020-04-14 14:11:41 +02:00
vm.rs vmm: Allow PVH boot with initramfs 2020-04-09 17:28:03 +02:00