mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
16e1449f1e
Similar to balloon inflation, memory allocation is also constrained to align with the page size. Therefore, memory is allocated in units of the host page size, one page at a time, until all host pages that the memory range requested by the guest are managed. If the requested size is smaller than the page size, the entire page will still be allocated because smaller allocations are not possible due to the page size limitation. Fixes: cloud-hypervisor#5369 Signed-off-by: Jianyong Wu <jianyong.wu@arm.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |