From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 04/14] libxc: Fix xc_domain_get_tsc_info to return -1 instead of -Exx. Date: Wed, 18 Mar 2015 16:20:30 +0000 Message-ID: <1426695630.14291.67.camel@citrix.com> References: <1426520383-20855-1-git-send-email-konrad.wilk@oracle.com> <1426520383-20855-5-git-send-email-konrad.wilk@oracle.com> 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 1YYGvl-0001GN-M1 for xen-devel@lists.xenproject.org; Wed, 18 Mar 2015 16:34:53 +0000 In-Reply-To: <1426520383-20855-5-git-send-email-konrad.wilk@oracle.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: Konrad Rzeszutek Wilk Cc: xen-devel@lists.xenproject.org, ian.jackson@eu.citrix.com, wei.liu2@citrix.com, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Mon, 2015-03-16 at 11:39 -0400, Konrad Rzeszutek Wilk wrote: > We don't need to put fill errno because xc_hypercall_buffer_alloc > fills the errno with the appropiate errno values and we just > need to pass them up the stack. "appropriate" > Signed-off-by: Konrad Rzeszutek Wilk Acked-by: Ian Campbell