From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aanR7-0000ia-Lx for qemu-devel@nongnu.org; Tue, 01 Mar 2016 11:46:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aanR3-0004VY-HP for qemu-devel@nongnu.org; Tue, 01 Mar 2016 11:46:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aanR3-0004V9-Bw for qemu-devel@nongnu.org; Tue, 01 Mar 2016 11:46:09 -0500 References: <1456224728-28163-1-git-send-email-peterx@redhat.com> <1456224728-28163-2-git-send-email-peterx@redhat.com> From: Eric Blake Message-ID: <56D5C74F.5040305@redhat.com> Date: Tue, 1 Mar 2016 09:46:07 -0700 MIME-Version: 1.0 In-Reply-To: <1456224728-28163-2-git-send-email-peterx@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="7mjNauTN8gJUs3iQ4sUHp0EaAoqh4wX72" Subject: Re: [Qemu-devel] [PATCH 1/3] arm: gic: add GICType List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Xu , qemu-devel@nongnu.org Cc: wei@redhat.com, peter.maydell@linaro.org, drjones@redhat.com, mdroth@linux.vnet.ibm.com, armbru@redhat.com, abologna@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --7mjNauTN8gJUs3iQ4sUHp0EaAoqh4wX72 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 02/23/2016 03:52 AM, Peter Xu wrote: > A new enum type is added to define ARM GIC types. >=20 > Signed-off-by: Peter Xu > --- > qapi-schema.json | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) >=20 > diff --git a/qapi-schema.json b/qapi-schema.json > index 8d04897..81654bd 100644 > --- a/qapi-schema.json > +++ b/qapi-schema.json > @@ -4083,3 +4083,20 @@ > ## > { 'enum': 'ReplayMode', > 'data': [ 'none', 'record', 'play' ] } > + > +## > +# @GICType: > +# > +# An enumeration of GIC types Worth spelling out the acronym? > +# > +# @gicv2: GICv2 support without kernel irqchip > +# > +# @gicv3: GICv3 support without kernel irqchip > +# > +# @gicv2-kvm: GICv3 support with kernel irqchip Doc typo, should be GICv2 > +# > +# @gicv3-kvm: GICv3 support with kernel irqchip > +# > +# Since: 2.6 > +## > +{ 'enum': 'GICType', 'data': [ 'gicv2', 'gicv3', 'gicv2-kvm', 'gicv3-k= vm' ] } >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --7mjNauTN8gJUs3iQ4sUHp0EaAoqh4wX72 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJW1cdPAAoJEKeha0olJ0Nqr3gH/2CgiqjMsdLDB7Zkcbu/Qx6i 06Q94hY5JAy3tb0za1UDjesDop1w3aLlxxfC3K6plzk10HPGOQ+Taj0K/YWe6sco IXRCXd+8Ho4Dv6FPdD7ZODicezpdoc2xIFVzgs7rIoTsEgXwcieVI8mSa96dP+AK ItZFCY5Ojpdg5y464z8D1IGTBuRCWx5TRw3ZPNP56BQdHz/mxkyWoxUpVPMZ4riw 8a4AofttbYNxbH0dlYUtC1y+KqDna6dkydZQ3Aj9A7RpVKshxAsKdB2a6pwGOIf7 GkyG89ZEL0h8AdXT6nvQ+UP3U+vsYpzlwhB+cRROENaXNXxqpOA/ifs6dcJJF/4= =m4SE -----END PGP SIGNATURE----- --7mjNauTN8gJUs3iQ4sUHp0EaAoqh4wX72--