summaryrefslogtreecommitdiff
path: root/migration/ram.h
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2017-10-05 22:00:31 +0200
committerJuan Quintela <quintela@redhat.com>2017-10-23 18:03:24 +0200
commit8acabf69ea36a5d8c09b4015b350afb3fc3bd12f (patch)
tree3eeb6cf88a37a53a5e6f8c69acf94594e6b5010a /migration/ram.h
parent9ca3f963949c88ac58f81de5e1e391bfcd7dbaa3 (diff)
downloadqemu-8acabf69ea36a5d8c09b4015b350afb3fc3bd12f.tar.gz
migration: Move xbzrle cache resize error handling to xbzrle_cache_resize
Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com>
Diffstat (limited to 'migration/ram.h')
-rw-r--r--migration/ram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/ram.h b/migration/ram.h
index 4a72d66503..511b3dc582 100644
--- a/migration/ram.h
+++ b/migration/ram.h
@@ -35,7 +35,7 @@
extern MigrationStats ram_counters;
extern XBZRLECacheStats xbzrle_counters;
-int64_t xbzrle_cache_resize(int64_t new_size);
+int64_t xbzrle_cache_resize(int64_t new_size, Error **errp);
uint64_t ram_bytes_remaining(void);
uint64_t ram_bytes_total(void);