power: add environment capability probing
[dpdk.git] / lib / librte_power / power_kvm_vm.c
index 2bb17be..409c3e0 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)