(&self)
| 5235 | } |
| 5236 | |
| 5237 | pub(crate) fn acpi_platform_addresses(&self) -> &AcpiPlatformAddresses { |
| 5238 | &self.acpi_platform_addresses |
| 5239 | } |
| 5240 | |
| 5241 | fn cleanup_vfio_ops(&mut self) { |
| 5242 | // Drop the VfioOps instance when "Self" is the only reference |