rfc: Add Unaccepted Hot-Plug Memory Hint attribute#41
Open
pratiksampat wants to merge 1 commit into
Open
Conversation
Propose EFI_MEMORY_UHP and EFI_RESOURCE_ATTRIBUTE_UNACCEPTED_HOT_PLUG so firmware can mark unaccepted memory belonging to a memory hot-plug window, distinct from present-but-unvalidated unaccepted memory. This lets a confidential-computing guest OS defer acceptance of that window until the memory is actually hot-added, with an AMD SEV-SNP reference implementation on OVMF/QEMU. Signed-off-by: Pratik R. Sampat <prsampat@amd.com>
pratiksampat
requested review from
a team,
makubacki and
mdkinney
as code owners
July 15, 2026 16:44
Author
|
Link to edk2 Github issue: tianocore/edk2#12810 |
This was referenced Jul 15, 2026
Contributor
|
@pratiksampat imo, this does not need an RFC. I think the change is scoped enough and doesn't raise fundamental edk2 questions, just PI/UEFI spec questions that we can discuss this fully in the Code First PR. |
Author
|
Sure thing, we can definitely close this out and continue the discussion over edk2's PR. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Propose EFI_MEMORY_UHP and EFI_RESOURCE_ATTRIBUTE_UNACCEPTED_HOT_PLUG so firmware can mark unaccepted memory belonging to a memory hot-plug window, distinct from present-but-unvalidated unaccepted memory. This lets a confidential-computing guest OS defer acceptance of that window until the memory is actually hot-added, with an AMD SEV-SNP reference implementation on OVMF/QEMU.