Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
int
37
power_kvm_vm_exit(unsigned int lcore_id)
38
{
39
guest_channel_host_disconnect(lcore_id);
40
return 0;
41
}
42
43
uint32_t
44
power_kvm_vm_freqs(__rte_unused unsigned int lcore_id,
Callers
1
rte_power_exit
Function · 0.85
Calls
1
guest_channel_host_disconnect
Function · 0.85
Tested by
no test coverage detected