]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Convert qemuConnectGetAllDomainStats to use new helpers
authorPeter Krempa <pkrempa@redhat.com>
Wed, 29 Apr 2015 14:41:20 +0000 (16:41 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 11 May 2015 06:47:42 +0000 (08:47 +0200)
commit85d8ede9eb1da870e553f43dea215606ec47d190
tree7be972367b7e859eff278480183da95f34d844ce
parent83726a14d294c8cacf1e0decf5e55f84fba1c1c8
qemu: Convert qemuConnectGetAllDomainStats to use new helpers

Use the new domain list collection helpers to avoid going through
virDomainPtrs.

This additionally implements filter capability when called through the
api that accepts domain list filters.
src/qemu/qemu_driver.c