qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/2] qmp: add query-iothreads command


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 2/2] qmp: add query-iothreads command
Date: Mon, 24 Feb 2014 16:54:25 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

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 <address@hidden>
> > ---
> 
> > +++ 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]