Re: [Qemu-devel] [PATCH v3 17/19] test-bdrv-drain: Fix outdated comments

2018-09-21 Thread Eric Blake
On 9/20/18 11:19 AM, Kevin Wolf wrote: Commit 89bd030533e changed the test case from using job_sleep_ns() to using qemu_co_sleep_ns() instead. Also, block_job_sleep_ns() became job_sleep_ns() in commit 5d43e86e11f. In both cases, some comments in the test case were not updated. Do that now. Rep

[Qemu-devel] [PATCH v3 17/19] test-bdrv-drain: Fix outdated comments

2018-09-20 Thread Kevin Wolf
Commit 89bd030533e changed the test case from using job_sleep_ns() to using qemu_co_sleep_ns() instead. Also, block_job_sleep_ns() became job_sleep_ns() in commit 5d43e86e11f. In both cases, some comments in the test case were not updated. Do that now. Reported-by: Max Reitz Signed-off-by: Kevin