examples/power: set core type in guest app
authorDavid Hunt <david.hunt@intel.com>
Wed, 17 Oct 2018 13:05:28 +0000 (14:05 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 26 Oct 2018 08:50:26 +0000 (10:50 +0200)
commit39701c19dd2f1748385d9546ccff97e845a6575b
tree2216da28dd3fa611c9e02fac5061ffdaaff22a76
parent757bf2e7cfb987e1dafd3aeb166fe314f620c968
examples/power: set core type in guest app

The changes here are minimal, as the guest app functionality is not
changing at all, but there is a new element in the channel_packet
struct that needs to have a default set (channel_packet->core_type).

Signed-off-by: David Hunt <david.hunt@intel.com>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
examples/vm_power_manager/guest_cli/vm_power_cli_guest.c