[libvirt] [PATCH 0/4] Add cpuset cgroup support for LXC

Gao feng gaofeng at cn.fujitsu.com
Fri Mar 1 06:52:11 UTC 2013


This patchset intend to add cpuset cgroup support for LXC.
in order to don't create too many redundant codes,
this patchset also rename some functions and structure.

Gao feng (4):
  rename qemuGetNumadAdvice to virGetNumadAdvice
  LXC: allow uses advisory nodeset from querying numad
  remove the redundant codes
  LXC: add cpuset cgroup support for lxc

 po/POTFILES.in           |   1 +
 src/Makefile.am          |   1 +
 src/conf/domain_conf.h   |  23 +------
 src/libvirt_private.syms |   4 ++
 src/lxc/lxc_cgroup.c     |  57 +++++++++++++++-
 src/lxc/lxc_cgroup.h     |   2 +-
 src/lxc/lxc_controller.c | 156 +++++++++++++++---------------------------
 src/qemu/qemu_process.c  | 154 +----------------------------------------
 src/util/virnuma.c       | 174 +++++++++++++++++++++++++++++++++++++++++++++++
 src/util/virnuma.h       |  52 ++++++++++++++
 10 files changed, 348 insertions(+), 276 deletions(-)
 create mode 100644 src/util/virnuma.c
 create mode 100644 src/util/virnuma.h

-- 
1.7.11.7




More information about the libvir-list mailing list