aboutsummaryrefslogtreecommitdiff
path: root/include/migration/postcopy-ram.h
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2017-03-22 15:18:04 +0100
committerJuan Quintela <quintela@redhat.com>2017-05-04 10:00:38 +0200
commit6b6712efccd383b48a909bee0b29e079a57601ec (patch)
treed9d71f7dce54e59bd0c9e1b5ef9fc9d876603880 /include/migration/postcopy-ram.h
parente619b14746e5d8c0e53061661fd0e1da01fd4d60 (diff)
downloadqemu-6b6712efccd383b48a909bee0b29e079a57601ec.zip
qemu-6b6712efccd383b48a909bee0b29e079a57601ec.tar.gz
qemu-6b6712efccd383b48a909bee0b29e079a57601ec.tar.bz2
ram: Split dirty bitmap by RAMBlock
Both the ram bitmap and the unsent bitmap are split by RAMBlock. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: zhanghailiang <zhang.zhanghailiang@huawei.com> Reviewed-by: Peter Xu <peterx@redhat.com> -- Fix compilation when DEBUG_POSTCOPY is enabled (thanks Hailiang)
Diffstat (limited to 'include/migration/postcopy-ram.h')
-rw-r--r--include/migration/postcopy-ram.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/migration/postcopy-ram.h b/include/migration/postcopy-ram.h
index 8e036b9..4c25f03 100644
--- a/include/migration/postcopy-ram.h
+++ b/include/migration/postcopy-ram.h
@@ -43,12 +43,9 @@ int postcopy_ram_prepare_discard(MigrationIncomingState *mis);
/*
* Called at the start of each RAMBlock by the bitmap code.
- * 'offset' is the bitmap offset of the named RAMBlock in the migration
- * bitmap.
* Returns a new PDS
*/
PostcopyDiscardState *postcopy_discard_send_init(MigrationState *ms,
- unsigned long offset,
const char *name);
/*