From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqqcb-0004bZ-FZ for qemu-devel@nongnu.org; Thu, 14 Apr 2016 19:24:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqqca-0006Qi-QC for qemu-devel@nongnu.org; Thu, 14 Apr 2016 19:24:25 -0400 References: <1460545601-29196-1-git-send-email-kwolf@redhat.com> <1460545601-29196-2-git-send-email-kwolf@redhat.com> From: Max Reitz Message-ID: <5710269C.7030203@redhat.com> Date: Fri, 15 Apr 2016 01:24:12 +0200 MIME-Version: 1.0 In-Reply-To: <1460545601-29196-2-git-send-email-kwolf@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="KnDGQHW1wpeHD9GelxrObWNAm40fbAps9" Subject: Re: [Qemu-devel] [Qemu-block] [PATCH for-2.6 1/2] qemu-io: Support 'aio_write -z' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-block@nongnu.org Cc: qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --KnDGQHW1wpeHD9GelxrObWNAm40fbAps9 Content-Type: multipart/mixed; boundary="CqeFM7vb6prX0wC1VciPIUoNLhMs62NPc" From: Max Reitz To: Kevin Wolf , qemu-block@nongnu.org Cc: qemu-devel@nongnu.org Message-ID: <5710269C.7030203@redhat.com> Subject: Re: [Qemu-block] [PATCH for-2.6 1/2] qemu-io: Support 'aio_write -z' References: <1460545601-29196-1-git-send-email-kwolf@redhat.com> <1460545601-29196-2-git-send-email-kwolf@redhat.com> In-Reply-To: <1460545601-29196-2-git-send-email-kwolf@redhat.com> --CqeFM7vb6prX0wC1VciPIUoNLhMs62NPc Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable On 13.04.2016 13:06, Kevin Wolf wrote: > This allows testing blk_aio_write_zeroes(). >=20 > Signed-off-by: Kevin Wolf > --- > qemu-io-cmds.c | 64 +++++++++++++++++++++++++++++++++++++++++++-------= -------- > 1 file changed, 48 insertions(+), 16 deletions(-) >=20 > diff --git a/qemu-io-cmds.c b/qemu-io-cmds.c > index 382faa8..51ae5a5 100644 > --- a/qemu-io-cmds.c > +++ b/qemu-io-cmds.c [...] > + ctx->buf =3D create_iovec(blk, &ctx->qiov, &argv[optind], nr_i= ov, pattern); I just noticed this line has over 80 characters. R-b stands provided this is fixed. Max --CqeFM7vb6prX0wC1VciPIUoNLhMs62NPc-- --KnDGQHW1wpeHD9GelxrObWNAm40fbAps9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXECacAAoJEDuxQgLoOKytFw8H/RsQjE01Uglrc03pzp38F0Ai SQK1Dy+lu/JjTuIKcIjlcb36q1xykkD/HEw2CFLUTmZV+Bu1xRdfrApmPQq4ERKf 6C/ZGIzWKHwktM6glsgl2Pepj/Q2F881sMRNwnc0RIO0GCsDETUU0CJcz+J2pxfH uRUV5Uxd6Asto9BI2BsvIIVPZQPs+kZkepMp79ETCpNn/Yo4mlMJAxaMWRiWUwej ue5LmeIbwRHqgKSTKWrneMr1dMiBdeVztKvz9g4VC+m0F4Qp8UU+/lT9XpHMe4xh kuC69XYh3jiM2J+FwMtlTgLThUieimwCOOhcUQNwII0uKb4FeeGc5X77sCxwT+c= =ptyG -----END PGP SIGNATURE----- --KnDGQHW1wpeHD9GelxrObWNAm40fbAps9--