]> git.proxmox.com Git - mirror_qemu.git/commit
block: Hide HBitmap in block dirty bitmap interface
authorFam Zheng <famz@redhat.com>
Thu, 13 Oct 2016 21:58:21 +0000 (17:58 -0400)
committerMax Reitz <mreitz@redhat.com>
Mon, 24 Oct 2016 15:56:07 +0000 (17:56 +0200)
commitdc162c8e4f088b08575460cca35b042d58c141aa
tree75d301502b322906f00e12571f12936e6fe8436d
parent1ba7e159787d7c96a8783584395b670c22bba4ef
block: Hide HBitmap in block dirty bitmap interface

HBitmap is an implementation detail of block dirty bitmap that should be hidden
from users. Introduce a BdrvDirtyBitmapIter to encapsulate the underlying
HBitmapIter.

A small difference in the interface is, before, an HBitmapIter is initialized
in place, now the new BdrvDirtyBitmapIter must be dynamically allocated because
the structure definition is in block/dirty-bitmap.c.

Two current users are converted too.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 1476395910-8697-2-git-send-email-jsnow@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/backup.c
block/dirty-bitmap.c
block/mirror.c
include/block/dirty-bitmap.h
include/qemu/typedefs.h