block/backup: upgrade copy_bitmap to BdrvDirtyBitmap
commit62aa1fbeac5922240fedd22b435024a3b96cbc8f
authorJohn Snow <jsnow@redhat.com>
Mon, 29 Jul 2019 20:35:53 +0000 (29 16:35 -0400)
committerJohn Snow <jsnow@redhat.com>
Fri, 16 Aug 2019 20:28:02 +0000 (16 16:28 -0400)
treef656da90963b1bc167fc24e81b5b4b17b9801c53
parent28636b8211c30e9b7ab05806a8824eabf377f307
block/backup: upgrade copy_bitmap to BdrvDirtyBitmap

This simplifies some interface matters; namely the initialization and
(later) merging the manifest back into the sync_bitmap if it was
provided.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-id: 20190709232550.10724-12-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
block/backup.c