]> git.proxmox.com Git - qemu.git/commit - block/vmdk.c
vmdk: Move l1_size check into vmdk_add_extent()
authorFam Zheng <famz@redhat.com>
Mon, 19 Aug 2013 10:54:25 +0000 (18:54 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 22 Aug 2013 13:35:58 +0000 (15:35 +0200)
commitb0651b8c246d0d9e6ad0831b3e34fd756016ad7e
treef2da7aad1acb3ed58813241f0413c3af1cd90a36
parent7780d47211bde838c7f7e9330608e5397219066e
vmdk: Move l1_size check into vmdk_add_extent()

This header check is common to VMDK3 and VMDK4, so move it into
vmdk_add_extent().

Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/vmdk.c