Crate hv1_emulator

Source
Expand description

Hyper-V hypervisor interface emulator.

This crate implements support for emulating the hypervisor’s synthetic interrupt controller, synthetic MSRs, and synthetic cpuid leaves, as defined in the Hypervisor Top Level Functional Specification.

See also the peer crate hv1_hypercall for emulating HV#1 hypercalls.

Modules§

  • Provides the synthetic hypervisor cpuid leaves matching this hv1 emulator’s capabilities.
  • Hypervisor MSR emulation.
  • Methods to support emulating hypercalls.
  • Emulation of an unbounded synic message queue.
  • Synthetic interrupt controller emulation.
  • X86-specific HV1 definitions.

Traits§