From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=37413 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5FFB-0001cY-1f for qemu-devel@nongnu.org; Thu, 31 Mar 2011 06:36:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q5FF3-0008BH-Lr for qemu-devel@nongnu.org; Thu, 31 Mar 2011 06:36:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5FF3-0008BC-A2 for qemu-devel@nongnu.org; Thu, 31 Mar 2011 06:36:41 -0400 Message-ID: <4D9459B8.8000901@redhat.com> Date: Thu, 31 Mar 2011 12:38:48 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1301487385-1755-1-git-send-email-Jes.Sorensen@redhat.com> In-Reply-To: <1301487385-1755-1-git-send-email-Jes.Sorensen@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v2] qemu-img: Initial progress printing support List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes.Sorensen@redhat.com Cc: qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com Am 30.03.2011 14:16, schrieb Jes.Sorensen@redhat.com: > From: Jes Sorensen > > This adds the basic infrastructure for supporting progress output > on the command line, as well as progress support for qemu-img commands > 'rebase' and 'convert'. > > Signed-off-by: Jes Sorensen Thanks, applied to the block branch. I think we should consider turning the progress output on by default if qemu-img is run from a terminal. Kevin