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

Method check_extension

hypervisor/src/kvm/mod.rs:593–595  ·  view source on GitHub ↗

Checks if a particular `Cap` is available.

(&self, c: Cap)

Source from the content-addressed store, hash-verified

591 }
592 /// Checks if a particular `Cap` is available.
593 pub fn check_extension(&self, c: Cap) -> bool {
594 self.fd.check_extension(c)
595 }
596
597 #[cfg(target_arch = "x86_64")]
598 /// Translates the MSI extended destination ID bits according to the logic

Callers 3

make_routing_entryMethod · 0.80
create_vmMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected