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§
Sourcefn is_vtl_return_allowed(&self) -> bool
fn is_vtl_return_allowed(&self) -> bool
Checks if a return to a lower vtl is allowed based on current state.
Sourcefn vtl_return(&mut self, fast: bool)
fn vtl_return(&mut self, fast: bool)
Return to a lower VTL.