]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: freecell --all getting wrong NUMA nodes count
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 18 Feb 2011 11:42:21 +0000 (12:42 +0100)
committerEric Blake <eblake@redhat.com>
Fri, 18 Feb 2011 16:26:40 +0000 (09:26 -0700)
commit595174aeb786c4ff5773ebeea4b744fd60902569
tree9a05c070543d2e7d79e5e6e01a35823f408103b0
parent1c0723343602190765b77ccbbd6e346a57356a4e
virsh: freecell --all getting wrong NUMA nodes count

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.
src/nodeinfo.c
tools/virsh.c