Re: [Qemu-devel] [PATCH -V2] coroutine: Add CoRwlock support

2011-07-29 Thread Kevin Wolf
Am 29.07.2011 16:24, schrieb Aneesh Kumar K.V: > On Fri, 29 Jul 2011 14:53:14 +0200, Kevin Wolf wrote: >> Am 27.07.2011 18:21, schrieb Aneesh Kumar K.V: >>> Signed-off-by: Aneesh Kumar K.V >>> --- >>> qemu-coroutine-lock.c | 44 >>> qemu-coroutine.h

Re: [Qemu-devel] [PATCH -V2] coroutine: Add CoRwlock support

2011-07-29 Thread Aneesh Kumar K.V
On Fri, 29 Jul 2011 14:53:14 +0200, Kevin Wolf wrote: > Am 27.07.2011 18:21, schrieb Aneesh Kumar K.V: > > Signed-off-by: Aneesh Kumar K.V > > --- > > qemu-coroutine-lock.c | 44 > > qemu-coroutine.h | 12 > > 2 files changed, 56

Re: [Qemu-devel] [PATCH -V2] coroutine: Add CoRwlock support

2011-07-29 Thread Kevin Wolf
Am 27.07.2011 18:21, schrieb Aneesh Kumar K.V: > Signed-off-by: Aneesh Kumar K.V > --- > qemu-coroutine-lock.c | 44 > qemu-coroutine.h | 12 > 2 files changed, 56 insertions(+), 0 deletions(-) Looks good to me. What's your plan

[Qemu-devel] [PATCH -V2] coroutine: Add CoRwlock support

2011-07-27 Thread Aneesh Kumar K.V
Signed-off-by: Aneesh Kumar K.V --- qemu-coroutine-lock.c | 44 qemu-coroutine.h | 12 2 files changed, 56 insertions(+), 0 deletions(-) diff --git a/qemu-coroutine-lock.c b/qemu-coroutine-lock.c index 5071fb8..b7d01d1 100644 ---