From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFtVY-0003p4-SG for qemu-devel@nongnu.org; Mon, 17 Oct 2011 16:10:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFtVX-0001TE-Lv for qemu-devel@nongnu.org; Mon, 17 Oct 2011 16:10:00 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:37714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFtVX-0001T6-Dr for qemu-devel@nongnu.org; Mon, 17 Oct 2011 16:09:59 -0400 Received: by wyh15 with SMTP id 15so1277077wyh.4 for ; Mon, 17 Oct 2011 13:09:58 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4E9C8B8D.90108@redhat.com> Date: Mon, 17 Oct 2011 22:09:49 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1318332930-16217-1-git-send-email-pbonzini@redhat.com> <4E9C8878.8010406@codemonkey.ws> In-Reply-To: <4E9C8878.8010406@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 00/13] allow tools to use the QEMU main loop List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On 10/17/2011 09:56 PM, Anthony Liguori wrote: >> The series already >> starts using the refactored main loop in qemu-nbd. > > What patch does this? I don't see any changes to qemu-nbd in this series. Leftover from RFC. Right now, this is just a chainsaw cleanup. However, Kevin has plans to use the main loop everywhere (making qemu-io and qemu-img one huge coroutine). Paolo