Crate hvdef

source ·
Expand description

Microsoft hypervisor definitions.

Modules§

Structs§

Enums§

Constants§

Type Aliases§

  • Hypervisor result type for rep hypercalls. These hypercalls have either no or only rep output data, which is passed separately from the result. The error is an a tuple consisting of an HvError and the number of elements successfully processed prior to the error being returned. An Ok result implies that all input elements were processed successfully.
  • Hypervisor result type for simple hypercalls, or code where only an HV_STATUS is to be returned. The error is an HvError and the success value T is the output data of the hypercall.