]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Move resctrl-related code from conf/capabilities to util/virresctrl
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 25 Jul 2017 14:03:11 +0000 (16:03 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 14 Aug 2017 08:01:12 +0000 (10:01 +0200)
commitaf4270400ad17b819e3e1f3412b2ad7a7c5e9373
tree4c8c4393e9353b28c6f3861f0532cf0de30d3186
parentab0e027ffe072a6c415b62aeba174709422f0132
Move resctrl-related code from conf/capabilities to util/virresctrl

It doesn't access anything from conf/ and ti will be needed to use
from other util/ places.  This split makes the separation clearer.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
include/libvirt/virterror.h
src/Makefile.am
src/conf/capabilities.c
src/conf/capabilities.h
src/libvirt_private.syms
src/util/virerror.c
src/util/virresctrl.c [new file with mode: 0644]
src/util/virresctrl.h [new file with mode: 0644]