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

switch to SVSM based Linux branch & clean up VMSA code #100

Merged
merged 10 commits into from
Nov 30, 2024

Conversation

Freax13
Copy link
Owner

@Freax13 Freax13 commented Nov 30, 2024

No description provided.

They're working on upstreaming VMPLs into Linux, so let's base our
efforts on theirs.
All of the VMSA fields are now POD.
All fields are POD and this allows us to use typed fields for types
that don't implement the bytemuck traits.
Contrary to Vmsa::default this function is const.
These defaults are closer to what KVM uses by default.
One big advantage is that we no longer have to rely on KVM patches to
activate more SEV features. It also removes the need for hard-coded
VMSA hashes for calculating the launch digest.
@Freax13 Freax13 merged commit a5228ed into main Nov 30, 2024
50 checks passed
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.

1 participant