Expand description
Vmbus bus definitions.
Structs§
- Gpadl
Request - GPADL information from the guest.
- Offer
Input - Input for creating a channel offer.
- Offer
Key - The identifying IDs for a channel offer.
- Offer
Params - Channel offer parameters.
- Offer
Resources - Resources for an offered channel.
- Open
Data - Channel open-specific data.
- Open
Request - Information provided to devices when a channel is opened.
- Open
Result - The successful result of an open request.
- Restore
Result - The result of a
ChannelServerRequest::Restore
operation. - Restored
Gpadl - A restored GPADL.
Enums§
- Channel
Request - A request from the VMBus control plane.
- Channel
Server Request - A request to the VMBus control plane.
- Channel
Type - The channel type.
- Modify
Request - Modify channel request.
Traits§
- Parent
Bus - Trait implemented by VMBus servers.