Re: [libvirt] [PATCHv2 1/2] virsh: move command cpu-baseline from domain group to host group.

2013-11-03 Thread liyang
On 2013-10-16 10:23, liyang wrote: From: Li Yang cpu-baseline command can compute baseline CPU for a set of given CPUs, I think it should not belong to domain group, should belong to host group, so I moved the related source from virsh-domain.c to virsh-host.c Signed-off-by: Li Yang --- tools

Re: [libvirt] [PATCHv2 1/2] virsh: move command cpu-baseline from domain group to host group.

2013-10-17 Thread liyang
On 2013-10-16 10:23, liyang wrote: Signed-off-by: Li Yang --- tools/virsh-domain.c | 116 - tools/virsh-host.c | 117 ++ 2 files changed, 117 insertions(+), 116 deletions(-) Ping... -- Regard

[libvirt] [PATCHv2 1/2] virsh: move command cpu-baseline from domain group to host group.

2013-10-15 Thread liyang
From: Li Yang cpu-baseline command can compute baseline CPU for a set of given CPUs, I think it should not belong to domain group, should belong to host group, so I moved the related source from virsh-domain.c to virsh-host.c Signed-off-by: Li Yang --- tools/virsh-domain.c | 116 -