Re: [libvirt] [PATCH v2] virsh: added --all flag to freecell command

2011-01-28 Thread Eric Blake
On 01/28/2011 11:21 AM, Michal Privoznik wrote: > This will iterate over all NUMA nodes, showing > free memory for each and sum at the end. > Existing default behavior is not changed. > +if (all_given && cell_given) { > +vshError(ctl, "%s", _("--cellno and --all are mutually exclusive.

[libvirt] [PATCH v2] virsh: added --all flag to freecell command

2011-01-28 Thread Michal Privoznik
This will iterate over all NUMA nodes, showing free memory for each and sum at the end. Existing default behavior is not changed. --- tools/virsh.c | 75 +++- 1 files changed, 63 insertions(+), 12 deletions(-) diff --git a/tools/virsh.c b/tool