Expand description
Protocol used to interact between the Guest and Host via the GET (Guest Emulation Transport)
Re-exports§
pub use header::*;
Modules§
- This module defines the crash dump protocol.
- The schema defined in this file must match the one defined in
onecore/vm/schema/mars/Config/Config.Devices.Chipset.mars
.
Structs§
- This can only be used in PROTOCOL_VERSION_RS5
- Guest notification messages.
- This can only be used in PROTOCOL_VERSION_RS5
- Host notification messages.
- Header ids (Each request has a response of the same ID).
- The response payload could be quite large, so pass host previously shared pages to use for response. Use GET response packet to serialize and convey response length.
- MAP_FRAMEBUFFER_REQUEST
- MAP_FRAMEBUFFER_RESPONSE
- This represents a boolean value sent over the protocol as a u8. The only valid values are 0 or 1.
- Bitfield describing SaveGuestVtl2StateNotification::capabilities_flags
- Triple fault notification to send to the host.
- UNMAP_FRAMEBUFFER
- UNMAP_FRAMEBUFFER_RESPONSE
- The transport level VTL crash data to send to the host.
Constants§
- {455C0F1B-D51B-40B1-BEAC-87377FE6E041}
- {D3E4454D-62AF-44EC-B851-3170915E5F56}
- {8DEDD1AA-9056-49E4-BFD6-1BF90DC38EF0}
- Maximum return pages
- Maximum agent data size
- Maximum attestation report size
- The vmbus max response size is INCOMING_PACKET_BUFFER_PAGES (currently 12K)