Re: [Qemu-devel] [sheepdog] [PATCH v4 06/10] coroutine: add co_aio_sleep_ns() to allow sleep in block drivers

2013-08-02 Thread MORITA Kazutaka
At Tue, 30 Jul 2013 15:58:58 +0200, Stefan Hajnoczi wrote: On Fri, Jul 26, 2013 at 03:10:48PM +0900, MORITA Kazutaka wrote: This helper function behaves similarly to co_sleep_ns(), but the sleeping coroutine will be resumed when using qemu_aio_wait(). Signed-off-by: MORITA Kazutaka

Re: [Qemu-devel] [sheepdog] [PATCH v4 06/10] coroutine: add co_aio_sleep_ns() to allow sleep in block drivers

2013-08-02 Thread liu ping fan
On Fri, Aug 2, 2013 at 2:20 PM, MORITA Kazutaka morita.kazut...@lab.ntt.co.jp wrote: At Tue, 30 Jul 2013 15:58:58 +0200, Stefan Hajnoczi wrote: On Fri, Jul 26, 2013 at 03:10:48PM +0900, MORITA Kazutaka wrote: This helper function behaves similarly to co_sleep_ns(), but the sleeping

Re: [Qemu-devel] [sheepdog] [PATCH v4 06/10] coroutine: add co_aio_sleep_ns() to allow sleep in block drivers

2013-08-02 Thread Alex Bligh
Pingfan, --On 2 August 2013 16:19:31 +0800 liu ping fan qemul...@gmail.com wrote: Okay, I'll update this patch based on the AioContext timer. I'm also happy to help Alex and Pingfan to finish the implementation. Alex, do you make a further step than V4? If you have, could you share it with