From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kip Macy Subject: cpu specific fields in getdomaininfo Date: Sun, 8 May 2005 17:11:55 -0700 Message-ID: Reply-To: Kip Macy Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org 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 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. Thanks. -Kip