]> git.proxmox.com Git - qemu.git/commit - block/vmdk.c
VMDK: separate vmdk_read_extent/vmdk_write_extent
authorFam Zheng <famcool@gmail.com>
Fri, 12 Aug 2011 15:19:29 +0000 (23:19 +0800)
committerKevin Wolf <kwolf@redhat.com>
Tue, 6 Sep 2011 10:25:32 +0000 (12:25 +0200)
commitdd3f6ee211d248bc8cf27cc839e94dfa42348cd9
treeb0de8ceee334fb16a33dff33ce42a6efefe48241
parent86c6b429bf0df583a09fc8a3286b2467d6241e7e
VMDK: separate vmdk_read_extent/vmdk_write_extent

Factor out read/write extent code, since there will be more things to
take care of once reading/writing compressed clusters is introduced.

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