examples/vm_power_manager: fix response time
authorDavid Hunt <david.hunt@intel.com>
Mon, 23 Oct 2017 15:21:12 +0000 (16:21 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 24 Oct 2017 21:48:27 +0000 (23:48 +0200)
commite4f66da3473f5c3bc77d9f55221a3e30e57f9bb4
tree3e75907444b77d16669659dd48a8cc1742585d39
parentf73b38e9245d77d4d6b5861f8d203c0bf5120b15
examples/vm_power_manager: fix response time

A delay in the loop waiting for the virtio-serial commands in the
vm_power_manager app was causing a lag in the response time. This was
set to 1 second, and has now been changed to 1ms.

Fixes: f14791a8126e ("examples/vm_power_mgr: add policy to channels")

Signed-off-by: David Hunt <david.hunt@intel.com>
examples/vm_power_manager/channel_monitor.c