mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-28 07:45:32 +00:00
The current code uses a predefined sworld memory array to reserve memory for trusty VMs, and assume all post launched VMs are trusty VM which is not correct. This patch statically reserved memory just for trusty VMs and save 16M memory for every non trusty VM. Tracked-On: #6690 Signed-off-by: Chenli Wei <chenli.wei@intel.com> Acked-by: Eddie Dong <eddie.dong@Intel.com>