From: Reshma Pattan Date: Tue, 24 Apr 2018 22:10:21 +0000 (+0100) Subject: test/power: fix build with shared library X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=4e96556a21bc60a89b05bd92163a5897ae2b43a4;hp=4e96556a21bc60a89b05bd92163a5897ae2b43a4;p=dpdk.git test/power: fix build with shared library Using private api `guest_channel_host_connect()` will cause shared library build failure: test_power_kvm_vm.c:(.text+0x2cb): undefined reference to `guest_channel_host_connect' So revert the changes done. Fixes: d550a8cc31f3 ("app/test: enhance power manager unit tests") Reported-by: Bruce Richardson Suggested-by: David Hunt Signed-off-by: Jananee Parthasarathy Signed-off-by: Reshma Pattan ---