diff options
author | Juan Quintela <quintela@redhat.com> | 2017-03-22 15:18:04 +0100 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2017-05-04 10:00:38 +0200 |
commit | 6b6712efccd383b48a909bee0b29e079a57601ec (patch) | |
tree | d9d71f7dce54e59bd0c9e1b5ef9fc9d876603880 /include/migration/postcopy-ram.h | |
parent | e619b14746e5d8c0e53061661fd0e1da01fd4d60 (diff) | |
download | qemu-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.h | 3 |
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); /* |