coconut-svsm / svsm

COCONUT-SVSM
MIT License
122 stars 42 forks source link

platform: move AP page table construction into common code #493

Closed msft-jlange closed 1 month ago

msft-jlange commented 1 month ago

The process of cloning page tables to create the page table hierarchy for a new processor does not include platform-specific logic. Therefore it should not be implemented in the platform object.