Statistics
| Branch: | Revision:

root / qemu-coroutine-sleep.c @ 868a1a52

History | View | Annotate | Download (897 Bytes)

# Date Author Comment
3ed99025 04/19/2012 05:03 pm Paolo Bonzini

block: allow interrupting a co_sleep_ns

In the next patch we want to reenter the coroutine from
block_job_cancel_sync and cancel the timer.

Signed-off-by: Paolo Bonzini <>
Signed-off-by: Kevin Wolf <>

7e624667 01/26/2012 12:45 pm Stefan Hajnoczi

coroutine: add co_sleep_ns() coroutine sleep function

Signed-off-by: Stefan Hajnoczi <>
Signed-off-by: Kevin Wolf <>