qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH] Add dd-style SIGUSR1 progress reporting
Date: Wed, 27 Apr 2011 12:14:22 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Thunderbird/3.0.10

Am 12.04.2011 11:34, schrieb address@hidden:
> From: Jes Sorensen <address@hidden>
> 
> 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 <address@hidden>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]