[libvirt] [PATCH 0/4] Support for integrating cgroups with systemd

Daniel P. Berrange berrange at redhat.com
Fri Jul 26 15:48:20 UTC 2013


From: "Daniel P. Berrange" <berrange at redhat.com>

This is a much changed / expanded version of my previous work to
create cgroups via systemd. The difference is that this time it
actually works :-)

I'm not proposing this for merge until after the 1.1.1 release.

Daniel P. Berrange (4):
  Add APIs for formatting systemd slice/scope names
  Add support for systemd cgroup mount
  Cope with races while killing processes
  Enable support for systemd-machined in cgroups creation

 src/libvirt_private.syms |   2 +
 src/lxc/lxc_process.c    |  10 +-
 src/qemu/qemu_cgroup.c   |   1 +
 src/util/vircgroup.c     | 270 +++++++++++++++++++++++++++++++++++++++++------
 src/util/vircgroup.h     |   2 +
 src/util/virsystemd.c    |  96 ++++++++++++++++-
 src/util/virsystemd.h    |   5 +
 tests/vircgrouptest.c    |   9 ++
 tests/virsystemdtest.c   |  48 +++++++++
 9 files changed, 403 insertions(+), 40 deletions(-)

-- 
1.8.1.4




More information about the libvir-list mailing list