[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2] qemu-img: Initial progress printing support
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH v2] qemu-img: Initial progress printing support |
Date: |
Wed, 30 Mar 2011 13:27:56 +0100 |
On Wed, Mar 30, 2011 at 1:16 PM, <address@hidden> wrote:
> From: Jes Sorensen <address@hidden>
>
> 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 <address@hidden>
> ---
> 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 <address@hidden>