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

Method create_irq_chip

hypervisor/src/kvm/mod.rs:797–801  ·  view source on GitHub ↗

Creates an in-kernel interrupt controller.

(&self)

Source from the content-addressed store, hash-verified

795 /// Creates an in-kernel interrupt controller.
796 ///
797 fn create_irq_chip(&self) -> vm::Result<()> {
798 self.fd
799 .create_irq_chip()
800 .map_err(|e| vm::HypervisorVmError::CreateIrq(e.into()))
801 }
802
803 ///
804 /// Registers an event that will, when signaled, trigger the `gsi` IRQ.

Callers 1

test_setlintFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_setlintFunction · 0.36