pub async fn save_underhill(
vm_send: &Sender<VmRpc>,
send: &Sender<GuestEmulationRequest>,
flags: GuestServicingFlags,
file: File,
) -> Result<()>
Expand description
Save the running state of Underhill and stage the new version.
pub async fn save_underhill(
vm_send: &Sender<VmRpc>,
send: &Sender<GuestEmulationRequest>,
flags: GuestServicingFlags,
file: File,
) -> Result<()>
Save the running state of Underhill and stage the new version.