Skip to content

Commit

Permalink
power: export guest channel header file
Browse files Browse the repository at this point in the history
[ upstream commit d74b159 ]

Adjust meson.build so that 'ninja install' copies the new header
file into the installation directory.

Fixes: 210c383 ("power: packet format for vm power management")
Fixes: cd0d554 ("power: vm communication channels in guest")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Signed-off-by: David Hunt <david.hunt@intel.com>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
  • Loading branch information
bruce-richardson authored and bluca committed Feb 4, 2021
1 parent ad55da7 commit d28bfe9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/librte_power/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ sources = files('rte_power.c', 'power_acpi_cpufreq.c',
'rte_power_empty_poll.c',
'power_pstate_cpufreq.c',
'power_common.c')
headers = files('rte_power.h','rte_power_empty_poll.h')
headers = files('rte_power.h','rte_power_empty_poll.h',
'rte_power_guest_channel.h')
deps += ['timer']

0 comments on commit d28bfe9

Please sign in to comment.