From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCV3f-0006Gb-Ef for qemu-devel@nongnu.org; Thu, 22 Aug 2013 09:36:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VCV3Y-0001Lg-FH for qemu-devel@nongnu.org; Thu, 22 Aug 2013 09:36:15 -0400 Received: from mail-ea0-x22a.google.com ([2a00:1450:4013:c01::22a]:54505) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCV3Y-0001LW-8z for qemu-devel@nongnu.org; Thu, 22 Aug 2013 09:36:08 -0400 Received: by mail-ea0-f170.google.com with SMTP id h14so909602eak.29 for ; Thu, 22 Aug 2013 06:36:07 -0700 (PDT) Date: Thu, 22 Aug 2013 15:36:05 +0200 From: Stefan Hajnoczi Message-ID: <20130822133605.GA28681@stefanha-thinkpad.redhat.com> References: <1376909668-26529-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1376909668-26529-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 0/4] vmdk: Support ESX files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: kwolf@redhat.com, pbonzini@redhat.com, jcody@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com On Mon, Aug 19, 2013 at 06:54:24PM +0800, Fam Zheng wrote: > This series add support for VMFS and VMFSSPARSE extents, these types are found > in description file from ESX hosts. > > - VMFS is in monolithiFlat format (raw), but hosted in ESX. > > - VMFSSPARSE is the format we call "vmdk3" with magic bytes "COWD". This patch > fix the opening of vmdk3 and rename it to vmfs_sparse which is better in > representing its main usage nowadays. > > v3: > Reorder patches to first move header check to > vmdk_add_extent(). > > > Fam Zheng (3): > vmdk: Move l1_size check into vmdk_add_extent() > vmdk: fix L1 and L2 table size in vmdk3 open > vmdk: support vmfsSparse files > > Paolo Bonzini (1): > vmdk: support vmfs files > > block/vmdk.c | 52 +++++++++++++++++++++++++++------------------------- > 1 file changed, 27 insertions(+), 25 deletions(-) > > -- > 1.8.3.1 > > Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan