]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/migration/migration.h
postcopy: Transmit ram size summary word
[mirror_qemu.git] / include / migration / migration.h
index 34a383ef4c87c7a1564942709f7ffe9ad05040e2..6272adfabad4e1f15cc94873987784f5730137a1 100644 (file)
@@ -378,6 +378,7 @@ void global_state_store_running(void);
 void flush_page_queue(MigrationState *ms);
 int ram_save_queue_pages(MigrationState *ms, const char *rbname,
                          ram_addr_t start, ram_addr_t len);
+uint64_t ram_pagesize_summary(void);
 
 PostcopyState postcopy_state_get(void);
 /* Set the state and return the old state */