]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Invert the condition in qemuDomainMemoryStats
authorJán Tomko <jtomko@redhat.com>
Wed, 3 Jun 2015 14:58:31 +0000 (16:58 +0200)
committerJán Tomko <jtomko@redhat.com>
Fri, 5 Jun 2015 14:06:01 +0000 (16:06 +0200)
commit4bfc58b58daf03ebb06dab837a303b90b0535c2e
tree9939569f48f183c07bf4a87c7a7845d0d07c243d
parent4bcdd9cc9e258d368487e066a5400cbc383e05ee
Invert the condition in qemuDomainMemoryStats

It only makes sense if qemuMonitorGetMemoryStats is called,
but the following patch will make that call conditional.
src/qemu/qemu_driver.c