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

Method clear_pending_bar_reprogram

pci/src/configuration.rs:1093–1095  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1091 }
1092
1093 pub(crate) fn clear_pending_bar_reprogram(&mut self) {
1094 self.pending_bar_reprogram = Vec::new();
1095 }
1096
1097 /// Restore BAR address after a failed move. This undoes the premature
1098 /// address update in detect_bar_reprogramming() so that config space

Callers 1

write_config_registerMethod · 0.80

Calls 1

newFunction · 0.85

Tested by

no test coverage detected