Skip to content

Commit

Permalink
mshv-bindings: Keep reference of the SNP definitions
Browse files Browse the repository at this point in the history
Add some info and links of the SNP definitions are derived from.

Signed-off-by: Muminul Islam <[email protected]>
  • Loading branch information
russell-islam committed Jul 6, 2023
1 parent 2609217 commit 6089d4a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mshv-bindings/src/snp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
//
// SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause
//

// Definitions are derived from AMD GHCB spec
// https://www.amd.com/system/files/TechDocs/56421-guest-hypervisor-communication-block-standardization.pdf
// https://www.amd.com/system/files/TechDocs/24593.pdf
//
#![allow(
clippy::too_many_arguments,
clippy::missing_safety_doc,
Expand Down

0 comments on commit 6089d4a

Please sign in to comment.