mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
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>
This commit is contained in:
committed by
Paolo Bonzini
parent
c097f1e603
commit
544803c7a1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user