Crate disk_get_vmgs

Source
Expand description

A disk backend using the GET’s VMGS block interface.

This is coded as a general-purpose block device (I guess you could boot a VM off of it), but it is likely only useful for using as the VMGS backing device.

Modules§

save_restore
Save/restore structure definitions.

Structs§

GetVmgsDisk
An implementation of [DiskIo] backed by the GET.

Enums§

NewGetVmgsDiskError
An error that can occur when creating a new GetVmgsDisk.