]> Git Repo - qemu.git/commit
qcow2: check_errors are fatal
authorMax Reitz <[email protected]>
Fri, 10 Nov 2017 20:31:07 +0000 (21:31 +0100)
committerMax Reitz <[email protected]>
Fri, 17 Nov 2017 17:21:30 +0000 (18:21 +0100)
commit791fff504cad4d935dfaab6333ff9b7d95cbfe3f
tree34b0d8dad955aad47c2a6882bbed8a045feaa1a8
parent3e3b838ffeba42eced87595b0a23dc38f7c0c21b
qcow2: check_errors are fatal

When trying to repair a dirty image, qcow2_check() may apparently
succeed (no really fatal error occurred that would prevent the check
from continuing), but if check_errors in the result object is non-zero,
we cannot trust the image to be usable.

Reported-by: R. Nageswara Sastry <[email protected]>
Buglink: https://bugs.launchpad.net/qemu/+bug/1728639
Signed-off-by: Max Reitz <[email protected]>
Message-id: 20171110203111[email protected]
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Max Reitz <[email protected]>
block/qcow2.c
tests/qemu-iotests/060
tests/qemu-iotests/060.out
This page took 0.027484 seconds and 4 git commands to generate.