Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/firmware/guest/types/snp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,12 @@ impl ByteParser<()> for ReportVariant {
/// The launch_mit_vector and current_mit_vector fields
/// The page_swap_disabled field in the GuestPolicy field
/// The SEV-TIO field in the PlatformInfo field
#[deprecated(
since = "7.3.0",
note = "This type will be replaced in the next breaking release by a two-stage \
attestation report API that separates unverified report framing from \
verified report-body parsing."
)]
#[repr(C)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
Expand Down
Loading