On 2018-05-09 18:26, Kevin Wolf wrote: > There is nothing block layer specific about block_job_sleep_ns(), so > move the function to Job. > > Signed-off-by: Kevin Wolf > --- > include/block/blockjob_int.h | 11 ----------- > include/qemu/job.h | 17 +++++++++++++++++ > block/backup.c | 2 +- > block/commit.c | 2 +- > block/mirror.c | 4 ++-- > block/stream.c | 2 +- > blockjob.c | 27 --------------------------- > job.c | 32 ++++++++++++++++++++++++++++++++ > tests/test-bdrv-drain.c | 8 ++++---- > tests/test-blockjob-txn.c | 2 +- > tests/test-blockjob.c | 2 +- > 11 files changed, 60 insertions(+), 49 deletions(-) The Job.sleep_timer documentation should be adjusted. With that done: Reviewed-by: Max Reitz