From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRPoS-0006pc-TX for qemu-devel@nongnu.org; Wed, 02 Oct 2013 13:02:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRPoO-0000UR-7O for qemu-devel@nongnu.org; Wed, 02 Oct 2013 13:02:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRPoN-0000UK-Vk for qemu-devel@nongnu.org; Wed, 02 Oct 2013 13:02:08 -0400 Message-ID: <524C5184.3070804@redhat.com> Date: Wed, 02 Oct 2013 11:01:56 -0600 From: Eric Blake MIME-Version: 1.0 References: <1380029714-5239-1-git-send-email-pl@kamp.de> <1380029714-5239-19-git-send-email-pl@kamp.de> In-Reply-To: <1380029714-5239-19-git-send-email-pl@kamp.de> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Dg5tfOBE3sVJuJoWderIMjg1UFOGjFLv9" Subject: Re: [Qemu-devel] [PATCHv3 18/20] qemu-img: add support for fully allocated images List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: kwolf@redhat.com, ronniesahlberg@gmail.com, stefanha@redhat.com, qemu-devel@nongnu.org, anthony@codemonkey.ws, pbonzini@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Dg5tfOBE3sVJuJoWderIMjg1UFOGjFLv9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 09/24/2013 07:35 AM, Peter Lieven wrote: > Signed-off-by: Peter Lieven > --- > qemu-img.c | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) Missing a counterpart change to qemu-img.texi. >=20 > diff --git a/qemu-img.c b/qemu-img.c > index 926f0a0..c6eff15 100644 > --- a/qemu-img.c > +++ b/qemu-img.c > @@ -100,8 +100,10 @@ static void help(void) > " '-h' with or without a command shows this help and lists= the supported formats\n" > " '-p' show progress of command (only certain commands)\n"= > " '-q' use Quiet mode - do not print any output (except er= rors)\n" > - " '-S' indicates the consecutive number of bytes that must= contain only zeros\n" > - " for qemu-img to create a sparse image during conver= sion\n" > + " '-S' indicates the consecutive number of bytes (defaults= to 4k) that must\n" > + " contain only zeros for qemu-img to create a sparse = image during\n" > + " conversion. if the number of bytes is 0 sparse file= s are disabled and\n" > + " images will always be fully allocated\n" the texi page should have similar wording. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --Dg5tfOBE3sVJuJoWderIMjg1UFOGjFLv9 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/ iQEcBAEBCAAGBQJSTFGEAAoJEKeha0olJ0Nq/ooH/3/5yvsPctjyj0B4VnVUceXB YxVHrnIQ7znlDc9122UTz5hL2orP5rkTX5H9DLlKSEfBtUmzEl2zn5t4GmSHTkOO +lRAXB61ec1r//b22mOcndszO64ebR/qObp9um43OlB+yXnmAseU97tKzTpdZuoo eyaZgekO7abgT6DXb6PXGW9EyLCcyHFFPEkn+c/9TMkJJoEXiZfmZ0zcHpRJQItE qAsAcP0BsD5f06TCl3KpbibM8U2tJoitAzS/dWdiDQrKsBgR5VNuXqFv75dm3alv DMCc4IsPNhUTNwmtTnLUysJKUKjwVTEVuW4+I2bZMNpoibA3lv1B/w7lD/jZiBc= =Wz51 -----END PGP SIGNATURE----- --Dg5tfOBE3sVJuJoWderIMjg1UFOGjFLv9--