diff options
| author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-03-23 19:57:31 +0400 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-04-06 14:31:43 +0200 |
| commit | 544803c7a19bd2359ee3a0b3607ead71bf1f9394 (patch) | |
| tree | ef74466893e528a33b60b4490329c5494ce11009 /include/qemu-common.h | |
| parent | c097f1e603c9deef308e17499b91dd6d552c2dfb (diff) | |
| download | focaccia-qemu-544803c7a19bd2359ee3a0b3607ead71bf1f9394.tar.gz focaccia-qemu-544803c7a19bd2359ee3a0b3607ead71bf1f9394.zip | |
include: move dump_in_progress() to runstate.h
Along with other state tracking functions. Rename it for consistency. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20220323155743.1585078-21-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.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/qemu-common.h b/include/qemu-common.h index fdb0b16166..5f53a0e112 100644 --- a/include/qemu-common.h +++ b/include/qemu-common.h @@ -76,8 +76,4 @@ int parse_debug_env(const char *name, int max, int initial); void page_size_init(void); -/* returns non-zero if dump is in progress, otherwise zero is - * returned. */ -bool dump_in_progress(void); - #endif |