power: create guest channel public header file
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 21 Jan 2021 17:21:56 +0000 (17:21 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 29 Jan 2021 10:25:40 +0000 (11:25 +0100)
commit5f443cc0f905a9bf25f6274aff58e6e29f049466
treea9064ee0ebcb109956a49671096e544511399732
parent95bb2477022e6153419adc41f829e69b83b18925
power: create guest channel public header file

In preparation for making the header file public, we first rename
channel_commands.h as rte_power_guest_channel.h.

Fixes: 210c383e247b ("power: packet format for vm power management")
Fixes: cd0d5547e873 ("power: vm communication channels in guest")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Signed-off-by: David Hunt <david.hunt@intel.com>
examples/vm_power_manager/channel_manager.c
examples/vm_power_manager/channel_monitor.c
examples/vm_power_manager/channel_monitor.h
examples/vm_power_manager/guest_cli/vm_power_cli_guest.h
examples/vm_power_manager/vm_power_cli.c
lib/librte_power/channel_commands.h [deleted file]
lib/librte_power/guest_channel.c
lib/librte_power/guest_channel.h
lib/librte_power/power_kvm_vm.c
lib/librte_power/rte_power_guest_channel.h [new file with mode: 0644]