]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_power/power_kvm_vm.c
net/i40e: fix bitmap free
[dpdk.git] / lib / librte_power / power_kvm_vm.c
index 2bb17beb173c7e0ad080c252afb5cf5959ccf7d7..409c3e03ab22959e4475b3b83c229467174c3396 100644 (file)
 
 static struct channel_packet pkt[RTE_MAX_LCORE];
 
+int
+power_kvm_vm_check_supported(void)
+{
+       return guest_channel_host_check_exists(FD_PATH);
+}
 
 int
 power_kvm_vm_init(unsigned int lcore_id)