From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGs0h-0003EI-4O for qemu-devel@nongnu.org; Fri, 21 Feb 2014 10:27:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGs0b-0002W9-V5 for qemu-devel@nongnu.org; Fri, 21 Feb 2014 10:27:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGs0b-0002W1-Ml for qemu-devel@nongnu.org; Fri, 21 Feb 2014 10:27:25 -0500 Message-ID: <5307705A.8090105@redhat.com> Date: Fri, 21 Feb 2014 08:27:22 -0700 From: Eric Blake MIME-Version: 1.0 References: <1392994280-9675-1-git-send-email-stefanha@redhat.com> <1392994280-9675-3-git-send-email-stefanha@redhat.com> In-Reply-To: <1392994280-9675-3-git-send-email-stefanha@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="FVkSA0FXd9AK5SK8pD0c8IAOe3SINDboo" Subject: Re: [Qemu-devel] [PATCH 2/2] qmp: add query-iothreads command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel@nongnu.org Cc: Paolo Bonzini , "Shergill, Gurinder" , "Vinod, Chegu" , Luiz Capitulino This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --FVkSA0FXd9AK5SK8pD0c8IAOe3SINDboo Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 02/21/2014 07:51 AM, Stefan Hajnoczi wrote: > The "query-iothreads" command returns a list of information about > iothreads. See the patch for API documentation. >=20 > Signed-off-by: Stefan Hajnoczi > --- > +++ b/qapi-schema.json > @@ -884,6 +884,35 @@ > { 'command': 'query-cpus', 'returns': ['CpuInfo'] } > =20 > ## > +# @IOThreadInfo: > +# > +# Information about an iothread > +# > +# @id: the identifier of the iothread > +# > +# @thread_id: ID of the underlying host thread For new interfaces, we prefer thread-id (dash, not underscore). But the idea definitely makes sense. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --FVkSA0FXd9AK5SK8pD0c8IAOe3SINDboo 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 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJTB3BaAAoJEKeha0olJ0NqBrQH/3mxvITxnntHPcv6dTiizbyn iBp+MsM/1wNyv/AN5hJSaC5genNDWy3vGFro0Yd19iAL5Sra6HPE2tQRRsRT2ZBS NfCmCHZIxlZI5ZvcbmVW1F/ySafRt0eFAo4/Z6wOzfK/Dx3rQtJvdO+7tmWyl7Tp NB7JtS5D8NOex/aBb2z8sIHyhpm0BWbJ8wExvLIa0To0soFb6Al+4/oARwjyw5nk PWT62u3jQsypCbT5h2t9IusPdndZ4XhjKBwbLXuC7t26Ah1oxcPPlQYvXIRcy3Dx C13MpmHCpOSzlhsGkYqXnfxFFE+nJ/AfBeaG/IMNuFYrApVZiR3gDrSeMGxd7Ys= =W3eT -----END PGP SIGNATURE----- --FVkSA0FXd9AK5SK8pD0c8IAOe3SINDboo--