From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH v2 4/7] xen: get rid of the SEDF scheduler Date: Fri, 3 Jul 2015 11:30:31 +0100 Message-ID: <55966447.7020606@citrix.com> References: <20150703101558.5144.46511.stgit@Solace.station> <20150703102500.5144.61070.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 1ZAyEv-0005p7-G6 for xen-devel@lists.xenproject.org; Fri, 03 Jul 2015 10:30:37 +0000 In-Reply-To: <20150703102500.5144.61070.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 List-Id: xen-devel@lists.xenproject.org On 03/07/15 11:25, Dario Faggioli wrote: > more specifically, of all the symbols and references > to it. > > Signed-off-by: Dario Faggioli > Reviewed-by: George Dunlap > --- > Cc: Andrew Cooper > > Changes from v1: > - added markers for removed #defines, to help keep bits > of the history, and reduce the likelyhood of accidental > reuse, as requested during review. > --- > docs/misc/xen-command-line.markdown | 2 +- > xen/common/Makefile | 1 - > xen/common/schedule.c | 1 - > xen/include/public/domctl.h | 9 +-------- > xen/include/public/trace.h | 2 +- > xen/include/xen/sched-if.h | 1 - > 6 files changed, 3 insertions(+), 13 deletions(-) Perhaps you wish to include git rm xen/common/sched_sedf.c ? Reviewed-by: Andrew Cooper