Initialize TDX on this VM
(&self, _cpuid: &[CpuIdEntry], _max_vcpus: u32)
| 398 | #[cfg(feature = "tdx")] |
| 399 | /// Initialize TDX on this VM |
| 400 | fn tdx_init(&self, _cpuid: &[CpuIdEntry], _max_vcpus: u32) -> Result<()> { |
| 401 | unimplemented!() |
| 402 | } |
| 403 | #[cfg(feature = "tdx")] |
| 404 | /// Finalize the configuration of TDX on this VM |
| 405 | fn tdx_finalize(&self) -> Result<()> { |
no outgoing calls
no test coverage detected