Crate dbs_upcall
source ·Expand description
Upcall Client’s Implementation
Provides basic operations for upcall client, include:
- Connect to upcall server and service
- Send data to server
- Receive data from server
Structs
- Command struct to add/del a vCPU.
- Device manager service, realized upcall client service.
- Command struct to add/del a MMIO Virtio Device.
- Upcall client’s Implementation.
- Event handler of upcall client.
Enums
- Device manager’s request representation in client side.
- Device manager’s response representation in client side.
- Upcall client error.
- Upcall client request of different services.
- Upcall client response of different services.
- Upcall client state, used by upcall client state machine.
Traits
- The definition of upcall client service.
Type Definitions
- Upcall client result.