cloud-hypervisor/vmm
Sebastien Boeuf cc67131ecc vmm: Retrieve new memory region when memory is extended
Whenever the memory is resized, it's important to retrieve the new
region to pass it down to the device manager, this way it can decide
what to do with it.

Also, there's no need to use a boolean as we can instead use an Option
to carry the information about the region. In case of virtio-mem, there
will be no region since the whole memory has been reserved up front by
the VMM at boot. This means only the ACPI hotplug will return a region
and is the only method that requires the memory to be updated from the
device manager.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-03-27 09:35:39 +01:00
..
src vmm: Retrieve new memory region when memory is extended 2020-03-27 09:35:39 +01:00
Cargo.toml vmm: Pull seccomp crate from Firecracker 2020-03-24 14:59:57 +01:00