From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlxjE-0004XY-EV for qemu-devel@nongnu.org; Mon, 10 Jun 2013 04:45:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UlxjD-0005gH-AZ for qemu-devel@nongnu.org; Mon, 10 Jun 2013 04:45:28 -0400 Received: from mail-ea0-x234.google.com ([2a00:1450:4013:c01::234]:53536) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlxjD-0005gB-4r for qemu-devel@nongnu.org; Mon, 10 Jun 2013 04:45:27 -0400 Received: by mail-ea0-f180.google.com with SMTP id k10so5249880eaj.25 for ; Mon, 10 Jun 2013 01:45:26 -0700 (PDT) Date: Mon, 10 Jun 2013 10:45:23 +0200 From: Stefan Hajnoczi Message-ID: <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1370634755-18132-6-git-send-email-lcapitulino@redhat.com> 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: Luiz Capitulino Cc: kwolf@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com 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