|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] DOM0_GETDOMAININFO intended behavior
Kip Macy wrote: :-) I asked the same question a week or two ago and yes it is intended. ItIt's always concerned me that something there isn't an atomic interface for getting all running domain information. I've not been able to figure out a situation though where it would create a problem.provides for easy iteration. I think it is kind of a hackish interface as it isn't uniform with *all* the other DOM0 calls. However, it works and once you know to check the domid return value your code will work as expected. It just seems kind of odd that you could do an xc_domain_getinfo of an array of dominfo's and a portion of the array might not be valid when other portions of the array are. It's possible that the call could return two domains that never actually existed together at the same moment in time. Again, I don't think it's a race condition but it's just odd. Regards, Anthony Liguori
_______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |