]> git.proxmox.com Git - qemu.git/commit
VMDK: introduce VmdkExtent
authorFam Zheng <famcool@gmail.com>
Tue, 12 Jul 2011 11:56:28 +0000 (19:56 +0800)
committerKevin Wolf <kwolf@redhat.com>
Tue, 19 Jul 2011 13:39:05 +0000 (15:39 +0200)
commitb3976d3c8b895e8929d133b80ef5e373b60cf357
treec56dc60f0c0e4da18988280224b2ca7d77487569
parent69d7e218fd9846b7f5946fe8e17ca609c7fd7ef1
VMDK: introduce VmdkExtent

Introduced VmdkExtent array into BDRVVmdkState, enable holding multiple
image extents for multiple file image support.

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