Re: [Qemu-devel] [PATCH 1/3] block: allow interrupting a co_sleep_ns

2012-04-19 Thread Kevin Wolf
Am 18.04.2012 15:12, schrieb Paolo Bonzini: In the next patch we want to reenter the coroutine from block_job_cancel_sync and cancel the timer. Signed-off-by: Paolo Bonzini pbonz...@redhat.com Thanks, applied this patch to the block branch. I'll wait for v2 for the rest of the series. Kevin

[Qemu-devel] [PATCH 1/3] block: allow interrupting a co_sleep_ns

2012-04-18 Thread Paolo Bonzini
In the next patch we want to reenter the coroutine from block_job_cancel_sync and cancel the timer. Signed-off-by: Paolo Bonzini pbonz...@redhat.com --- qemu-coroutine-sleep.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qemu-coroutine-sleep.c b/qemu-coroutine-sleep.c