]> git.proxmox.com Git - mirror_qemu.git/commit - block/vmdk.c
block/vmdk: add basic .bdrv_check support
authorPeter Lieven <pl@kamp.de>
Wed, 29 Jan 2014 08:34:16 +0000 (09:34 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 31 Jan 2014 21:05:03 +0000 (22:05 +0100)
commitf43aa8e18ad83508c2786403e7230a584d357c8e
tree851141b9e2d611be4f9418cdfa3e34c2ac59f070
parent14b4a8b9c654b625dea0f532fae5722781fd0a7d
block/vmdk: add basic .bdrv_check support

this adds a basic vmdk corruption check. it should detect severe
table corruptions and file truncation.

Signed-off-by: Peter Lieven <pl@kamp.de>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/vmdk.c