On Fri, Feb 21, 2014 at 08:27:22AM -0700, Eric Blake wrote: > 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. > > > > Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> > > --- > > > +++ b/qapi-schema.json > > @@ -884,6 +884,35 @@ > > { 'command': 'query-cpus', 'returns': ['CpuInfo'] } > > > > ## > > +# @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).
Will fix in v2. Stefan