From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTHP9-0007aR-LX for qemu-devel@nongnu.org; Thu, 27 Mar 2014 17:00:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WTHP3-0007kA-N9 for qemu-devel@nongnu.org; Thu, 27 Mar 2014 17:00:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTHP3-0007k0-E2 for qemu-devel@nongnu.org; Thu, 27 Mar 2014 16:59:57 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s2RKxuIf010943 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 27 Mar 2014 16:59:56 -0400 Date: Thu, 27 Mar 2014 16:57:47 -0400 From: Luiz Capitulino Message-ID: <20140327165747.4e6a81f8@redhat.com> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/9] error: Misc cleanups and improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cole Robinson Cc: qemu-devel@nongnu.org, Markus Armbruster On Fri, 21 Mar 2014 19:42:19 -0400 Cole Robinson wrote: > Minor error API cleanups, and one error reporting improvement when > connected to qmp (patch #5) Applied to the qmp-next branch, very nice cleanup!