Skip to content

Commit

Permalink
Add migratable bit to TdxPolicy.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmatson committed Aug 23, 2024
1 parent ec710cb commit 040fd19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion igvm_defs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,9 @@ pub struct TdxPolicy {
pub debug_allowed: u8,
#[bits(1)]
pub sept_ve_disable: u8,
#[bits(62)]
#[bits(1)]
pub migratable: u8,
#[bits(61)]
pub reserved: u64,
}

Expand Down

0 comments on commit 040fd19

Please sign in to comment.