Trait VtlProtectHypercallOverlay

Source
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§

Source

fn change_overlay(&mut self, gpn: u64)

Change the location of the overlay.

Source

fn disable_overlay(&mut self)

Disable the overlay.

Implementors§