Crate guest_emulation_transport

Source
Expand description

Guest Emulation Transport - GET

The GET is the guest side of a communication channel that uses VMBUS to communicate between Guest and Host. The Guest sends messages through the GET to get information on the time, VMGS file, attestation, platform settings, bios boot settings, and guest state protection.

Modules§

  • Friendly Rust representations of the data sent over the GET.
  • Error-types associated with various GET client methods.
  • Resource definitions for the GET client.

Structs§

Functions§

  • Takes in a driver and initializes the GET, returning a client that can be used to invoke requests to the GET worker.