From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VburE-0002SC-CH for qemu-devel@nongnu.org; Thu, 31 Oct 2013 12:12:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vbur9-000595-BE for qemu-devel@nongnu.org; Thu, 31 Oct 2013 12:12:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17811) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbur8-00058t-PK for qemu-devel@nongnu.org; Thu, 31 Oct 2013 12:12:23 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r9VGCM2T003851 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 31 Oct 2013 12:12:22 -0400 Message-ID: <52728165.3040206@redhat.com> Date: Thu, 31 Oct 2013 10:12:21 -0600 From: Eric Blake MIME-Version: 1.0 References: <1383185183-6552-1-git-send-email-famz@redhat.com> <1383185183-6552-3-git-send-email-famz@redhat.com> In-Reply-To: <1383185183-6552-3-git-send-email-famz@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="U41hUGeruIP0SJafCTNgMJMhr0KubkjIx" Subject: Re: [Qemu-devel] [PATCH v5 2/2] vmdk: Implment bdrv_get_specific_info List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com, mreitz@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --U41hUGeruIP0SJafCTNgMJMhr0KubkjIx Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10/30/2013 08:06 PM, Fam Zheng wrote: > Implement .bdrv_get_specific_info to return the extent information. >=20 > Signed-off-by: Fam Zheng >=20 > --- > v5: Changed 3 lines: > - Save cid in vmdk_open. (Kevin) > - Report parent_cid in vmdk_get_specific_info. > - Rename create_type to create-type in qapi-schema.json. >=20 > +++ b/qapi-schema.json > @@ -225,6 +225,27 @@ > } } > =20 > ## > +# @ImageInfoSpecificVmdk: > +# > +# @create_type: The create type of VMDK image Mismatch... > +# > +# @cid: Content id of image > +# > +# @parent-cid: Parent VMDK image's cid > +# > +# @extents: List of extent files > +# > +# Since: 1.7 > +## > +{ 'type': 'ImageInfoSpecificVmdk', > + 'data': { > + 'create-type': 'str', =2E..from the actual spelling. > + 'cid': 'int', > + 'parent-cid': 'int', > + 'extents': ['ImageInfo'] > + } } > + --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --U41hUGeruIP0SJafCTNgMJMhr0KubkjIx Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJScoFlAAoJEKeha0olJ0NqDggH/jWYtpjbnuIj+Cyb9Ng8JmZC kM07hG6Qva3qm+E3OsOcUdC2DZWFKOAwCEALA/ivirxWwDGgGLcQp8vdhOTJXFAH IhMtuYv3X7weVSWba+VEtroExntrxRTiQW+TnwbRVQzh4vvOHqH6IhrRyDKOEUKg UJASNfZiOnkGTNmOo1Fad8iEZX8UStRavLozLkMHBCJjO5GUp3V/9dYKyQ5Pg9x9 ZkYrIbWohbLJqtNGRjuUf8+6fW7F+tA/Cjyj0x6Ki7tvSln/r/Xjgvofpp3npoK9 xPTY3tLpV5Y/rpliEGSRLsotS4HAhok8H0hBp3JcNBE8mYyx/Q1GK0iuyzRLX4w= =lthY -----END PGP SIGNATURE----- --U41hUGeruIP0SJafCTNgMJMhr0KubkjIx--