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

Method vcpu_get_finalized_features

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

Source from the content-addressed store, hash-verified

2616
2617 #[cfg(target_arch = "aarch64")]
2618 fn vcpu_get_finalized_features(&self) -> i32 {
2619 kvm_bindings::KVM_ARM_VCPU_SVE as i32
2620 }
2621
2622 #[cfg(target_arch = "aarch64")]
2623 fn vcpu_set_processor_features(

Callers 1

initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected