]> git.ipfire.org Git - thirdparty/libvirt.git/commit
node_memory: Fix bug of node_memory_tune
authorOsier Yang <jyang@redhat.com>
Wed, 28 Nov 2012 14:11:07 +0000 (22:11 +0800)
committerOsier Yang <jyang@redhat.com>
Thu, 29 Nov 2012 07:36:41 +0000 (15:36 +0800)
commit33f49f211a5e14214c73e573d1f74c5f432094de
tree133d20d2f25567ce7c79d8e6062b9c0a5fb80d9a
parentebdbe25a97fc0b718fc17ed07db7608621ec8a57
node_memory: Fix bug of node_memory_tune

The 3 options accept 0, and merely checking for non-zero values
would cause wrong results.
tools/virsh-host.c