From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMNtS-0000PY-00 for qemu-devel@nongnu.org; Tue, 26 Aug 2014 17:03:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMNtI-0003oL-EK for qemu-devel@nongnu.org; Tue, 26 Aug 2014 17:03:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36081) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMNtI-0003oH-6a for qemu-devel@nongnu.org; Tue, 26 Aug 2014 17:02:56 -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 s7QL2tMv021748 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 26 Aug 2014 17:02:55 -0400 Message-ID: <53FCF5FB.5000209@redhat.com> Date: Tue, 26 Aug 2014 17:02:51 -0400 From: John Snow MIME-Version: 1.0 References: <1409077076-29855-1-git-send-email-stefanha@redhat.com> In-Reply-To: <1409077076-29855-1-git-send-email-stefanha@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/3] qemu-img: error path fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel@nongnu.org Cc: Kevin Wolf , Jeff Cody , Markus Armbruster On 08/26/2014 02:17 PM, Stefan Hajnoczi wrote: > I noticed a few minor issues when looking at cache flag parsing. This = series > cleans them up. > > Stefan Hajnoczi (3): > qemu-img: fix img_commit() error return value > qemu-img: fix img_compare() flags error path > qemu-img: always goto out in img_snapshot() error paths > > qemu-img.c | 23 ++++++++++------------- > 1 file changed, 10 insertions(+), 13 deletions(-) > Reviewed-by: John Snow --=20 =97js