Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

msft-jlange
Copy link
Contributor

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.

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.

Signed-off-by: Jon Lange <[email protected]>
@joergroedel joergroedel merged commit 711fe78 into coconut-svsm:main Oct 23, 2024
3 checks passed
@msft-jlange msft-jlange deleted the platform_start_cpu branch October 23, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants