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§

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

Structs§

FatalGetError
Encountered fatal GET error
GuestEmulationTransportClient
Guest-side client for the GET.
SpawnGetError
Error while initialize the GET worker

Functions§

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