From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QF3v7-000215-SW for qemu-devel@nongnu.org; Wed, 27 Apr 2011 08:32:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QF3v3-0005K2-Lk for qemu-devel@nongnu.org; Wed, 27 Apr 2011 08:32:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QF3v3-0005Jr-70 for qemu-devel@nongnu.org; Wed, 27 Apr 2011 08:32:37 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p3RCWYX4018827 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 27 Apr 2011 08:32:34 -0400 From: Jes.Sorensen@redhat.com Date: Wed, 27 Apr 2011 14:31:49 +0200 Message-Id: <1303907511-4092-1-git-send-email-Jes.Sorensen@redhat.com> Subject: [Qemu-devel] [PATCH v2 qemu-block 0/2] Add dd-style SIGUSR1 progress reporting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kwolf@redhat.com Cc: qemu-devel@nongnu.org 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. v2 fixes the mingw32 build problems, there is no change to the code on POSIX systems. It should be a drop-in replacement for the previous patch. Jes Sorensen (2): Add dd-style SIGUSR1 progress reporting Remove obsolete 'enabled' variable from progress state qemu-progress.c | 61 +++++++++++++++++++++++++++++++++++++++++++++---------- 1 files changed, 50 insertions(+), 11 deletions(-) -- 1.7.4.4