From aafcdcc9ebd72b24bf8686f624ff98bb919de5fd Mon Sep 17 00:00:00 2001 From: Kevin Wolf Date: Wed, 11 Apr 2012 10:45:51 +0200 Subject: 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 Reviewed-by: Paolo Bonzini --- tests/qemu-iotests/group | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/qemu-iotests/group') 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 -- cgit v1.2.3