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

2011-03-30 Thread Jes Sorensen
On 03/30/11 11:50, Stefan Hajnoczi wrote: > On Tue, Mar 29, 2011 at 9:51 AM, wrote: >> diff --git a/qemu-common.h b/qemu-common.h >> index 7a96dd1..a3a4dde 100644 >> --- a/qemu-common.h >> +++ b/qemu-common.h >> @@ -330,6 +330,11 @@ void qemu_iovec_memset(QEMUIOVector *qiov, int c, >> size_t cou

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

2011-03-30 Thread Stefan Hajnoczi
On Tue, Mar 29, 2011 at 9:51 AM, wrote: > diff --git a/qemu-common.h b/qemu-common.h > index 7a96dd1..a3a4dde 100644 > --- a/qemu-common.h > +++ b/qemu-common.h > @@ -330,6 +330,11 @@ void qemu_iovec_memset(QEMUIOVector *qiov, int c, size_t > count); >  void qemu_iovec_memset_skip(QEMUIOVector *

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

2011-03-29 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|5 +++ qemu-img-cmds.hx |4 +