]> git.proxmox.com Git - mirror_qemu.git/commit
qcow2-refcount: check_refcounts_l2: reduce ignored overlaps
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Wed, 27 Feb 2019 13:14:31 +0000 (16:14 +0300)
committerMax Reitz <mreitz@redhat.com>
Tue, 7 May 2019 15:14:21 +0000 (17:14 +0200)
commit1ef337b7a023e91db7f30f2dc0f5fc417194d412
treea098d7927280e91c2f54436fdc10b9e4fbd54c86
parenta5fff8d4b4d928311a5005efa12d0991fe3b66f9
qcow2-refcount: check_refcounts_l2: reduce ignored overlaps

Reduce number of structures ignored in overlap check: when checking
active table ignore active tables, when checking inactive table ignore
inactive ones.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-id: 20190227131433.197063-4-vsementsov@virtuozzo.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/qcow2-refcount.c