You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hypervisor image size is determined at link time, but now it is
calculated and stored in a global variable during mmu initialization,
and the helper function reads from that variable. Change to calculate
it inside helper function to avoid inconsistency.
Tracked-On: projectacrn#8738
Signed-off-by: Jiaqing Zhao <[email protected]>
Reviewed-by: Fei Li <[email protected]>
Mark hypervisor memory region as unusable in its e820 table to avoid
being overlapped by e820_alloc_memory(). As it is already filtered out
in hypervisor e820 table, there is no longer need to filter it out in
service VM e820.
Tracked-On: projectacrn#8738
Signed-off-by: Jiaqing Zhao <[email protected]>
Reviewed-by: Fei Li <[email protected]>
No description provided.
The text was updated successfully, but these errors were encountered: