Expand description
The pipette protocol used for host-to-guest agent communications. It is defined as messages over a mesh point-to-point connection.
Structs§
- A file that the guest client wishes to be logged on the host for diagnostic purposes.
- A pair of environment variable name and value.
- A request to execute a command inside the guest.
- The response to a request to execute a command inside the guest.
- The bootstrap message sent from the agent to the host.
- A request to read a file.
- A request to power off or reboot the guest.
- A request to write a file.
Enums§
- The exit status of a process.
- A request to the agent.
- The type of shutdown to perform.
Constants§
- The port used for the pipette connection over AF_VSOCK.