qemu-img: Initial progress printing support
authorJes Sorensen <Jes.Sorensen@redhat.com>
Wed, 30 Mar 2011 12:16:25 +0000 (14:16 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 7 Apr 2011 11:51:47 +0000 (13:51 +0200)
commit8c6afcb0993f4752c2cd552affcc40e407c24b32
tree6113f4940e351fe63b8be9e93e55e7aac77abf01
parent6d65d920ec8606228788322f2289be01b8caa3f3
qemu-img: Initial progress printing support

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.Sorensen@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Makefile.objs
qemu-common.h
qemu-img-cmds.hx
qemu-img.c
qemu-progress.c [new file with mode: 0644]