]> git.proxmox.com Git - qemu.git/commit
qcow2: Don't try to check tables that couldn't be loaded
authorKevin Wolf <kwolf@redhat.com>
Tue, 22 Jun 2010 10:35:07 +0000 (12:35 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 22 Jun 2010 12:38:02 +0000 (14:38 +0200)
commitf74550fd53598ac6529dbcfc3c06e98d2d7fbe51
treef6fe274444fc0b078a451ee58c244ce6491a34ca
parent6882c8fa78dcc4882640d3e11232d995fda7d5c4
qcow2: Don't try to check tables that couldn't be loaded

Trying to check them leads to a second error message which is more confusing
than helpful:

    Can't get refcount for cluster 0: Invalid argument
    ERROR cluster 0 refcount=-22 reference=1

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/qcow2-refcount.c