]> git.proxmox.com Git - mirror_qemu.git/commit
migration: move dirty bitmap sync to ram_addr.h
authorStefan Hajnoczi <stefanha@redhat.com>
Tue, 2 Dec 2014 11:23:17 +0000 (11:23 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 5 Jun 2015 15:10:00 +0000 (17:10 +0200)
commit20015f72bda7d2f356c43580a5542a659afedf83
tree144c1e6f4c8a07c382492553165f5daf9c74e069
parentd114875b9a1c21162f69a12d72f69a22e7bab376
migration: move dirty bitmap sync to ram_addr.h

The dirty memory bitmap is managed by ram_addr.h and copied to
migration_bitmap[] periodically during live migration.

Move the code to sync the bitmap to ram_addr.h where related code lives.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <1417519399-3166-5-git-send-email-stefanha@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch_init.c
include/exec/ram_addr.h