From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um26O-0005IB-ED for qemu-devel@nongnu.org; Mon, 10 Jun 2013 09:25:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Um26M-0005zF-Hf for qemu-devel@nongnu.org; Mon, 10 Jun 2013 09:25:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um26M-0005yw-9z for qemu-devel@nongnu.org; Mon, 10 Jun 2013 09:25:38 -0400 Date: Mon, 10 Jun 2013 09:25:35 -0400 From: Luiz Capitulino Message-ID: <20130610092535.3d6eee77@redhat.com> In-Reply-To: <20130610084523.GE5308@stefanha-thinkpad.redhat.com> References: <1370634755-18132-1-git-send-email-lcapitulino@redhat.com> <1370634755-18132-6-git-send-email-lcapitulino@redhat.com> <20130610084523.GE5308@stefanha-thinkpad.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 5/9] blockdev: use error_setg_file_open() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: kwolf@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com On Mon, 10 Jun 2013 10:45:23 +0200 Stefan Hajnoczi wrote: > On Fri, Jun 07, 2013 at 03:52:31PM -0400, Luiz Capitulino wrote: > > Signed-off-by: Luiz Capitulino > > --- > > blockdev.c | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > s/errno/-ret/g I'll fix this and double check the other patches. Thanks for reviewing Stefan!