MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / feature_acked

Method feature_acked

virtio-devices/src/device.rs:243–245  ·  view source on GitHub ↗
(&self, feature: u64)

Source from the content-addressed store, hash-verified

241
242impl VirtioCommon {
243 pub fn feature_acked(&self, feature: u64) -> bool {
244 self.acked_features & (1 << feature) == 1 << feature
245 }
246
247 pub fn ack_features(&mut self, value: u64) {
248 let mut v = value;

Callers 8

activateMethod · 0.80
access_platformMethod · 0.80
update_bypassMethod · 0.80
activateMethod · 0.80
activateMethod · 0.80
is_writeback_enabledMethod · 0.80
activateMethod · 0.80
activateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected