From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFtXD-0005D5-9f for qemu-devel@nongnu.org; Mon, 17 Oct 2011 16:11:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFtXC-0001lb-11 for qemu-devel@nongnu.org; Mon, 17 Oct 2011 16:11:43 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:62737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFtXB-0001lT-T7 for qemu-devel@nongnu.org; Mon, 17 Oct 2011 16:11:41 -0400 Received: by iakl21 with SMTP id l21so7932806iak.4 for ; Mon, 17 Oct 2011 13:11:41 -0700 (PDT) Message-ID: <4E9C8BF9.7090108@codemonkey.ws> Date: Mon, 17 Oct 2011 15:11:37 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1318332930-16217-1-git-send-email-pbonzini@redhat.com> <4E9C8878.8010406@codemonkey.ws> <4E9C8B8D.90108@redhat.com> In-Reply-To: <4E9C8B8D.90108@redhat.com> 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: Paolo Bonzini Cc: qemu-devel@nongnu.org On 10/17/2011 03:09 PM, Paolo Bonzini wrote: > 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). Can you add something to docs that explains how to use the new main loop? Regards, Anthony Liguori > Paolo >