From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [PATCH v3 5/6] xen: sched: get rid of the per domain vCPU list in RTDS Date: Mon, 2 Nov 2015 18:57:04 +0000 Message-ID: <5637B200.5010404@citrix.com> References: <20151029225158.25219.4625.stgit@Solace.station> <20151029230442.25219.30008.stgit@Solace.station> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZtKIa-0005wd-JX for xen-devel@lists.xenproject.org; Mon, 02 Nov 2015 18:57:44 +0000 In-Reply-To: <20151029230442.25219.30008.stgit@Solace.station> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Dario Faggioli , xen-devel@lists.xenproject.org Cc: George Dunlap , Andrew Cooper , Meng Xu List-Id: xen-devel@lists.xenproject.org On 29/10/15 23:04, Dario Faggioli wrote: > As, curently, there is no reason for bothering having > it and keeping it updated. > > In fact, it is only used for dumping and changing > vCPUs parameters, but that can be achieved easily with > for_each_vcpu. > > While there, take care of the case when > XEN_DOMCTL_SCHEDOP_getinfo is called but no vCPUs have > been allocated yet (by returning the default scheduling > parameters). > > Signed-off-by: Dario Faggioli > Reviewed-by: Meng Xu (FYI I don't think this needs my Ack)