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

Method signal_used_queue

virtio-devices/src/pmem.rs:213–220  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

211 }
212
213 fn signal_used_queue(&self) -> result::Result<(), DeviceError> {
214 self.interrupt_cb
215 .trigger(VirtioInterruptType::Queue(0))
216 .map_err(|e| {
217 error!("Failed to signal used queue: {e:?}");
218 DeviceError::FailedSignalingUsedQueue(e)
219 })
220 }
221
222 fn run(
223 &mut self,

Callers 1

handle_eventMethod · 0.45

Calls 1

triggerMethod · 0.45

Tested by

no test coverage detected