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

Enum VcpuInit

hypervisor/src/lib.rs:208–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206
207#[derive(Debug, Clone, Copy, PartialEq, serde::Serialize, serde::Deserialize)]
208pub enum VcpuInit {
209 #[cfg(all(feature = "kvm", target_arch = "aarch64"))]
210 Kvm(kvm_bindings::kvm_vcpu_init),
211 #[cfg(all(feature = "mshv", target_arch = "aarch64"))]
212 Mshv(mshv_bindings::MshvVcpuInit),
213}
214
215#[derive(Debug, Clone, PartialEq)]
216pub enum RegList {

Callers 1

vcpu_initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected