Expand description
Vmbus channel offer support and related functionality.
Modules§
- Vmbus bus definitions.
- Trait-based VMBus channel support.
- GPADL support.
- GPADL-backed ring buffers.
- Vmbus channel offer support.
- Resource definitions related to vmbus.
- Traits for implementing simple vmbus devices with no subchannels.
Structs§
- Error returned from
SignalVmbusChannel::poll_for_signal
indicating the channel has been closed by the other endpoint. - The resources for a bidirectional vmbus channel.
Traits§
- An object to use to communicate notifications with the remote endpoint of a vmbus channel.
Functions§
- Creates a pair of connected channels. Useful for testing.