diffstat domgrps-tools.patch examples/Makefile | 1 examples/xmexample.grp | 21 + libxc/Makefile | 1 libxc/xc_domain.c | 4 libxc/xc_domain_group.c | 100 +++++++++ libxc/xc_private.h | 31 ++ libxc/xenctrl.h | 31 ++ python/xen/lowlevel/xc/xc.c | 240 ++++++++++++++++++++-- python/xen/xend/XendCheckpoint.py | 57 ++++- python/xen/xend/XendClient.py | 1 python/xen/xend/XendConfig.py | 25 ++ python/xen/xend/XendConstants.py | 11 + python/xen/xend/XendDomain.py | 15 + python/xen/xend/XendDomainGroup.py | 352 ++++++++++++++++++++++ +++++++++++ python/xen/xend/XendDomainGroupInfo.py | 231 +++++++++++++++++++++ python/xen/xend/XendDomainInfo.py | 50 +++- python/xen/xend/XendError.py | 4 python/xen/xend/image.py | 2 python/xen/xend/server/XMLRPCServer.py | 34 ++- python/xen/xm/create.py | 8 python/xen/xm/group.py | 305 ++++++++++++++++++++++ ++++++ python/xen/xm/main.py | 209 ++++++++++++++++++- 22 files changed, 1674 insertions(+), 59 deletions(-) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel