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

Method enable_x2apic_api

hypervisor/src/vm.rs:467–469  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

465
466 #[cfg(all(feature = "kvm", target_arch = "x86_64"))]
467 fn enable_x2apic_api(&self) -> Result<()> {
468 unimplemented!("x2Apic is only supported on KVM/Linux hosts")
469 }
470}
471
472pub trait VmOps: Send + Sync {

Callers 2

vm_receive_configMethod · 0.45
newMethod · 0.45

Implementers 2

mod.rshypervisor/src/mshv/mod.rs
mod.rshypervisor/src/kvm/mod.rs

Calls

no outgoing calls

Tested by

no test coverage detected