Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ dtable_start
Method
dtable_start
vm-virtio/src/queue.rs:217–219 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
215
}
216
217
pub fn dtable_start(&self) -> GuestAddress {
218
self.dtable.first().unwrap().start()
219
}
220
221
pub fn avail_start(&self) -> GuestAddress {
222
self.avail.flags.location
Callers
2
create_queue
Method · 0.80
start
Method · 0.80
Calls
1
start
Method · 0.45
Tested by
no test coverage detected