summaryrefslogtreecommitdiffstats
path: root/util/qemu-progress.c
Commit message (Collapse)AuthorAgeFilesLines
* qemu-progress: Fix progress printing on SIGUSR1Kevin Wolf2014-01-241-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>
* qemu-progress: Drop unused includeKevin Wolf2014-01-241-1/+0
| | | | | Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Benoit Canet <benoit@irqsave.net>
* build: move libqemuutil.a components to util/Paolo Bonzini2013-01-121-0/+150
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
OpenPOWER on IntegriCloud