From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPmqO-0002yI-2p for qemu-devel@nongnu.org; Tue, 18 Mar 2014 01:45:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPmqN-00053t-6D for qemu-devel@nongnu.org; Tue, 18 Mar 2014 01:45:44 -0400 Received: from mail-qa0-x231.google.com ([2607:f8b0:400d:c00::231]:45426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPmqM-00053o-Ob for qemu-devel@nongnu.org; Tue, 18 Mar 2014 01:45:42 -0400 Received: by mail-qa0-f49.google.com with SMTP id j7so6342500qaq.36 for ; Mon, 17 Mar 2014 22:45:42 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20140318040456.GA13112@tesla.pnq.redhat.com> References: <20140318040456.GA13112@tesla.pnq.redhat.com> Date: Tue, 18 Mar 2014 13:45:42 +0800 Message-ID: From: Le Tan Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [Qemu-devel] How to understand the coroutine context? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kashyap Chamarthy Cc: qemu-devel@nongnu.org Thanks, that is an excellent blog! 2014-03-18 12:04 GMT+08:00 Kashyap Chamarthy : > 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