From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 2/4] libxc: add rt scheduler Date: Mon, 8 Sep 2014 15:50:02 +0100 Message-ID: <1410187802.3680.45.camel@kazak.uk.xensource.com> References: <1410118861-2671-1-git-send-email-mengxu@cis.upenn.edu> <1410118861-2671-3-git-send-email-mengxu@cis.upenn.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1410118861-2671-3-git-send-email-mengxu@cis.upenn.edu> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Meng Xu Cc: xisisu@gmail.com, stefano.stabellini@eu.citrix.com, george.dunlap@eu.citrix.com, lu@cse.wustl.edu, dario.faggioli@citrix.com, ian.jackson@eu.citrix.com, xen-devel@lists.xen.org, ptxlinh@gmail.com, xumengpanda@gmail.com, JBeulich@suse.com, chaowang@wustl.edu, lichong659@gmail.com, dgolomb@seas.upenn.edu List-Id: xen-devel@lists.xenproject.org On Sun, 2014-09-07 at 15:40 -0400, Meng Xu wrote: > Add xc_sched_rt_* functions to interact with Xen to set/get domain's > parameters for rt scheduler. > Note: VCPU's information (period, budget) is in microsecond (us). > > Signed-off-by: Meng Xu > Signed-off-by: Sisu Xi These looks like correct bindings of the hypercall to me, so if the h/visor side folks are happy with the interface: Acked-by: Ian Campbell