cloud-hypervisor/vmm/src
Sebastien Boeuf 53085c7ccc memory: Allow memory to be backed by a file
In the context of vhost-user, we need the guest RAM to be backed by
a file in order to be accessed by an external process. This patch
adds the new flag "file=" to the "--memory" option so that we can
specify from the command line if the memory needs to be backed, and
by which specific file.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-06-27 21:46:00 +02:00
..
config.rs memory: Allow memory to be backed by a file 2019-06-27 21:46:00 +02:00
lib.rs config: Reorganize command line parsing 2019-05-24 17:08:52 +01:00
vm.rs memory: Allow memory to be backed by a file 2019-06-27 21:46:00 +02:00