]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Don't require domain obj in qemuDomainGetPercpuStats
authorJán Tomko <jtomko@redhat.com>
Thu, 3 Apr 2014 15:19:23 +0000 (17:19 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 9 Apr 2014 14:24:08 +0000 (16:24 +0200)
commit3e7e6ad6ee9ffb2bb4ef5231e4f3a9b58d3ddfe3
treed22d8224be7a6f3b393509f99f6ff2efa605f5c1
parent63fb78630745fb44431eb651521be7a1732173a5
Don't require domain obj in qemuDomainGetPercpuStats

All we need is the virCgroupPtr and number of vcpupids.
This will allow the function to be moved to util/vircgroup.c.
src/qemu/qemu_driver.c