cloud-hypervisor/vmm
Sebastien Boeuf 7e127df415 vmm: memory_manager: Replace 'ext_region' by 'saved_region'
Any occurrence of of a variable containing `ext_region` is replaced with
the less confusing name `saved_region`. The point is to clearly identify
the memory regions that might have been saved during a snapshot, while
the `ext` standing for `external` was pretty unclear.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-10-23 21:59:52 +02:00
..
src vmm: memory_manager: Replace 'ext_region' by 'saved_region' 2020-10-23 21:59:52 +02:00
Cargo.toml virtio-devices: Remove mmio and pci differentiation 2020-10-19 14:58:48 +01:00