]> git.proxmox.com Git - mirror_qemu.git/commit - tests/unit/test-bdrv-drain.c
test-bdrv-drain: Fix outdated comments
authorKevin Wolf <kwolf@redhat.com>
Thu, 20 Sep 2018 13:51:21 +0000 (15:51 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 25 Sep 2018 13:50:15 +0000 (15:50 +0200)
commit5599c162c3bec2bc8f0123e4d5802a70d9984b3b
tree4c4caf24ab79e80f5cc6e9e4c6349015b0a455b8
parentd49725af46a7710cde02cc120b7f1e485154b483
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>
tests/test-bdrv-drain.c