From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QF1ip-0002Sy-L7 for qemu-devel@nongnu.org; Wed, 27 Apr 2011 06:11:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QF1io-0006fT-S7 for qemu-devel@nongnu.org; Wed, 27 Apr 2011 06:11:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QF1io-0006fN-FE for qemu-devel@nongnu.org; Wed, 27 Apr 2011 06:11:50 -0400 Message-ID: <4DB7EC7E.6090308@redhat.com> Date: Wed, 27 Apr 2011 12:14:22 +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 This one seems to break the mingw32 build: qemu-progress.c: In function 'progress_dummy_init': qemu-progress.c:78: error: storage size of 'action' isn't known qemu-progress.c:81: warning: implicit declaration of function 'sigfillset' qemu-progress.c:81: warning: nested extern declaration of 'sigfillset' qemu-progress.c:84: warning: implicit declaration of function 'sigaction' qemu-progress.c:84: warning: nested extern declaration of 'sigaction' qemu-progress.c:84: error: 'SIGUSR1' undeclared (first use in this function) qemu-progress.c:84: error: (Each undeclared identifier is reported only once qemu-progress.c:84: error: for each function it appears in.) qemu-progress.c:78: warning: unused variable 'action' Kevin