summaryrefslogtreecommitdiff
path: root/util/qemu-progress.c
AgeCommit message (Collapse)AuthorFilesLines
2014-01-24qemu-progress: Fix progress printing on SIGUSR1Kevin Wolf1-0/+10
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>
2014-01-24qemu-progress: Drop unused includeKevin Wolf1-1/+0
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Benoit Canet <benoit@irqsave.net>
2013-01-12build: move libqemuutil.a components to util/Paolo Bonzini1-0/+150
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>