From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Pau Monne Subject: [PATCH for-4.6 0/3] Get rid of non-POSIX error codes Date: Tue, 21 Jul 2015 17:56:15 +0200 Message-ID: <1437494178-10654-1-git-send-email-roger.pau@citrix.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 1ZHZv6-000644-CD for xen-devel@lists.xenproject.org; Tue, 21 Jul 2015 15:57:28 +0000 List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org This patch series gets rid of non-POSIX error codes in the hypervisor and the toolstack. This is needed for OS compatibility. I think the patch series is fairly small and non-intrusive, hence the for-4.6 tag. Thanks, Roger.