From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5cR2-0007Oz-JC for qemu-devel@nongnu.org; Tue, 21 Jan 2014 09:36:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5cQw-0005Yw-LH for qemu-devel@nongnu.org; Tue, 21 Jan 2014 09:36:12 -0500 Received: from paradis.irqsave.net ([62.212.105.220]:47973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5cQw-0005Yo-Bv for qemu-devel@nongnu.org; Tue, 21 Jan 2014 09:36:06 -0500 Date: Tue, 21 Jan 2014 15:36:05 +0100 From: =?iso-8859-1?Q?Beno=EEt?= Canet Message-ID: <20140121143605.GL9834@irqsave.net> References: <1390227441-28854-1-git-send-email-kwolf@redhat.com> <1390227441-28854-4-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1390227441-28854-4-git-send-email-kwolf@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 3/3] Documentation: qemu-img: Mention SIGUSR1 progress report List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, stefanha@redhat.com Le Monday 20 Jan 2014 =E0 15:17:21 (+0100), Kevin Wolf a =E9crit : > Document the SIGUSR1 behaviour of qemu-img. Also, added compare to the > list of subcommands that support -p. >=20 > Signed-off-by: Kevin Wolf > --- > qemu-img.texi | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) >=20 > diff --git a/qemu-img.texi b/qemu-img.texi > index 778e967..f86a86d 100644 > --- a/qemu-img.texi > +++ b/qemu-img.texi > @@ -57,7 +57,9 @@ indicates that target image must be compressed (qcow = format only) > @item -h > with or without a command shows help and lists the supported formats > @item -p > -display progress bar (convert and rebase commands only) > +display progress bar (compare, convert and rebase commands only). > +If the @var{-p} option is not used for a command that supports it, the > +progress is reported when the process receives a @code{SIGUSR1} signal= . > @item -q > Quiet mode - do not print any output (except errors). There's no progr= ess bar > in case both @var{-q} and @var{-p} options are used. > --=20 > 1.8.1.4 >=20 >=20 Reviewed-by: Benoit Canet