From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH v2 4/4] sched: Use the auto-generated list of schedulers Date: Fri, 18 Dec 2015 21:45:50 +0000 Message-ID: <56747E8E.8050804@citrix.com> References: <1450474890-15491-1-git-send-email-jonathan.creekmore@gmail.com> <1450474890-15491-5-git-send-email-jonathan.creekmore@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aA2qT-0008AD-Mm for xen-devel@lists.xenproject.org; Fri, 18 Dec 2015 21:45:49 +0000 In-Reply-To: <1450474890-15491-5-git-send-email-jonathan.creekmore@gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jonathan Creekmore , xen-devel@lists.xenproject.org Cc: George Dunlap , Dario Faggioli List-Id: xen-devel@lists.xenproject.org On 18/12/2015 21:41, Jonathan Creekmore wrote: > Instead of having a manually-curated list of schedulers, use the array > that was auto-generated simply by compiling in the scheduler files as > the sole source of truth of the available schedulers. > > CC: George Dunlap > CC: Dario Faggioli > Signed-off-by: Jonathan Creekmore > Acked-by: Dario Faggioli Reviewed-by: Andrew Cooper