]> git.ipfire.org Git - thirdparty/qemu.git/commit
qcow2: Split qcow2_check_refcounts()
authorMax Reitz <mreitz@redhat.com>
Wed, 22 Oct 2014 12:09:30 +0000 (14:09 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 23 Oct 2014 13:34:01 +0000 (15:34 +0200)
commit6ca56bf5e90aa167395727667d17c699950c545c
tree5ffbf584e9144d856bfce3ecbfedbed259e0449b
parent5b84106bd91bc67519738042c8890a09e2967513
qcow2: Split qcow2_check_refcounts()

Put the code for calculating the reference counts and comparing them
during qemu-img check into own functions.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: BenoƮt Canet <benoit.canet@nodalink.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/qcow2-refcount.c