(self)
| 128 | /// exists. |
| 129 | #[must_use] |
| 130 | pub fn requires_qemu(self) -> bool { |
| 131 | matches!( |
| 132 | self, |
| 133 | Self::ExternalKernelImage | Self::PciPassthrough | Self::TapNetworking |
| 134 | ) |
| 135 | } |
| 136 | } |
| 137 | |
| 138 | #[derive(Debug, Clone, PartialEq, Eq, Default)] |
no outgoing calls
no test coverage detected