tests/qemu-iotests/262
0 → 100755
+82
−0
tests/qemu-iotests/262.out
0 → 100644
+17
−0
+1
−0
Loading
This test case is motivated by commit 2b23f286 ('block/copy-on-read: Fix permissions for inactive node'). Instead of just testing copy-on-read on migration, let's stack all sorts of filter nodes on top of each other and try if the resulting VM can still migrate successfully. For good measure, put everything into an iothread, because why not? Signed-off-by:Kevin Wolf <kwolf@redhat.com> Reviewed-by:
Max Reitz <mreitz@redhat.com>