summary refs log tree commit diff stats
path: root/include/qemu-common.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2022-03-23 19:57:35 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2022-04-06 14:31:43 +0200
commit16a18f26818c783fed153f7a8fb4a9afdfb547ac (patch)
tree6e5312d718ac6acfc5e61c763dc6530a12923ca4 /include/qemu-common.h
parentec5f7ca857a396ae23ce01a8f84fbae12bdce0f4 (diff)
downloadfocaccia-qemu-16a18f26818c783fed153f7a8fb4a9afdfb547ac.tar.gz
focaccia-qemu-16a18f26818c783fed153f7a8fb4a9afdfb547ac.zip
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>
Diffstat (limited to 'include/qemu-common.h')
-rw-r--r--include/qemu-common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/qemu-common.h b/include/qemu-common.h
index bc73daecb4..fee2181af2 100644
--- a/include/qemu-common.h
+++ b/include/qemu-common.h
@@ -24,10 +24,6 @@
 int qemu_main(int argc, char **argv, char **envp);
 #endif
 
-
-void qemu_progress_init(int enabled, float min_skip);
-void qemu_progress_end(void);
-void qemu_progress_print(float delta, int max);
 const char *qemu_get_vm_name(void);
 
 /* OS specific functions */