commit | 3c4b4e383e82ab3db307ee01f12ab0d4a28584dc | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Mon Jan 20 15:06:03 2014 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Jan 24 14:33:00 2014 +0100 |
tree | 914fa53dea26d0c596866e324bec4368793a746c | |
parent | e69968d472bd020a08c677c814237548090d2e59 [diff] |
qemu-progress: Fix progress printing on SIGUSR1 Since commit a7aae221 ('Switch SIG_IPI to SIGUSR1'), SIGUSR1 is blocked during startup, breaking the progress report in tools. This patch reenables the signal when initialising a progress report. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Benoit Canet <benoit@irqsave.net>