Re: [Qemu-devel] [PATCH] Add dd-style SIGUSR1 progress reporting

2011-04-27 Thread Kevin Wolf
Am 12.04.2011 11:34, schrieb jes.soren...@redhat.com: > From: Jes Sorensen > > This introduces support for dd-style progress reporting, if the user > hasn't specified -p to report progress. If sent a SIGUSR1, qemu-img > will report current progress for commands that support progress > reportin

Re: [Qemu-devel] [PATCH] Add dd-style SIGUSR1 progress reporting

2011-04-15 Thread Kevin Wolf
Am 12.04.2011 11:34, schrieb jes.soren...@redhat.com: > From: Jes Sorensen > > This introduces support for dd-style progress reporting, if the user > hasn't specified -p to report progress. If sent a SIGUSR1, qemu-img > will report current progress for commands that support progress > reporting.

[Qemu-devel] [PATCH] Add dd-style SIGUSR1 progress reporting

2011-04-12 Thread Jes . Sorensen
From: Jes Sorensen This introduces support for dd-style progress reporting, if the user hasn't specified -p to report progress. If sent a SIGUSR1, qemu-img will report current progress for commands that support progress reporting. Signed-off-by: Jes Sorensen --- qemu-progress.c | 49