pub trait VtlProtectHypercallOverlay {
// Required methods
fn change_overlay(&mut self, gpn: u64);
fn disable_overlay(&mut self);
}
Expand description
A trait for managing the hypercall code page overlay, including its location and vtl protections.
Required Methods§
Sourcefn change_overlay(&mut self, gpn: u64)
fn change_overlay(&mut self, gpn: u64)
Change the location of the overlay.
Sourcefn disable_overlay(&mut self)
fn disable_overlay(&mut self)
Disable the overlay.