* [RFC 0/2] Domain Groups
@ 2007-12-18 16:02 Chris
2007-12-19 16:40 ` Samuel Thibault
0 siblings, 1 reply; 3+ messages in thread
From: Chris @ 2007-12-18 16:02 UTC (permalink / raw)
To: xen-devel
The following Domain Groups patches provide a VMM-backed framework to
consolidate information about a collection of domains. Today that group
information can be integrated with both the scheduler and XSM. In the future,
the same information could support domain disaggregation efforts.
As a demonstration, the 'xm' tool is augmented with several new commands:
grp-create: create a domain group
grp-migrate: migrate all domains in a group
grp-shutdown: shutdown all domains in a group
grp-destroy: destroy all domains in a group
grp-reboot: reboot all domains in a group
grp-pause: pause all domains in a group
grp-unpause: unpause all domains in a group
grp-save: save all domains in a group
grp-restore: restore domains with their group information
grp-join: add domain to a group
grp-list: list groups and their members
The following patches should apply cleanly to xen-unstable cs 16618.
Signed-off-by: Chris Bookholt <hap10@tycho.ncsc.mil>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RFC 0/2] Domain Groups
2007-12-18 16:02 [RFC 0/2] Domain Groups Chris
@ 2007-12-19 16:40 ` Samuel Thibault
2007-12-19 18:30 ` Chris
0 siblings, 1 reply; 3+ messages in thread
From: Samuel Thibault @ 2007-12-19 16:40 UTC (permalink / raw)
To: Chris; +Cc: xen-devel
Chris, le Tue 18 Dec 2007 11:02:38 -0500, a écrit :
> grp-create: create a domain group
> grp-join: add domain to a group
No grp-leave?
Samuel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RFC 0/2] Domain Groups
2007-12-19 16:40 ` Samuel Thibault
@ 2007-12-19 18:30 ` Chris
0 siblings, 0 replies; 3+ messages in thread
From: Chris @ 2007-12-19 18:30 UTC (permalink / raw)
To: Samuel Thibault; +Cc: xen-devel
On Dec 19, 2007, at 11:40 AM, Samuel Thibault wrote:
> Chris, le Tue 18 Dec 2007 11:02:38 -0500, a écrit :
>> grp-create: create a domain group
>> grp-join: add domain to a group
>
> No grp-leave?
There are two groups created by the VMM during boot: "Null Group" and
"Group 0." Dom0 starts in group 0; all other domains start in the
null group and stay there until they are joined to another group.
The grp-create command creates both a group and domains, then joins
the domains to the new group. Joining the null group is effectively
leaving a group.
-Chris
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-12-19 18:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-18 16:02 [RFC 0/2] Domain Groups Chris
2007-12-19 16:40 ` Samuel Thibault
2007-12-19 18:30 ` Chris
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.