aboutsummaryrefslogtreecommitdiff
path: root/migration/options.h
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2023-03-01 22:08:09 +0100
committerJuan Quintela <quintela@redhat.com>2023-04-24 15:01:46 +0200
commitb890902c9c025b87d02e718eec3090fd3525ab18 (patch)
tree8c762e49de1e36108235d0fcb5d07cd513fc4f16 /migration/options.h
parenta7a94d14358dd7b445e20c2f26218ff987747642 (diff)
downloadqemu-b890902c9c025b87d02e718eec3090fd3525ab18.zip
qemu-b890902c9c025b87d02e718eec3090fd3525ab18.tar.gz
qemu-b890902c9c025b87d02e718eec3090fd3525ab18.tar.bz2
migration: Move migrate_use_events() to options.c
Once that we are there, we rename the function to migrate_events() to be consistent with all other capabilities. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Diffstat (limited to 'migration/options.h')
-rw-r--r--migration/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/migration/options.h b/migration/options.h
index da2193f..b998024 100644
--- a/migration/options.h
+++ b/migration/options.h
@@ -21,6 +21,7 @@ bool migrate_background_snapshot(void);
bool migrate_colo(void);
bool migrate_compress(void);
bool migrate_dirty_bitmaps(void);
+bool migrate_events(void);
bool migrate_ignore_shared(void);
bool migrate_late_block_activate(void);
bool migrate_pause_before_switchover(void);