numam-dpdk/examples/vm_power_manager
Yong Liu f7f14fe390 examples/vm_power_manager: fix build with libvirt < 1.0
virNodeGetCPUMap introduced in libvirt 1.0. In some linux distributions
like Ubuntu12/14 and Fedora18, libvirt version is older than 1.0. So this
sample will not build pass.

Replace "virNodeGetCPUMap" with another libvirt API "virNodeGetInfo".

Signed-off-by: Marvin Liu <yong.liu@intel.com>
2015-12-08 00:09:43 +01:00
..
guest_cli examples: no more bare metal environment 2014-11-27 13:09:59 +01:00
channel_manager.c examples/vm_power_manager: fix build with libvirt < 1.0 2015-12-08 00:09:43 +01:00
channel_manager.h examples/vm_power: fix max length of unix socket path 2014-12-17 01:04:06 +01:00
channel_monitor.c add prefix to cache line macros 2014-11-27 16:21:11 +01:00
channel_monitor.h
main.c examples: no more bare metal environment 2014-11-27 13:09:59 +01:00
Makefile examples/vm_power: fix split of compiler and linker options 2014-12-18 00:26:08 +01:00
power_manager.c examples/vm_power: cpu frequency in host 2014-11-26 17:27:03 +01:00
power_manager.h examples/vm_power: cpu frequency in host 2014-11-26 17:27:03 +01:00
vm_power_cli.c examples/vm_power: fix initialization of cmdline token 2014-12-18 00:26:08 +01:00
vm_power_cli.h