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

Method set_interrupt_controller

vmm/src/cpu.rs:2208–2213  ·  view source on GitHub ↗
(
        &mut self,
        interrupt_controller: Arc<Mutex<dyn InterruptController>>,
    )

Source from the content-addressed store, hash-verified

2206 }
2207
2208 pub(crate) fn set_interrupt_controller(
2209 &mut self,
2210 interrupt_controller: Arc<Mutex<dyn InterruptController>>,
2211 ) {
2212 self.interrupt_controller = Some(interrupt_controller);
2213 }
2214
2215 pub(crate) fn vcpus_kill_signalled(&self) -> &Arc<AtomicBool> {
2216 &self.vcpus_kill_signalled

Callers 1

create_devicesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected