Re: [Qemu-devel] [PATCH v2 1/3] coroutine: add qemu_coroutine_entered() function

2016-09-27 Thread Fam Zheng
On Tue, 09/27 16:18, Stefan Hajnoczi wrote: > See the doc comments for a description of this new coroutine API. > > Signed-off-by: Stefan Hajnoczi > --- > include/qemu/coroutine.h | 13 + > util/qemu-coroutine.c| 5 + > 2 files changed, 18 insertions(+) > > diff --git a/inc

[Qemu-devel] [PATCH v2 1/3] coroutine: add qemu_coroutine_entered() function

2016-09-27 Thread Stefan Hajnoczi
See the doc comments for a description of this new coroutine API. Signed-off-by: Stefan Hajnoczi --- include/qemu/coroutine.h | 13 + util/qemu-coroutine.c| 5 + 2 files changed, 18 insertions(+) diff --git a/include/qemu/coroutine.h b/include/qemu/coroutine.h index 29a2078