From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKP4y-0001oE-Lj for qemu-devel@nongnu.org; Mon, 03 Mar 2014 04:22:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKP4p-0003ad-Va for qemu-devel@nongnu.org; Mon, 03 Mar 2014 04:22:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKP4p-0003aY-Nb for qemu-devel@nongnu.org; Mon, 03 Mar 2014 04:22:23 -0500 Date: Mon, 3 Mar 2014 10:22:18 +0100 From: Stefan Hajnoczi Message-ID: <20140303092218.GC4780@stefanha-thinkpad.redhat.com> References: <1393498122-11222-1-git-send-email-stefanha@redhat.com> <20140228140028.16093fee@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140228140028.16093fee@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 0/2] dataplane: add query-iothreads QMP command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: Kevin Wolf , "Shergill, Gurinder" , qemu-devel@nongnu.org, Paolo Bonzini , "Vinod, Chegu" On Fri, Feb 28, 2014 at 02:00:28PM -0500, Luiz Capitulino wrote: > On Thu, 27 Feb 2014 11:48:40 +0100 > Stefan Hajnoczi wrote: > > > v3: > > * Loop until predicate is true to handle pthread_cond spurious wakeups [eblake] > > * Fix additional instances of "thread_id" [eblake] > > > > v2: > > * Use "thread-id" instead of "thread_id" in QAPI [eblake] > > * Avoid mutex unlock/destroy race between threads [pbonzini] > > > > This series applies on top of "[PATCH v4 0/6] dataplane: switch to N:M > > devices-per-thread model". > > What's the merge plan for both series? IMO, they should go in through the > block layer tree. As far as the QMP interface is concerned, Eric's review is > all you need. Okay, thanks. They can go through Kevin if he's ready to merge them this week, or me next week otherwise. Stefan