From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [PATCH 1/1] Xen ARINC653 scheduler Date: Tue, 13 Apr 2010 14:53:45 +0100 Message-ID: <4BC47769.3010404@eu.citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: "xen-devel@lists.xensource.com" , Anthony Boorsma List-Id: xen-devel@lists.xenproject.org Anthony, if you rework the patch to make a new .adjust_global callback in the generic scheduler interface, and a new SCHEDOP_{get,put}_global_info, I'll support merging the new scheduler. Let me know if you need any help or clarification. -George Dunlap Keir Fraser wrote: > On 06/04/2010 16:40, "George Dunlap" wrote: > > >> The simplest thing to do would be to modify the interface to >> SCHEDOP_{get,put}_info such that if you passed DOMID_INVALID (or another >> "magic" domain value), it would interpret the structure as global >> settings rather than per-domain settings. >> >> The other option would be to make a SCHEDOP_{get,put}_global_info, which >> would call a (newly created) .adjust_global callback through the generic >> scheduler interface. >> >> Keir: Thoughts? >> > > I'd opt for the latter, but my preference is not that strong. > > -- Keir > > >