[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] RFC: [PATCH 0/5] Explicitly annotating coroutine_fn fun
From: |
Gabriel Kerneis |
Subject: |
Re: [Qemu-devel] RFC: [PATCH 0/5] Explicitly annotating coroutine_fn functions |
Date: |
Tue, 6 Aug 2013 08:06:37 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
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
- Re: [Qemu-devel] [PATCH 3/5] Convert BlockDriver to explicit coroutine annotations, (continued)