Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-27 | qemu-iotests: Quote $TEST_IMG* and $TEST_DIR usage | Jeff Cody | |
A lot of image filename and paths are used unquoted. Quote these to make sure that directories / filenames with spaces are not problematic. Signed-off-by: Jeff Cody <jcody@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com> | |||
2012-04-19 | qemu-iotests: Test bdrv_close while AIO is in flight | Kevin Wolf | |
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> |