-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
igvmbld: Change memory layout to allow SVSM to invalidate boot mem re…
…gions The current layout of memory places some pages inside the low memory range but outside of the first 640K. The SVSM invalidates all low memory up to 0xA0000 but by placing pages outside this range means we would need to add extra logic to SVSM to detect and invalidate these pages. This patch moves the secrets page below 640K and moves the QEMU VMSA region to the base of the kernel space making Hyper-V and QEMU consistent with each other. The memory map comment has been updated to reflect these changes. Signed-off-by: Roy Hopkins <roy.hopkins@suse.com>
- Loading branch information
1 parent
d6b606c
commit 571db22
Showing
1 changed file
with
25 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters