cloud-hypervisor/vmm
Rob Bradford b68add2d0d vmm: Enable THP when using anonymous memory
If the memory is not backed by a file then it is possible to enable
Transparent Huge Pages on the memory and take advantage of the benefits
of huge pages without requiring the specific allocation of an appropriate
number of huge pages.

TEST=Boot and see that in /proc/`pidof cloud-hypervisor`/smaps that the
region is now THPeligible (and that also pages are being used.)

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2022-11-09 16:51:21 +00:00
..
src vmm: Enable THP when using anonymous memory 2022-11-09 16:51:21 +00:00
Cargo.toml build: Bump linux-loader from 0.6.0 to 0.7.0 2022-11-02 11:02:00 +00:00