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

Fix aarch32 vm install #148

Merged
merged 1 commit into from
May 23, 2024
Merged

Fix aarch32 vm install #148

merged 1 commit into from
May 23, 2024

Conversation

josecm
Copy link
Member

@josecm josecm commented May 23, 2024

The level of page table where entries are shared for aarch32 is lvl 1. By resharing the lvl 0 pte, this was causing erroneous mappings on secondary cores.

Depends on #114

The level of page table where entries are shared for aarch32 is lvl 1.
By resharing the lvl 0 pte, this was causing erroneous mappings on
secondary cores.

Signed-off-by: Jose Martins <josemartins90@gmail.com>
@danielRep danielRep self-assigned this May 23, 2024
@danielRep danielRep merged commit 4b999b5 into main May 23, 2024
15 checks passed
@danielRep danielRep deleted the fix/aarch32_vm_install branch May 23, 2024 17:37
@josecm josecm restored the fix/aarch32_vm_install branch May 24, 2024 09:25
@josecm josecm deleted the fix/aarch32_vm_install branch May 24, 2024 09:26
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.

None yet

4 participants