From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UT2Jn-0006M2-8h for qemu-devel@nongnu.org; Thu, 18 Apr 2013 23:49:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UT2Jk-0000Ws-Gp for qemu-devel@nongnu.org; Thu, 18 Apr 2013 23:48:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50954) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UT2Jk-0000Wh-8t for qemu-devel@nongnu.org; Thu, 18 Apr 2013 23:48:56 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3J3mtPK007709 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 18 Apr 2013 23:48:55 -0400 From: Fam Zheng Date: Fri, 19 Apr 2013 11:48:40 +0800 Message-Id: <1366343325-5252-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/5] vmdk: zeroed-grain GTE support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, Fam Zheng , stefanha@redhat.com Added support for zeroed-grain GTE to VMDK according to VMDK Spec 5.0[1]. [1] Virtual Disk Format 5.0 - VMware, http://www.vmware.com/support/developer/vddk/vmdk_50_technote.pdf?src= =3Dvmdk Feiran Zheng (5): vmdk: named return code. vmdk: add support for =E2=80=9Czeroed=E2=80=90grain=E2=80=9D GTE vmdk: Add option to create zeroed-grain image vmdk: change magic number to macro vmdk: add bdrv_co_write_zeroes block/vmdk.c | 166 ++++++++++++++++++++++++++++++++--------= ------ include/block/block_int.h | 1 + 2 files changed, 118 insertions(+), 49 deletions(-) --=20 1.8.1.4