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

Method check_required_extensions

hypervisor/src/kvm/mod.rs:1655–1658  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1653 }
1654
1655 fn check_required_extensions(&self) -> hypervisor::Result<()> {
1656 check_required_kvm_extensions(&self.kvm)
1657 .map_err(|e| hypervisor::HypervisorError::CheckExtensions(e.into()))
1658 }
1659
1660 #[cfg(target_arch = "x86_64")]
1661 ///

Callers 2

test_setlintFunction · 0.45
create_hypervisor_vmMethod · 0.45

Calls 1

Tested by 1

test_setlintFunction · 0.36