MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / ready

Method ready

devices/src/pvmemcontrol.rs:339–344  ·  view source on GitHub ↗
(PercpuInitState { port_buf_map, .. }: PercpuInitState)

Source from the content-addressed store, hash-verified

337 }
338
339 fn ready(PercpuInitState { port_buf_map, .. }: PercpuInitState) -> Self {
340 PvmemcontrolDevice::new(
341 PvmemcontrolTransport::ack(),
342 PvmemcontrolState::Ready(port_buf_map),
343 )
344 }
345
346 fn run_command(
347 &mut self,

Callers 5

clone_queueFunction · 0.80
stateMethod · 0.80
prepare_activatorMethod · 0.80
needs_activationMethod · 0.80

Calls 1

newFunction · 0.85

Tested by

no test coverage detected