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

Method new

vmm/src/device_manager.rs:971–973  ·  view source on GitHub ↗
(vm: Arc<dyn hypervisor::Vm>)

Source from the content-addressed store, hash-verified

969#[cfg(feature = "sev_snp")]
970impl SevSnpPageAccessProxy {
971 fn new(vm: Arc<dyn hypervisor::Vm>) -> SevSnpPageAccessProxy {
972 SevSnpPageAccessProxy { vm }
973 }
974}
975
976#[cfg(feature = "sev_snp")]

Callers

nothing calls this directly

Calls 15

newFunction · 0.85
create_mmio_allocatorsFunction · 0.85
to_stateMethod · 0.80
iterMethod · 0.80
start_of_device_areaMethod · 0.80
end_of_device_areaMethod · 0.80
set_acpi_addressMethod · 0.80
cloneMethod · 0.45
allocatorMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected