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§
- Fatal
GetError - Encountered fatal GET error
- Guest
Emulation Transport Client - Guest-side client for the GET.
- Spawn
GetError - 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.