From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPKug-0005hK-Dw for qemu-devel@nongnu.org; Sat, 21 Feb 2015 20:00:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPKud-0003vR-6F for qemu-devel@nongnu.org; Sat, 21 Feb 2015 20:00:50 -0500 Received: from nm19-vm4.bullet.mail.ne1.yahoo.com ([98.138.91.179]:59375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPKuc-0003vJ-Vl for qemu-devel@nongnu.org; Sat, 21 Feb 2015 20:00:47 -0500 Date: Sun, 22 Feb 2015 01:00:01 +0000 (UTC) From: Sunil Kumar Message-ID: <698041007.1331045.1424566801336.JavaMail.yahoo@mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] (no subject) Reply-To: Sunil Kumar List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Hi, I ran into an issue where the OVA created from the VMDK file created by qemu-img is rejected by vSphere with a message like "Not a supported disk format (sparse VMDK too old)". I was looking through the archives and found this: http://lists.gnu.org/archive/html/qemu-devel/2014-08/msg01028.html That's exactly my issue and the patch will resolve it. But this patch has not been merged yet and it does not apply on top of 2.2.0 cleanly. Any ideas what happened to the patch there? I will appreciate any help. -devsk