From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [PATCH v3 6/6] xen: sched: get rid of the per domain vCPU list in Credit2 Date: Mon, 2 Nov 2015 18:56:05 +0000 Message-ID: <5637B1C5.2000509@citrix.com> References: <20151029225158.25219.4625.stgit@Solace.station> <20151029230451.25219.81362.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 1ZtKHA-0005oY-0V for xen-devel@lists.xenproject.org; Mon, 02 Nov 2015 18:56:16 +0000 In-Reply-To: <20151029230451.25219.81362.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 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, improve alignment of comments, ad > add a const qualifier to a pointer, making things > more consistent with what happens everywhere else > in the source file. > > This also allows us to kill one of the remaining > FIXMEs in the code, which is always good. > > Signed-off-by: Dario Faggioli Acked-by: George Dunlap