From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 6/7] xl: get rid of the SEDF scheduler Date: Fri, 3 Jul 2015 15:26:03 +0100 Message-ID: <1435933563.9447.131.camel@citrix.com> References: <20150703101558.5144.46511.stgit@Solace.station> <20150703102515.5144.98881.stgit@Solace.station> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZB1up-0001eG-PT for xen-devel@lists.xenproject.org; Fri, 03 Jul 2015 14:26:07 +0000 In-Reply-To: <20150703102515.5144.98881.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 Cc: George Dunlap , xen-devel@lists.xenproject.org, Wei Liu , Ian Jackson , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Fri, 2015-07-03 at 12:25 +0200, Dario Faggioli wrote: > -=item B > -=item B > -=item B > -=item B Do these removals imply there are some redundant fields in libxl_domain_sched_params now? If so shall we tag them with a comment or something? (We could do IDL code to ifdef them for older LIBXL_API_VERSION only. but, faff.) This patch itself: Acked-by: Ian Campbell Ian.