]> git.proxmox.com Git - qemu.git/commit
VMDK: bugfix, opening vSphere 4 exported image
authorFam Zheng <famcool@gmail.com>
Fri, 12 Aug 2011 15:19:34 +0000 (23:19 +0800)
committerKevin Wolf <kwolf@redhat.com>
Tue, 6 Sep 2011 10:33:29 +0000 (12:33 +0200)
commitbb45ded93115ad4303471c9a492579dc36716547
tree1ddc2be55e6113c63ab807a07dcb1822c9573d5d
parentf16f509d17de295300404f94598b558ac5b8cfdd
VMDK: bugfix, opening vSphere 4 exported image

The vSphere 4 exported image is streamOptimized extent, which is not
quite correctly handled. Ignore rdgOffset when RGD flag bit not set.

Signed-off-by: Fam Zheng <famcool@gmail.com>
Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/vmdk.c