aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/094.out
AgeCommit message (Collapse)AuthorFilesLines
2015-02-16iotests: Add test for drive-mirror with NBD targetMax Reitz1-0/+11
When the drive-mirror block job is completed, it will call bdrv_swap() on the source and the target BDS; this should obviously not result in a segmentation fault. Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Message-id: 1423256778-3340-4-git-send-email-mreitz@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>