Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ used_start
Method
used_start
vm-virtio/src/queue.rs:225–227 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
223
}
224
225
pub fn used_start(&self) -> GuestAddress {
226
self.used.flags.location
227
}
228
229
// Creates a new Queue, using the underlying memory regions represented by the VirtQueue.
230
pub fn create_queue(&self) -> Queue {
Callers
1
create_queue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected