From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1vqg-0007pe-MK for qemu-devel@nongnu.org; Thu, 16 Aug 2012 04:54:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1vqf-0007F8-K2 for qemu-devel@nongnu.org; Thu, 16 Aug 2012 04:54:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56715) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1vqf-0007Ew-Bt for qemu-devel@nongnu.org; Thu, 16 Aug 2012 04:54:37 -0400 From: Kevin Wolf Date: Thu, 16 Aug 2012 10:54:29 +0200 Message-Id: <1345107271-10154-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] vmdk: Fix streamOptimized images List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@gmail.com, jcody@redhat.com The other day someone turned up in IRC with a VMDK image [1] that can't be converted (or even read). We found the problem, discussed the fix and the reporter promised to send a fix. Well, he didn't in almost a month, so here's my fix. This was reported as https://bugs.launchpad.net/qemu/+bug/1028908 [1] http://downloads.puppetlabs.com/learning/learn_puppet_centos_pe2.5.1_ovf.2012.04.18.zip Kevin Wolf (2): vmdk: Fix header structure vmdk: Read footer for streamOptimized images block/vmdk.c | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) -- 1.7.6.5