]> git.proxmox.com Git - mirror_qemu.git/commit - tests/test-bdrv-drain.c
test-bdrv-drain: Test bs->quiesce_counter
authorKevin Wolf <kwolf@redhat.com>
Thu, 7 Dec 2017 16:00:22 +0000 (17:00 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 22 Dec 2017 14:05:32 +0000 (15:05 +0100)
commit89a6ceab4617fefa5ace6a46be3e2be58925ae71
treed2cc2aa5d505dc7457c6d9dd2938bc65c6429fcf
parent86e1c840ec1173badfe9f195a448c88072b2ad2a
test-bdrv-drain: Test bs->quiesce_counter

This is currently only working correctly for bdrv_drain(), not for
bdrv_drain_all(). Leave a comment for the drain_all case, we'll address
it later.

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