From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUJsl-0007F3-Ql for qemu-devel@nongnu.org; Thu, 10 Oct 2013 13:18:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUJsg-0003Au-ON for qemu-devel@nongnu.org; Thu, 10 Oct 2013 13:18:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUJsg-0003Al-Eu for qemu-devel@nongnu.org; Thu, 10 Oct 2013 13:18:34 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r9AHIXRZ030386 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 10 Oct 2013 13:18:34 -0400 Message-ID: <5256E168.2080908@redhat.com> Date: Thu, 10 Oct 2013 11:18:32 -0600 From: Eric Blake MIME-Version: 1.0 References: <1381412644-16212-1-git-send-email-mreitz@redhat.com> In-Reply-To: <1381412644-16212-1-git-send-email-mreitz@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="PXr0h6kAT11xV0FB2nSARSCl06sSHvGc3" Subject: Re: [Qemu-devel] [PATCH 0/5] block: Employ error parameter List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Kevin Wolf , qemu-devel@nongnu.org, Stefan Hajnoczi This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --PXr0h6kAT11xV0FB2nSARSCl06sSHvGc3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10/10/2013 07:43 AM, Max Reitz wrote: > The series "block: Error parameter for opening/creating images" > introduced exactly that. However, right now, this parameter is in fact > only used by qcow2. This series adds support to some additional block > drivers for which it was basically trivial. More complex drivers should= > probably each be handled by someone with appropriate expertise. >=20 > Max Reitz (5): > block/raw_bsd: Employ error parameter > block/raw-posix: Employ error parameter > block/raw-win32: Employ error parameter > blkdebug: Employ error parameter > blkverify: Employ error parameter >=20 > block/blkdebug.c | 8 ++++---- > block/blkverify.c | 11 +++++----- > block/raw-posix.c | 60 ++++++++++++++++++++++++++++++++++++++++++++---= -------- > block/raw-win32.c | 16 ++++++++++----- > block/raw_bsd.c | 3 +-- > 5 files changed, 69 insertions(+), 29 deletions(-) Series: Reviewed-by: Eric Blake But see the pre-existing bug in 3/5 that we ought to clean up in a followup patch now that it has been identified. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --PXr0h6kAT11xV0FB2nSARSCl06sSHvGc3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJSVuFoAAoJEKeha0olJ0NqLrYH/0nfDGDLebJ51k8gCLPJDl9J XLv8Jeq+qiyMT07/3/ixzViGgbBhvQwa9R1PA4ThqHY0B+V3XPbCF/ujaxvD+Rrk eB4AFxQ51RjISfhVWvPxpRBa35M7Sxiib8oCrxlETVhr66qL3BqbsPTe7B4a0upW QhsXoIBs+m53BwHuCWVqNKAeYzlQk7VH2qoV0wfYzHMAAWquZWTb8okYUws1eXqr OAtnA79UBPttn2loiIVuQiXGdM1WzrqBrR0Z1fD15aeGcDLnuEIi3bNuFBklvC90 L8Y1CbFXSGXyL0ZK3VXoRRHqipeZzmbhEVgV7e4TArCT2UM2w70ygKXpH2FoNXQ= =xXq6 -----END PGP SIGNATURE----- --PXr0h6kAT11xV0FB2nSARSCl06sSHvGc3--