hv1_hypercall

Trait VtlReturn

Source
pub trait VtlReturn {
    // Required methods
    fn is_vtl_return_allowed(&self) -> bool;
    fn vtl_return(&mut self, fast: bool);
}
Expand description

Implements the HvVtlReturn hypercall.

Required Methods§

Source

fn is_vtl_return_allowed(&self) -> bool

Checks if a return to a lower vtl is allowed based on current state.

Source

fn vtl_return(&mut self, fast: bool)

Return to a lower VTL.

Implementors§