Re: [edk2-devel] [PATCH v11 0/4] Add safe unaccepted memory behavior

2023-01-26 Thread Ard Biesheuvel
On Thu, 26 Jan 2023 at 22:17, Dionna Glaze wrote: > > We make eager memory acceptance the default behavior at > ExitBootServices for SEV-SNP machines by using the standard-enforced > behavior that if the call returns an error code, then the map key is > incorrect and the caller must re-call GetMem

[edk2-devel] [PATCH v11 0/4] Add safe unaccepted memory behavior

2023-01-26 Thread Dionna Glaze via groups.io
We make eager memory acceptance the default behavior at ExitBootServices for SEV-SNP machines by using the standard-enforced behavior that if the call returns an error code, then the map key is incorrect and the caller must re-call GetMemoryMap to ensure the contents are correct. Eager memory acce