16a18f2681
include: move progress API to qemu-progress.h
...
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Message-Id: <20220323155743.1585078-25-marcandre.lureau@redhat.com >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2022-04-06 14:31:43 +02:00
8cc360b93a
util/: fix some comment spelling errors
...
I found that there are many spelling errors in the comments of qemu,
so I used the spellcheck tool to check the spelling errors
and finally found some spelling errors in the util folder.
Signed-off-by: zhaolichang <zhaolichang@huawei.com >
Reviewed-by: Alex Bennee <alex.bennee@linaro.org >
Message-Id: <20200917075029.313-6-zhaolichang@huawei.com >
Signed-off-by: Laurent Vivier <laurent@vivier.eu >
2020-09-17 20:38:42 +02:00
262fbae692
progress: Show current progress on SIGINFO
...
Currently we only print progress information on retrieval of SIGUSR1.
Some systems have a dedicated SIGINFO for this, however, so it should be
handled appropriately if it is available.
Buglink: https://bugs.launchpad.net/qemu/+bug/1662468
Signed-off-by: Max Reitz <mreitz@redhat.com >
Message-id: 20170207235757.2026-1-mreitz@redhat.com
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com >
Signed-off-by: Max Reitz <mreitz@redhat.com >
2017-04-28 18:48:11 +02:00
aafd758410
util: Clean up includes
...
Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.
This commit was created with scripts/clean-includes.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
Message-id: 1454089805-5470-6-git-send-email-peter.maydell@linaro.org
2016-02-04 17:01:04 +00:00
bd5072d756
progress: Allow regressing progress
...
Progress may regress; this should be displayed correctly by
qemu_progress_print().
While touching that area of code, drop the redundant parentheses in the
same condition.
Signed-off-by: Max Reitz <mreitz@redhat.com >
Reviewed-by: Eric Blake <eblake@redhat.com >
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com >
Signed-off-by: Kevin Wolf <kwolf@redhat.com >
2015-12-18 14:34:43 +01:00
3c4b4e383e
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 >
2014-01-24 14:33:00 +01:00
e69968d472
qemu-progress: Drop unused include
...
Signed-off-by: Kevin Wolf <kwolf@redhat.com >
Reviewed-by: Benoit Canet <benoit@irqsave.net >
2014-01-24 14:33:00 +01:00
baacf04799
build: move libqemuutil.a components to util/
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2013-01-12 18:42:50 +01:00