power: clean KVM files
authorMarko Kovacevic <marko.kovacevic@intel.com>
Tue, 12 Dec 2017 14:03:27 +0000 (14:03 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 11 Jan 2018 23:37:07 +0000 (00:37 +0100)
commit5e1f62fb1a4bbcf7a6294c019adf36286cce5955
treed25a5b50c76c3f173a394fd8ce5a0478c5c42812
parentd69dc8476dcb1a517505b8b505494c8c5e3cc881
power: clean KVM files

rename private header file rte_power_kvm_vm.c
to power_kvm_vm.c. This prevents the private
functions from leaking into the documentation.
Change any private functions from
rte_<function_name> to just <function_name>.
Reserve the rte_ for public functions

Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>
Acked-by: David Hunt <david.hunt@intel.com>
lib/librte_power/Makefile
lib/librte_power/power_kvm_vm.c [new file with mode: 0644]
lib/librte_power/power_kvm_vm.h [new file with mode: 0644]
lib/librte_power/rte_power.c
lib/librte_power/rte_power_kvm_vm.c [deleted file]
lib/librte_power/rte_power_kvm_vm.h [deleted file]