summaryrefslogtreecommitdiffstats
path: root/include/migration
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2015-07-07 14:44:05 +0200
committerJuan Quintela <quintela@redhat.com>2015-07-07 14:54:55 +0200
commitb05dc72342b27585909d9e99d95d17fd3dfbb269 (patch)
treed1088c8f86568e7cefb97ce674872f2e138360b7 /include/migration
parent598cd2bda0845096d2f06500e45b4d0d399b384a (diff)
downloadhqemu-b05dc72342b27585909d9e99d95d17fd3dfbb269.zip
hqemu-b05dc72342b27585909d9e99d95d17fd3dfbb269.tar.gz
migration: Make events a capability
Make check fails with events. THis is due to the parser/lexer that it uses. Just in case that they are more broken parsers, just only send events when there are capabilities. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'include/migration')
-rw-r--r--include/migration/migration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/migration/migration.h b/include/migration/migration.h
index a308ecc..b2711ef 100644
--- a/include/migration/migration.h
+++ b/include/migration/migration.h
@@ -177,6 +177,7 @@ bool migrate_use_compression(void);
int migrate_compress_level(void);
int migrate_compress_threads(void);
int migrate_decompress_threads(void);
+bool migrate_use_events(void);
void ram_control_before_iterate(QEMUFile *f, uint64_t flags);
void ram_control_after_iterate(QEMUFile *f, uint64_t flags);
OpenPOWER on IntegriCloud