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

Method notify

devices/src/acpi.rs:108–114  ·  view source on GitHub ↗
(
        &mut self,
        notification_type: AcpiNotificationFlags,
    )

Source from the content-addressed store, hash-verified

106 }
107
108 pub fn notify(
109 &mut self,
110 notification_type: AcpiNotificationFlags,
111 ) -> Result<(), std::io::Error> {
112 self.notification_type |= notification_type;
113 self.interrupt.trigger(0)
114 }
115
116 pub fn irq(&self) -> u32 {
117 self.ged_irq

Callers

nothing calls this directly

Calls 1

triggerMethod · 0.45

Tested by

no test coverage detected