cloud-hypervisor/vmm
Sebastien Boeuf e4e8062dda vmm: Mark guest RAM pages as mergeable
In case the VM is started with the flag "--memory mergeable=on", it
means the user expects the guest RAM 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 RAM 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