Home
last modified time | relevance | path

Searched hist:"5599 c162c3bec2bc8f0123e4d5802a70d9984b3b" (Results 1 – 1 of 1) sorted by relevance

/qemu/tests/unit/
H A Dtest-bdrv-drain.c5599c162c3bec2bc8f0123e4d5802a70d9984b3b Thu Sep 20 13:51:21 UTC 2018 Kevin Wolf <kwolf@redhat.com> test-bdrv-drain: Fix outdated comments

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 <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>