[libvirt] [PATCH v3] virsh: freecell --all getting wrong NUMA nodes count

2011-02-18 Thread Michal Privoznik
Virsh freecell --all was not only getting wrong NUMA nodes count, but even the NUMA nodes IDs. They doesn't have to be continuous, as I've found out during testing this. Therefore a modification of nodeGetCellsFreeMemory() error message. --- Hope it's good this time :) src/nodeinfo.c |3 +-

Re: [libvirt] [PATCH v3] virsh: freecell --all getting wrong NUMA nodes count

2011-02-18 Thread Eric Blake
On 02/18/2011 04:42 AM, Michal Privoznik wrote: Virsh freecell --all was not only getting wrong NUMA nodes count, but even the NUMA nodes IDs. They doesn't have to be continuous, as I've found out during testing this. Therefore a modification of nodeGetCellsFreeMemory() error message. ---