cloud-hypervisor/vm-virtio
Sebastien Boeuf ec0b5567c8 vmm: Share the guest memory instead of cloning it
The VMM guest memory was cloned (copied) everywhere the code needed to
have ownership of it. In order to clean the code, and in anticipation
for future support of modifying this guest memory instance at runtime,
it is important that every part of the code share the same instance.

Because VirtioDevice implementations need to have access to it from
different threads, that's why Arc must be used in this case.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-08-22 08:24:15 +01:00
..
src vmm: Share the guest memory instead of cloning it 2019-08-22 08:24:15 +01:00
Cargo.toml build: Bulk update dependencies 2019-08-02 15:22:37 +02:00