cloud-hypervisor/vmm
Sebastien Boeuf f979380620 vmm: Mark guest persistent memory pages as mergeable
In case the VM is started with the flag "--pmem mergeable=on", it means
the user expects the guest persistent memory pages to be marked as
mergeable. This commit relies on the madvise(MADV_MERGEABLE) system call
to inform the host kernel about these pages.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-11-22 15:28:10 +00:00
..
src vmm: Mark guest persistent memory pages as mergeable 2019-11-22 15:28:10 +00:00
Cargo.toml vmm: http: Convert to micro_http HttpServer 2019-11-10 14:51:55 +01:00