Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ set_gsi
Method
set_gsi
vmm/src/interrupt.rs:297–300 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
295
}
296
297
fn set_gsi(&self) -> Result<()> {
298
let routes = self.gsi_msi_routes.lock().unwrap();
299
self.set_gsi_routes(&routes)
300
}
301
302
fn set_notifier(
303
&mut self,
Callers
1
new
Method · 0.45
Calls
1
set_gsi_routes
Method · 0.80
Tested by
no test coverage detected