From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAgJx-0000Mj-Ri for qemu-devel@nongnu.org; Fri, 15 Apr 2011 06:32:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QAgJt-0007Mf-94 for qemu-devel@nongnu.org; Fri, 15 Apr 2011 06:32:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAgJt-0007MY-0W for qemu-devel@nongnu.org; Fri, 15 Apr 2011 06:32:09 -0400 Message-ID: <4DA81F2F.9030103@redhat.com> Date: Fri, 15 Apr 2011 12:34:23 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1302600859-12853-1-git-send-email-Jes.Sorensen@redhat.com> In-Reply-To: <1302600859-12853-1-git-send-email-Jes.Sorensen@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Add dd-style SIGUSR1 progress reporting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes.Sorensen@redhat.com Cc: stefanha@linux.vnet.ibm.com, qemu-devel@nongnu.org Am 12.04.2011 11:34, schrieb Jes.Sorensen@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. > > Signed-off-by: Jes Sorensen Thanks, applied to the block branch. Kevin