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.
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