From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X06kS-0001wH-KB for qemu-devel@nongnu.org; Thu, 26 Jun 2014 06:17:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X06kL-00025T-5O for qemu-devel@nongnu.org; Thu, 26 Jun 2014 06:17:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X06kK-00025P-U1 for qemu-devel@nongnu.org; Thu, 26 Jun 2014 06:17:37 -0400 Date: Thu, 26 Jun 2014 12:17:32 +0200 From: Kevin Wolf Message-ID: <20140626101732.GC3282@noname.redhat.com> References: <1403706959-6979-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1403706959-6979-1-git-send-email-kwolf@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 0/9] bdrv_open() cleanups, part 1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: benoit.canet@irqsave.net, armbru@redhat.com, stefanha@redhat.com, mreitz@redhat.com Am 25.06.2014 um 16:35 hat Kevin Wolf geschrieben: > This is the first part of an attempt for disentangling bdrv_open(). At = the end > of this series, bdrv_open() code is somewhat easier to read, but the re= al > changes (including some bug fixes and changes of behaviour) haven't hap= pened > yet. >=20 > Just sending out the first part now to get this merged early and avoid > conflicts. >=20 > v2: > - Rebased on current git master > - Patch 1: Removed redundant if condition [Beno=EEt] > Replaced redundant error check with assertion [Eric] > - Patch 2: Fixed leak in error path [Beno=EEt] Applied to the block branch. Kevin