Re: [Qemu-devel] [PATCH 5/5] Convert block layer callers' annotations

2013-08-07 Thread Charlie Shepherd
On 05/08/2013 21:15, Gabriel Kerneis wrote: On Mon, Aug 05, 2013 at 08:44:07PM +0200, Charlie Shepherd wrote: This patch updates the callers of block layer functions converted to explicit coroutine_fn annotation in the previous patch. It looks like this patch is made of three parts: - updating

Re: [Qemu-devel] [PATCH 5/5] Convert block layer callers' annotations

2013-08-05 Thread Gabriel Kerneis
On Mon, Aug 05, 2013 at 08:44:07PM +0200, Charlie Shepherd wrote: > This patch updates the callers of block layer functions converted to explicit > coroutine_fn annotation in the previous patch. It looks like this patch is made of three parts: - updating the annotations, following the rule "caller

[Qemu-devel] [PATCH 5/5] Convert block layer callers' annotations

2013-08-05 Thread Charlie Shepherd
This patch updates the callers of block layer functions converted to explicit coroutine_fn annotation in the previous patch. --- block/bochs.c| 4 ++-- block/cloop.c| 4 ++-- block/cow.c | 8 +++ block/dmg.c | 8 +++ block/qcow.c