From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6bM4-0007PQ-4u for qemu-devel@nongnu.org; Tue, 06 Aug 2013 03:06:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6bM0-0006RB-Ml for qemu-devel@nongnu.org; Tue, 06 Aug 2013 03:06:52 -0400 Received: from wanbli.kerneis.info ([2001:41d0:8:38ad::1]:46806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6bM0-0006R2-Cm for qemu-devel@nongnu.org; Tue, 06 Aug 2013 03:06:48 -0400 Date: Tue, 6 Aug 2013 08:06:37 +0100 From: Gabriel Kerneis Message-ID: <20130806070637.GA5097@kerneis.info> References: <1375728247-1306-1-git-send-email-charlie@ctshepherd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1375728247-1306-1-git-send-email-charlie@ctshepherd.com> Subject: Re: [Qemu-devel] RFC: [PATCH 0/5] Explicitly annotating coroutine_fn functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Charlie Shepherd Cc: kwolf@redhat.com, pbonzini@redhat.com, qemu-devel@nongnu.org, stefanha@gmail.com On Mon, Aug 05, 2013 at 08:44:02PM +0200, Charlie Shepherd wrote: > This patch series is a follow up to a previous RFC about converting functions > that dynamically yield execution depending on whether they are in executing in > a coroutine context or not to be explicitly statically annotated. Another general remark on your patches for the next iteration: they need to include a Signed-off-by line. http://wiki.qemu.org/Contribute/SubmitAPatch git config --global format.signoff true will make sure such a line is included automatically when you use git format-patch (but you can also sign-off individual commits locally with git commit -s). -- Gabriel