From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPlHE-0004WA-3y for qemu-devel@nongnu.org; Tue, 18 Mar 2014 00:05:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPlH9-0003Yb-Ee for qemu-devel@nongnu.org; Tue, 18 Mar 2014 00:05:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPlH9-0003YM-6n for qemu-devel@nongnu.org; Tue, 18 Mar 2014 00:05:15 -0400 Date: Tue, 18 Mar 2014 09:34:56 +0530 From: Kashyap Chamarthy Message-ID: <20140318040456.GA13112@tesla.pnq.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] How to understand the coroutine context? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Le Tan Cc: qemu-devel@nongnu.org On Tue, Mar 18, 2014 at 07:56:16AM +0800, Le Tan wrote: > Hi, I am diving into the source code of qemu. I see the word > "coroutine" appears in so many places. I can't figure out what it > means. So, please, can anyone help me, telling me the mechanism or > semantic of "coroutine"? Thanks! This might be of help -- http://blog.vmsplice.net/2014/01/coroutines-in-qemu-basics.html -- /kashyap