|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] "virtual cluster" debug support
That is almost exactly what I've done, except I didn't add a group id
and I used pad0 builddomain for a partner id (yes I know it is gross)
so the group would get set at buildtime.
And of course one cannot set domain 0 as a partner.
-Kip
> I guess the 'nice' way of doing this would be to have a notion of
> 'domain groups', akin to process groups. This would be pretty trivial to
> hack in:
> * add a group_id integer to the domain struct. 0 is special = not
> grouped
> * add a domains struct * to create a circular list of domains in same
> group
> * add a dom0_op to set the group of a domain (scan domain list, adjust
> circular list)
> * on break point follow circular list issuing pause_domain(d)
>
> Ian
>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|