qemu-progress: Fix progress printing on SIGUSR1
commit3c4b4e383e82ab3db307ee01f12ab0d4a28584dc
authorKevin Wolf <kwolf@redhat.com>
Mon, 20 Jan 2014 14:06:03 +0000 (20 15:06 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 24 Jan 2014 13:33:00 +0000 (24 14:33 +0100)
tree914fa53dea26d0c596866e324bec4368793a746c
parente69968d472bd020a08c677c814237548090d2e59
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>
util/qemu-progress.c