From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2] make error codes a formal part of the ABI Date: Tue, 20 Jan 2015 12:37:53 +0000 Message-ID: <1421757473.10440.254.camel@eu.citrix.com> References: <54B7E9E102000078000557AD@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YDY4V-0008Cl-9F for xen-devel@lists.xenproject.org; Tue, 20 Jan 2015 12:38:15 +0000 In-Reply-To: <54B7E9E102000078000557AD@mail.emea.novell.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: Jan Beulich Cc: Keir Fraser , Stefano Stabellini , Tim Deegan , Ian Jackson , Andrew Cooper , xen-devel List-Id: xen-devel@lists.xenproject.org On Thu, 2015-01-15 at 15:25 +0000, Jan Beulich wrote: > Now that we have two cases where patches against hvmloader got > submitted needing to include the hypervisor's errno.h (for the host's > system header not necessarily reflecting the correct numbers), take > this as a strong sign that we need to make the error return values part > of the hypervisor ABI (which de-fact they've always been). > > Signed-off-by: Jan Beulich Acked-by:Ian Campbell