Skip to main content

VsmConfig

Trait VsmConfig 

Source
pub trait VsmConfig: Send {
    // Required method
    fn revoke_guest_vsm(&self);
}
Expand description

Callbacks that enable nvram services to revoke VSM on ExitBootServices if requested by the guest.

Required Methods§

Implementors§