commit | 8f0720ecbc3677e13fc7531588fc3831cc972ee4 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Jan 21 17:09:41 2013 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Jan 25 18:18:33 2013 +0100 |
tree | e1ab1af2393c1a360b7cfbc34caf1d7f5091a742 | |
parent | e7c033c3fa22a1e42d9ba57fed6ddecfbce3a01c [diff] |
block: implement dirty bitmap using HBitmap This actually uses the dirty bitmap in the block layer, and converts mirroring to use an HBitmapIter. Reviewed-by: Laszlo Ersek <lersek@redhat.com> (except block/mirror.c parts) Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>