summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/group
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2012-04-11 10:45:51 +0200
committerKevin Wolf <kwolf@redhat.com>2012-04-19 15:48:52 +0200
commitaafcdcc9ebd72b24bf8686f624ff98bb919de5fd (patch)
tree18635b7f8da9dc0cc74f72dc2dfb73b7027363f9 /tests/qemu-iotests/group
parent7299550b252c2c88ae078030428435cf83315dd4 (diff)
downloadqemu-aafcdcc9ebd72b24bf8686f624ff98bb919de5fd.tar.gz
qemu-aafcdcc9ebd72b24bf8686f624ff98bb919de5fd.tar.bz2
qemu-aafcdcc9ebd72b24bf8686f624ff98bb919de5fd.zip
qemu-iotests: Test bdrv_close while AIO is in flight
If the BlockDriverState is closed/freed without draining the AIO requests first, the request coroutines may work on invalid data and file descriptors or have some dangling pointers that cause segfaults. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/group')
-rw-r--r--tests/qemu-iotests/group1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group
index 1742ede180..92508a748e 100644
--- a/tests/qemu-iotests/group
+++ b/tests/qemu-iotests/group
@@ -38,3 +38,4 @@
029 rw auto quick
030 rw auto
031 rw auto quick
+032 rw auto