pub enum GuestEvent {
Show 14 variants
BootSuccess,
BootSuccessSecureBootFailed,
BootFailure,
BootFailureSecureBootFailed,
NoBootDevice,
AttestationFailed,
VmgsFileClear,
VmgsInitFailed,
VmgsInvalidFormat,
VmgsCorruptFormat,
KeyNotReleased,
DekDecryptionFailed,
WatchdogTimeoutReset,
BootAttempt,
}
Expand description
Events the guest can log to the host via the GET.
Variants§
BootSuccess
BootSuccessSecureBootFailed
BootFailure
BootFailureSecureBootFailed
NoBootDevice
AttestationFailed
VmgsFileClear
VmgsInitFailed
VmgsInvalidFormat
VmgsCorruptFormat
KeyNotReleased
DekDecryptionFailed
WatchdogTimeoutReset
BootAttempt
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GuestEvent
impl RefUnwindSafe for GuestEvent
impl Send for GuestEvent
impl Sync for GuestEvent
impl Unpin for GuestEvent
impl UnwindSafe for GuestEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more