Skip to content

Memory Map Semantics #114

Description

https://github.com/microsoft/igvm/blob/main/igvm_defs/src/lib.rs#L1160-L1217

Can you help me understand the motivations behind defining a custom memory map for IGVM?

I've tried to divine the reasons for this. Compared to e820, you've just added 3 flags (purpose, vtl2 and hidden) and compared to EFI_MEMORY_DESCRIPTOR you've removed a bunch of flags and added 2 flags (vtl2 and hidden). Both vtl2 and hidden are also listed as unstable.

Is there a reason not to just use/extend e820 or EFI_MEMORY_DESCRIPTOR?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions