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

Keep non-public Hyper-V definitions in the MSHV crate #101

Merged
merged 4 commits into from
Jul 6, 2023

Commits on Jul 5, 2023

  1. mshv-bindings: Add non public snp related definitions

    Fro sev-snp support we are using some data structure
    that are non-public. We are not adding those
    definitions to linux-dom0 header.
    
    Signed-off-by: Muminul Islam <muislam@microsoft.com>
    russell-islam committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    b7bc671 View commit details
    Browse the repository at this point in the history
  2. mshv-bindings: Keep vmgexit_port_info struct in snp.rs

    Signed-off-by: Muminul Islam <muislam@microsoft.com>
    russell-islam committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    99e5a28 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. mshv-bindings: Fix clippy warnings

    Signed-off-by: Muminul Islam <muislam@microsoft.com>
    russell-islam committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    2609217 View commit details
    Browse the repository at this point in the history
  2. mshv-bindings: Keep reference of the SNP definitions

    Add some info and links of the SNP definitions are derived from.
    
    Signed-off-by: Muminul Islam <muislam@microsoft.com>
    russell-islam committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    6089d4a View commit details
    Browse the repository at this point in the history