mirror of
https://github.com/mii443/qemu.git
synced 2025-08-30 19:09:35 +00:00
dump-guest-memory: add dump_in_progress() helper function
For now, it has no effect. It will be used in dump detach support. Signed-off-by: Peter Xu <peterx@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Message-Id: <1455772616-8668-5-git-send-email-peterx@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@ -494,4 +494,8 @@ int parse_debug_env(const char *name, int max, int initial);
|
||||
const char *qemu_ether_ntoa(const MACAddr *mac);
|
||||
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