Module bus

Source
Expand description

Vmbus bus definitions.

Structs§

GpadlRequest
GPADL information from the guest.
OfferInput
Input for creating a channel offer.
OfferKey
The identifying IDs for a channel offer.
OfferParams
Channel offer parameters.
OfferResources
Resources for an offered channel.
OpenData
Channel open-specific data.
OpenRequest
Information provided to devices when a channel is opened.
OpenResult
The successful result of an open request.
RestoreResult
The result of a ChannelServerRequest::Restore operation.
RestoredGpadl
A restored GPADL.

Enums§

ChannelRequest
A request from the VMBus control plane.
ChannelServerRequest
A request to the VMBus control plane.
ChannelType
The channel type.
ModifyRequest
Modify channel request.

Traits§

ParentBus
Trait implemented by VMBus servers.