|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] cpu specific fields in getdomaininfo
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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|