From: Pavel Hrdina Date: Thu, 19 Apr 2018 12:42:43 +0000 (+0200) Subject: docs: List cpuacct in controllers used by QEMU driver X-Git-Tag: v4.7.0-rc1~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c296904780202ae75baee55e9090f9222f0bd7c;p=thirdparty%2Flibvirt.git docs: List cpuacct in controllers used by QEMU driver The cpuacct controller is used to get cpu stats. Signed-off-by: Pavel Hrdina --- diff --git a/docs/cgroups.html.in b/docs/cgroups.html.in index e33d07a82b..a498590c45 100644 --- a/docs/cgroups.html.in +++ b/docs/cgroups.html.in @@ -23,12 +23,13 @@

The QEMU driver is capable of using the cpuset, - cpu, memory, blkio and - devices controllers. None of them are compulsory. - If any controller is not mounted, the resource management APIs - which use it will cease to operate. It is possible to explicitly - turn off use of a controller, even when mounted, via the - /etc/libvirt/qemu.conf configuration file. + cpu, cpuacct, memory, + blkio and devices controllers. + None of them are compulsory. If any controller is not mounted, + the resource management APIs which use it will cease to operate. + It is possible to explicitly turn off use of a controller, + even when mounted, via the /etc/libvirt/qemu.conf + configuration file.