Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ avail_start
Method
avail_start
vm-virtio/src/queue.rs:221–223 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
219
}
220
221
pub fn avail_start(&self) -> GuestAddress {
222
self.avail.flags.location
223
}
224
225
pub fn used_start(&self) -> GuestAddress {
226
self.used.flags.location
Callers
1
create_queue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected