From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEFT3-0007Al-8D for qemu-devel@nongnu.org; Wed, 19 Sep 2012 04:17:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEFSx-0007ad-M0 for qemu-devel@nongnu.org; Wed, 19 Sep 2012 04:17:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23682) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEFSx-0007aT-Df for qemu-devel@nongnu.org; Wed, 19 Sep 2012 04:17:03 -0400 Message-ID: <50597F78.2060909@redhat.com> Date: Wed, 19 Sep 2012 10:16:56 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1346079626-16386-1-git-send-email-pbonzini@redhat.com> <1346079626-16386-10-git-send-email-pbonzini@redhat.com> <20120918171159.5de2ddb6@doriath.home> In-Reply-To: <20120918171159.5de2ddb6@doriath.home> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 09/13] qmp: add NBD server commands List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: kwolf@redhat.com, stefanha@gmail.com, qemu-devel@nongnu.org Il 18/09/2012 22:11, Luiz Capitulino ha scritto: > (apart from TODOs of course, specially on error handling). Yes, those were waiting for error_setg to get in the tree. :) Paolo