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

Method create_interrupt_controller

vmm/src/device_manager.rs:1464–1468  ·  view source on GitHub ↗
(
        &mut self,
    )

Source from the content-addressed store, hash-verified

1462 }
1463
1464 pub fn create_interrupt_controller(
1465 &mut self,
1466 ) -> DeviceManagerResult<Arc<Mutex<dyn InterruptController>>> {
1467 self.add_interrupt_controller()
1468 }
1469
1470 #[allow(clippy::needless_pass_by_value)]
1471 pub fn create_devices(

Callers 3

init_sev_snpMethod · 0.80
init_mshvMethod · 0.80
init_kvmMethod · 0.80

Calls 1

Tested by

no test coverage detected