Module persist

Module persist 

Source
Expand description

Defines the structures needed for saving/restoring Virtio primitives.

Structs§

MmioTransportConstructorArgs
Auxiliary structure for initializing the transport when resuming from a snapshot.
MmioTransportState
Transport information saved in snapshot.
QueueConstructorArgs
Auxiliary structure for restoring queues.
QueueState
Queue information saved in snapshot.
VirtioDeviceState
State of a VirtioDevice.

Enums§

PersistError
Errors thrown during restoring virtio state.