]> Git Repo - qemu.git/commit
block/dirty-bitmap: add deserialize_ones func
authorVladimir Sementsov-Ogievskiy <[email protected]>
Wed, 28 Jun 2017 12:05:06 +0000 (15:05 +0300)
committerMax Reitz <[email protected]>
Tue, 11 Jul 2017 15:44:57 +0000 (17:44 +0200)
commit6bdc8b719a1617ec5ddfb13e78054df22fa12f84
tree1cca120356705de5416ee6e24498692bc50b4b37
parentba06ff1a5c4d080cc8e88ec2d7c3472c20d33f1b
block/dirty-bitmap: add deserialize_ones func

Add bdrv_dirty_bitmap_deserialize_ones() function, which is needed for
qcow2 bitmap loading, to handle unallocated bitmap parts, marked as
all-ones.

Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Reviewed-by: Kevin Wolf <[email protected]>
Reviewed-by: John Snow <[email protected]>
Message-id: 20170628120530[email protected]
Signed-off-by: Max Reitz <[email protected]>
block/dirty-bitmap.c
include/block/dirty-bitmap.h
include/qemu/hbitmap.h
util/hbitmap.c
This page took 0.036056 seconds and 4 git commands to generate.