From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37214) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlgSC-0001OT-7J for qemu-devel@nongnu.org; Tue, 04 Nov 2014 10:55:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlgS7-0005oF-0D for qemu-devel@nongnu.org; Tue, 04 Nov 2014 10:55:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41959) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlgS6-0005oA-Nw for qemu-devel@nongnu.org; Tue, 04 Nov 2014 10:55:26 -0500 Message-ID: <5458F6E7.5000606@redhat.com> Date: Tue, 04 Nov 2014 16:55:19 +0100 From: Eric Blake MIME-Version: 1.0 References: <1414910361-27681-1-git-send-email-quan.xu@intel.com> In-Reply-To: <1414910361-27681-1-git-send-email-quan.xu@intel.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="MVuv9BKUnnuIFLAvliCeKhEpa2hCC4gf1" Subject: Re: [Qemu-devel] [PATCH 1/4] Qemu-Xen-vTPM: Support for Xen stubdom vTPM command line options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Quan Xu , qemu-devel@nongnu.org Cc: xen-devel@lists.xen.org, armbru@redhat.com, lcapitulino@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --MVuv9BKUnnuIFLAvliCeKhEpa2hCC4gf1 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 11/02/2014 07:39 AM, Quan Xu wrote: [meta-comment] This message appears to have a cover letter; but you failed to properly set the 'In-Reply-To' header; when each patch of your series appears as a top-level thread instead of a reply to the cover letter, it is harder to review. > Signed-off-by: Quan Xu > --- > configure | 14 ++++++++++++++ > hmp.c | 7 +++++++ > qapi-schema.json | 17 +++++++++++++++-- > qemu-options.hx | 13 +++++++++++-- > tpm.c | 7 ++++++- > 5 files changed, 53 insertions(+), 5 deletions(-) >=20 > +++ b/qapi-schema.json > @@ -2853,10 +2853,11 @@ > # An enumeration of TPM types > # > # @passthrough: TPM passthrough type > +# @xenstubdoms: TPM xenstubdoms type Missing a '(since 2.3)' designation. > # > # Since: 1.5 > ## > -{ 'enum': 'TpmType', 'data': [ 'passthrough' ] } > +{ 'enum': 'TpmType', 'data': [ 'passthrough', 'xenstubdoms' ] } > =20 > ## > # @query-tpm-types: > @@ -2884,6 +2885,16 @@ > { 'type': 'TPMPassthroughOptions', 'data': { '*path' : 'str', > '*cancel-path' : 'str'} }= > =20 > +# @TPMXenstubdomsOptions: > +# > +# Information about the TPM xenstubdoms type > +# > +# Since: > 2.1.0 2.1 is wrong; the earliest you can get this into the tree is 2.3 (because you've missed soft freeze for 2.2). --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --MVuv9BKUnnuIFLAvliCeKhEpa2hCC4gf1 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 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg iQEcBAEBCAAGBQJUWPboAAoJEKeha0olJ0NqCdEIAINFasvoIVIK/sRHEQ2ge4Gd 0TwL5xwppyPrLQ1lXUMzHCvRxdfRlmBQCxM1KE0YffSnT0WXVUDI5jcdztoDDbj5 USQyyOnOylmpuw0bvTejV9e+50Wu6cwhO4I6AFvZXoE+aLmXcHeiDmCQdmsj7syh rPhvxo2/lMoPUPaiW8BBk0Atn+BLz50q+uEFvJp5f38butyBTR8wi3lF8FxowbgT 0nTEFDThvlLm0F92FgjA9rqGxOpH1/8ndfuMkDeRko6Xo5FiMYi0yTAM2Mct0tmo 2GIcMQGZguEOYluySVi8QAPxovVflRp1rj5BSA2j/bw9HduJPLWoHKxWKM5B7aI= =pdcr -----END PGP SIGNATURE----- --MVuv9BKUnnuIFLAvliCeKhEpa2hCC4gf1--