On 05/24/13 11:21, yangdongsheng wrote:
Get CPU map of host node CPUs by trying virNodeGetCPUMap
and falling back to virNodeGetCPUStats.
Signed-off-by: yangdongsheng <yangds.fnst(a)cn.fujitsu.com>
---
tools/virsh-domain.c | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 55 insertions(+)
NACK. This functionality is already implemented as "nodecpumap" command
defined in cmdNodeCpuMap in virsh-host.c
If you wish to add the fallback code to that function, the patch is welcome.
Peter