diff options
author | Kevin Wolf <kwolf@redhat.com> | 2012-04-11 10:45:51 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-04-19 15:48:52 +0200 |
commit | aafcdcc9ebd72b24bf8686f624ff98bb919de5fd (patch) | |
tree | 18635b7f8da9dc0cc74f72dc2dfb73b7027363f9 /tests/qemu-iotests/group | |
parent | 7299550b252c2c88ae078030428435cf83315dd4 (diff) | |
download | qemu-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/group | 1 |
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 |