Crate hv1_hypercall

Source
Expand description

Hyper-V hypercall parsing.

This crate helps you implement handling for Hyper-V hypercalls issued by guest VMs. These are the hypercalls defined in the Hypervisor Top Level Functional Specification.

Besides providing parsing of the core hypercall ABI, it also provides Rust traits for each supported hypercall.

To use this crate, you provide access to the processor’s registers, and you implement the trait corresponding to each hypercall you want to support. Then you use the dispatcher macro to instantiate a dispatcher, and you call Dispatcher::dispatch dispatch the hypercall.

Re-exports§

  • pub use self::support::HypercallHandler;

Macros§

  • Creates a hypercall dispatcher, where the dispatcher can support any of the list of provided hypercalls.

Structs§

Enums§

Traits§

Type Aliases§