On 10/21/2011 02:26 AM, Stuart Brady wrote:
> They all look okay, perhaps the include path you passed to
> Coccinelle is incomplete?
Ah, good point! I'm not sure what include dirs are needed, though...
anyone have any advice?
Blue Swirl, I gather you're one of the few other people to have used
Coccinelle with Qemu's source...
I played a bit yesterday and it turns out that Coccinelle is a bit
limited WRT handling headers, because they are very expensive. I used
"-I . -I +build -I hw" but it didn't help much.
Stuart/Blue, do you have a macro file? Mine was simply "#define
coroutine_fn".
Paolo