Re: [Qemu-devel] RFC: [PATCH 0/5] Explicitly annotating coroutine_fn functions

2013-08-08 Thread Charlie Shepherd
On 08/08/2013 08:15, Kevin Wolf wrote: Am 08.08.2013 um 03:22 hat Charlie Shepherd geschrieben: On 06/08/2013 10:37, Kevin Wolf wrote: Against which tree is this? It didn't apply on top of qemu-git master, nor on my block branch. Sorry, just to clarify, this isn't based on QEMU but is a repos

Re: [Qemu-devel] RFC: [PATCH 0/5] Explicitly annotating coroutine_fn functions

2013-08-08 Thread Kevin Wolf
Am 08.08.2013 um 03:22 hat Charlie Shepherd geschrieben: > On 06/08/2013 10:37, Kevin Wolf wrote: > >Am 05.08.2013 um 20:44 hat Charlie Shepherd geschrieben: > >>This patch series is a follow up to a previous RFC about converting > >>functions > >>that dynamically yield execution depending on whet

Re: [Qemu-devel] RFC: [PATCH 0/5] Explicitly annotating coroutine_fn functions

2013-08-07 Thread Charlie Shepherd
On 06/08/2013 10:37, Kevin Wolf wrote: Am 05.08.2013 um 20:44 hat Charlie Shepherd geschrieben: 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

Re: [Qemu-devel] RFC: [PATCH 0/5] Explicitly annotating coroutine_fn functions

2013-08-06 Thread Kevin Wolf
Am 05.08.2013 um 20:44 hat Charlie Shepherd geschrieben: > 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. This change >

Re: [Qemu-devel] RFC: [PATCH 0/5] Explicitly annotating coroutine_fn functions

2013-08-06 Thread Gabriel Kerneis
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. Ano

Re: [Qemu-devel] RFC: [PATCH 0/5] Explicitly annotating coroutine_fn functions

2013-08-05 Thread Charlie Shepherd
On 05/08/2013 19:44, Charlie Shepherd wrote: In order to compile the tree with CPC: $ git clone git://github.com/kerneis/cpc.git $ cd cpc $ make $ ./configure $ make $ cd .. $ export CPC=$(pwd)/cpc/bin/cpc $ cd qemu $ mkdir -p bin/cpc $ cd bin/cpc $ ../../configure --enable

[Qemu-devel] RFC: [PATCH 0/5] Explicitly annotating coroutine_fn functions

2013-08-05 Thread Charlie Shepherd
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. This change is necessary for the GSoC CPC project, but was also agreed in an