pub async fn service_underhill(
vm_send: &Sender<VmRpc>,
send: &Sender<GuestEmulationRequest>,
flags: GuestServicingFlags,
file: File,
) -> Result<()>
Expand description
Replace the running version of Underhill.
pub async fn service_underhill(
vm_send: &Sender<VmRpc>,
send: &Sender<GuestEmulationRequest>,
flags: GuestServicingFlags,
file: File,
) -> Result<()>
Replace the running version of Underhill.