(&self)
| 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 | |
| 472 | pub trait VmOps: Send + Sync { |
no outgoing calls
no test coverage detected