search for: domgrpctl

Displaying 1 result from an estimated 1 matches for "domgrpctl".

2007 Feb 20
9
[PATCH 0/8] Domain Groups: Introduction
...end/XendDomainGroup.py | 345 +++++++++++++++++++++++++ b/tools/python/xen/xend/XendDomainGroupInfo.py | 239 +++++++++++++++++ b/tools/python/xen/xm/group.py | 274 +++++++++++++++++++ b/xen/common/domgrp.c | 317 ++++++++++++++++++++++ b/xen/common/domgrpctl.c | 134 +++++++++ b/xen/include/public/domgrpctl.h | 86 ++++++ b/xen/include/xen/domgrp.h | 36 ++ tools/examples/Makefile | 1 tools/libxc/Makefile | 1 tools/libxc/xc_domain.c...