]> git.proxmox.com Git - mirror_qemu.git/commit
memory: move bitmap synchronization to its own function
authorJuan Quintela <quintela@redhat.com>
Tue, 5 Nov 2013 14:52:54 +0000 (15:52 +0100)
committerJuan Quintela <quintela@redhat.com>
Mon, 13 Jan 2014 13:04:55 +0000 (14:04 +0100)
commit5ff7fb77b3cee8e26648e4fdccb23a77c2a6d3c6
tree25d52129ce3f7a666a3f4ddf5be726845c3f7513
parentc9dd46fc0d64d9f314aa3c220d4aff9d01ab778e
memory: move bitmap synchronization to its own function

We want to have all the functions that handle directly the dirty
bitmap near.  We will change it later.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
include/exec/ram_addr.h
kvm-all.c