mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-26 19:42:33 -06:00
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>
This commit is contained in:
parent
ec5f7ca857
commit
16a18f2681
4 changed files with 10 additions and 5 deletions
8
include/qemu/qemu-progress.h
Normal file
8
include/qemu/qemu-progress.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef QEMU_PROGRESS_H
|
||||
#define QEMU_PROGRESS_H
|
||||
|
||||
void qemu_progress_init(int enabled, float min_skip);
|
||||
void qemu_progress_end(void);
|
||||
void qemu_progress_print(float delta, int max);
|
||||
|
||||
#endif /* QEMU_PROGRESS_H */
|
Loading…
Add table
Add a link
Reference in a new issue