]> git.proxmox.com Git - mirror_qemu.git/commit - blockjob.c
coroutine: Drop co_sleep_ns
authorFam Zheng <famz@redhat.com>
Tue, 26 Aug 2014 07:15:43 +0000 (15:15 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 29 Aug 2014 09:46:58 +0000 (10:46 +0100)
commit0b9caf9b3166c8deb3c4f3a774c2384b069dc29c
treeee3f2d7dfc89f4d8e6efa6190534c3680a22a6bd
parenta9db86b223030bd40bdd81b160788196bc95fe6f
coroutine: Drop co_sleep_ns

block_job_sleep_ns is the only user. Since we are moving towards
AioContext aware code, it's better to use the explicit version and drop
the old one.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: BenoƮt Canet <benoit.canet@nodalink.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
blockjob.c
include/block/coroutine.h
qemu-coroutine-sleep.c