Re: [libvirt] [PATCH] virsh: added --all flag to freecell command
On 01/28/2011 09:42 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. > --- > tools/virsh.c | 73 +++- > 1 files changed, 61 inser
[libvirt] [PATCH] virsh: added --all flag to freecell command
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 | 73 +++- 1 files changed, 61 insertions(+), 12 deletions(-) diff --git a/tools/virsh.c b/tool