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

2014-02-24 Thread Stefan Hajnoczi
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 > > --- > > > +++ b/qapi-

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

2014-02-21 Thread Eric Blake
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 > --- > +++ b/qapi-schema.json > @@ -884,6 +884,35 @@ > { 'command': 'query-cpus', 'returns':

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

2014-02-21 Thread Stefan Hajnoczi
The "query-iothreads" command returns a list of information about iothreads. See the patch for API documentation. Signed-off-by: Stefan Hajnoczi --- iothread.c | 36 qapi-schema.json | 29 + qmp-commands.hx | 39 +++