From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFtfV-0000mr-Az for qemu-devel@nongnu.org; Mon, 17 Oct 2011 16:20:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFtfT-0003hp-Cn for qemu-devel@nongnu.org; Mon, 17 Oct 2011 16:20:17 -0400 Received: from lo.gmane.org ([80.91.229.12]:42595) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFtfT-0003hO-63 for qemu-devel@nongnu.org; Mon, 17 Oct 2011 16:20:15 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RFtfK-0000ZU-8M for qemu-devel@nongnu.org; Mon, 17 Oct 2011 22:20:06 +0200 Received: from 93-34-218-143.ip51.fastwebnet.it ([93.34.218.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Oct 2011 22:20:06 +0200 Received: from pbonzini by 93-34-218-143.ip51.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Oct 2011 22:20:06 +0200 From: Paolo Bonzini Date: Mon, 17 Oct 2011 22:19:55 +0200 Message-ID: References: <1318332930-16217-1-git-send-email-pbonzini@redhat.com> <4E9C8878.8010406@codemonkey.ws> <4E9C8B8D.90108@redhat.com> <4E9C8BF9.7090108@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <4E9C8BF9.7090108@codemonkey.ws> 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: qemu-devel@nongnu.org On 10/17/2011 10:11 PM, Anthony Liguori wrote: >> 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? Yes, of course. Paolo