[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 4/4] vmdk: Move l1_size check into vmdk_add_e
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-devel] [PATCH v2 4/4] vmdk: Move l1_size check into vmdk_add_extent() |
Date: |
Mon, 19 Aug 2013 11:57:06 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Am 13.08.2013 um 03:21 hat Fam Zheng geschrieben:
> This header check is common to VMDK3 and VMDK4, so move it into
> vmdk_add_extent().
>
> Signed-off-by: Fam Zheng <address@hidden>
Aha, so this is the fix for patch 1. If you reorder the patches so that
this one comes first, you don't have broken intermediate patches.
Kevin