aboutsummaryrefslogtreecommitdiff
path: root/migration/ram.h
diff options
context:
space:
mode:
authorPeter Xu <peterx@redhat.com>2022-03-31 11:08:43 -0400
committerDr. David Alan Gilbert <dgilbert@redhat.com>2022-04-21 19:36:46 +0100
commit929068ec2f2fc1e3d8585e29709f5c5ef8f9317b (patch)
treecc5ee02eac76bcf868afb9821b82e5e545745ea9 /migration/ram.h
parentf444eeda715d2307d45890eb488f309eede99250 (diff)
downloadqemu-929068ec2f2fc1e3d8585e29709f5c5ef8f9317b.zip
qemu-929068ec2f2fc1e3d8585e29709f5c5ef8f9317b.tar.gz
qemu-929068ec2f2fc1e3d8585e29709f5c5ef8f9317b.tar.bz2
migration: Export ram_load_postcopy()
Will be reused in postcopy fast load thread. Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Peter Xu <peterx@redhat.com> Message-Id: <20220331150857.74406-6-peterx@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'migration/ram.h')
-rw-r--r--migration/ram.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/migration/ram.h b/migration/ram.h
index 2c6dc36..ded0a3a 100644
--- a/migration/ram.h
+++ b/migration/ram.h
@@ -61,6 +61,7 @@ void ram_postcopy_send_discard_bitmap(MigrationState *ms);
/* For incoming postcopy discard */
int ram_discard_range(const char *block_name, uint64_t start, size_t length);
int ram_postcopy_incoming_init(MigrationIncomingState *mis);
+int ram_load_postcopy(QEMUFile *f);
void ram_handle_compressed(void *host, uint8_t ch, uint64_t size);