Crate vmbus_serial_protocol

Source
Expand description

Protocol definitions for a VMBUS based serial device. Today this serial device is only offered to VTL2.

Structs§

  • Enum for the different guest notification messages. These are asynchronous messages sent by the Host to the HCL.
  • A protocol message header.
  • Enum for the different host notification messages. These are aysynchronous messages sent by the HCL to the Host.
  • Enum for the different host request and response messages. These are synchronous messages sent by the HCL to the host. Note that the host response shares the same enum. (Each request has a response of the same ID)
  • A wrapper type for a protocol message id union.
  • Enum for the different message types.
  • Header message versions.
  • Protocol versions.
  • A response to an RX Data host request message that contains RX data.
  • Guest notification that the connection state of the serial port has changed.
  • Host notification message that TX data is available.
  • A version negotiation request sent from the guest to host.
  • A version negotiation response sent from host to guest.

Constants§