Re: [Qemu-devel] [PATCH] block: Fix relative backing file path checking

2013-12-12 Thread Eric Blake
On 12/09/2013 11:42 PM, Xu Wang wrote: > This patch is made for Bug #1257334 (diffuse handling of image > creation from another path). The cause of it is user could create > image even though the backing file doesn't exist. Becase backing s/Becase/, because/ > file checking in the bdrv_img_create

[Qemu-devel] [PATCH] block: Fix relative backing file path checking

2013-12-09 Thread Xu Wang
This patch is made for Bug #1257334 (diffuse handling of image creation from another path). The cause of it is user could create image even though the backing file doesn't exist. Becase backing file checking in the bdrv_img_create() is from the user's current path instead of relative path to the im