I''d like to know what you''re recommendations are for cpu_time, processor, and per-exec_domain flags.>From my usage standpoint, cpu_time should be the highest of all of thevcpus, PAUSED and BLOCKED should be the logical AND of all the vcpus and RUNNING should be the logical OR of all of the vcpus, processor should simply be moved to getvcpucontext or be made into separate field along the lines of the bitmask discussed previously. Thanks. -Kip _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On 9 May 2005, at 01:11, Kip Macy wrote:>> From my usage standpoint, cpu_time should be the highest of all of the > vcpus, PAUSED and BLOCKED should be the logical AND of all the vcpus > and RUNNING should be the logical OR of all of the vcpus, processor > should simply be moved to getvcpucontext or be made into separate > field along the lines of the bitmask discussed previously.None of these fields make much sense to aggregate and ought probably to disappear from GETDOMAININFO. Possibly cpu_time should be the *sum* of all individual vcpu times. I think your method aggregating paused/blocked/running is probably the sanest. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel