On Wed, Mar 30, 2011 at 1:16 PM, <jes.soren...@redhat.com> wrote: > From: Jes Sorensen <jes.soren...@redhat.com> > > 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 <jes.soren...@redhat.com> > --- > Makefile.objs | 2 +- > qemu-common.h | 4 ++ > qemu-img-cmds.hx | 4 +- > qemu-img.c | 38 ++++++++++++++++++++++- > qemu-progress.c | 89 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 5 files changed, 132 insertions(+), 5 deletions(-) > create mode 100644 qemu-progress.c
Reviewed-by: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com>