]> git.proxmox.com Git - mirror_qemu.git/commit - migration/ram.c
ram: Split dirty bitmap by RAMBlock
authorJuan Quintela <quintela@redhat.com>
Wed, 22 Mar 2017 14:18:04 +0000 (15:18 +0100)
committerJuan Quintela <quintela@redhat.com>
Thu, 4 May 2017 08:00:38 +0000 (10:00 +0200)
commit6b6712efccd383b48a909bee0b29e079a57601ec
treed9d71f7dce54e59bd0c9e1b5ef9fc9d876603880
parente619b14746e5d8c0e53061661fd0e1da01fd4d60
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)
include/exec/ram_addr.h
include/migration/migration.h
include/migration/postcopy-ram.h
migration/postcopy-ram.c
migration/ram.c