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

Method acpi_platform_addresses

vmm/src/device_manager.rs:5237–5239  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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

Callers 1

create_facp_tableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected