Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ ack_features
Method
ack_features
virtio-devices/src/vsock/device.rs:459–461 ·
view source on GitHub ↗
(&mut self, value: u64)
Source
from the content-addressed store, hash-verified
457
}
458
459
fn ack_features(&mut self, value: u64) {
460
self.common.ack_features(value);
461
}
462
463
fn read_config(&self, offset: u64, data: &mut [u8]) {
464
match offset {
Callers
1
test_virtio_device
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_virtio_device
Function · 0.36