Re: [Qemu-devel] [PATCH] qemu-iotests: Test case for backing file deletion

2013-10-30 Thread Kevin Wolf
Am 29.10.2013 um 19:18 hat Max Reitz geschrieben: > Add a test case for trying to open an image file where it is impossible > to open its backing file (in this case, because it was deleted). When > doing this, qemu (or qemu-io in this case) should not crash but rather > print an appropriate error m

Re: [Qemu-devel] [PATCH] qemu-iotests: Test case for backing file deletion

2013-10-29 Thread Fam Zheng
On Tue, 10/29 19:18, Max Reitz wrote: > Add a test case for trying to open an image file where it is impossible > to open its backing file (in this case, because it was deleted). When > doing this, qemu (or qemu-io in this case) should not crash but rather > print an appropriate error message. > >

[Qemu-devel] [PATCH] qemu-iotests: Test case for backing file deletion

2013-10-29 Thread Max Reitz
Add a test case for trying to open an image file where it is impossible to open its backing file (in this case, because it was deleted). When doing this, qemu (or qemu-io in this case) should not crash but rather print an appropriate error message. Signed-off-by: Max Reitz --- Follow-up to: - bl