Trait firmware_uefi::platform::nvram::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.

This could be backed by different implementations on the host, such as in Underhill asking the host to revoke VSM via a hypercall.

Required Methods§

Implementors§