MCPcopy Create free account
hub / github.com/F-Stack/f-stack / power_kvm_vm_exit

Function power_kvm_vm_exit

dpdk/lib/power/power_kvm_vm.c:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36int
37power_kvm_vm_exit(unsigned int lcore_id)
38{
39 guest_channel_host_disconnect(lcore_id);
40 return 0;
41}
42
43uint32_t
44power_kvm_vm_freqs(__rte_unused unsigned int lcore_id,

Callers 1

rte_power_exitFunction · 0.85

Calls 1

Tested by

no test coverage detected