From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Pau Monne Subject: [PATCH v2 for-4.6 0/3] Get rid of non-POSIX error codes Date: Wed, 22 Jul 2015 13:07:49 +0200 Message-ID: <1437563272-14168-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.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZHrsq-0008L8-6A for xen-devel@lists.xenproject.org; Wed, 22 Jul 2015 11:08:20 +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.