Re: [Qemu-devel] [PATCH v2] qemu-img: Initial progress printing support

2011-04-22 Thread Paolo Bonzini
On 04/01/2011 04:58 PM, Stefan Hajnoczi wrote: On Fri, Apr 1, 2011 at 2:41 PM, Jes Sorensen wrote: On 03/31/11 13:49, Stefan Hajnoczi wrote: On Thu, Mar 31, 2011 at 12:38 PM, Kevin Wolf wrote: Am 31.03.2011 13:15, schrieb Jes Sorensen: On 03/31/11 12:38, Kevin Wolf wrote: I have been a litt

Re: [Qemu-devel] [PATCH v2] qemu-img: Initial progress printing support

2011-03-30 Thread Stefan Hajnoczi
On Wed, Mar 30, 2011 at 1:16 PM, wrote: > 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 > --- >  Makefile.objs    |    2

[Qemu-devel] [PATCH v2] qemu-img: Initial progress printing support

2011-03-30 Thread Jes . Sorensen
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 --- Makefile.objs|2 +- qemu-common.h|4 ++ qemu-img-cmds.hx |4 +-