microsoft / igvm

MIT License
87 stars 18 forks source link

igvm_defs: add support for specific purpose memory in MemoryMapEntryType. #64

Closed Patrick-Payne closed 3 months ago

Patrick-Payne commented 4 months ago

This PR adds a MemoryMapEntryType for specific purpose memory. This corresponds with the UEFI memory map attribute EFI_MEMORY_SP, added in UEFI 2.8. EFI_MEMORY_SP is used to indicate that the memory has special properties and is to be reserved for application use, and shouldn't be used by the firmware or OS.

chris-oo commented 4 months ago

Please retitle your pr to something like igvm_defs: add support for special purpose memory in MemoryMapEntryType.

chris-oo commented 4 months ago

I think unfortunately your PR is gated on #63 being resolved, but hopefully that should be fixed soon.