]> git.proxmox.com Git - mirror_qemu.git/commit - tests/test-bdrv-drain.c
test-bdrv-drain: Use bdrv_try_set_aio_context()
authorKevin Wolf <kwolf@redhat.com>
Tue, 7 May 2019 16:22:10 +0000 (18:22 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 4 Jun 2019 14:55:58 +0000 (16:55 +0200)
commit26bf15e441d9d0aa7715bac28ef6a3f25a034df3
tree7e600b5648fc29511b22255e001612e768317ed8
parent6c8705351ee5b3f2ede8337fc93de320b3d4add6
test-bdrv-drain: Use bdrv_try_set_aio_context()

No reason to use the unchecked version in tests, even more so when these
are the last callers of bdrv_set_aio_context() outside of block.c.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/test-bdrv-drain.c