From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHxrZ-0004Er-UO for qemu-devel@nongnu.org; Mon, 24 Feb 2014 10:54:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHxrR-0002Rs-E7 for qemu-devel@nongnu.org; Mon, 24 Feb 2014 10:54:37 -0500 Received: from mail-bk0-x233.google.com ([2a00:1450:4008:c01::233]:50266) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHxrR-0002Rn-6q for qemu-devel@nongnu.org; Mon, 24 Feb 2014 10:54:29 -0500 Received: by mail-bk0-f51.google.com with SMTP id 6so397800bkj.38 for ; Mon, 24 Feb 2014 07:54:28 -0800 (PST) Date: Mon, 24 Feb 2014 16:54:25 +0100 From: Stefan Hajnoczi Message-ID: <20140224155425.GI23185@stefanha-thinkpad.hitronhub.home> References: <1392994280-9675-1-git-send-email-stefanha@redhat.com> <1392994280-9675-3-git-send-email-stefanha@redhat.com> <5307705A.8090105@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5307705A.8090105@redhat.com> 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: Eric Blake Cc: "Shergill, Gurinder" , qemu-devel@nongnu.org, Luiz Capitulino , Stefan Hajnoczi , Paolo Bonzini , "Vinod, Chegu" 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-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