Re: [Qemu-devel] [PATCH 0/2] block: Propagate error in bdrv_img_create()

2014-11-03 Thread Kevin Wolf
Am 03.11.2014 um 13:33 hat Max Reitz geschrieben: > On 2014-10-29 at 11:42, Stefan Hajnoczi wrote: > >On Mon, Oct 27, 2014 at 01:30:07PM +0100, Max Reitz wrote: > >>Currently, when trying to create a backed image without specifying its > >>size, when the backing file does not exist or is not access

Re: [Qemu-devel] [PATCH 0/2] block: Propagate error in bdrv_img_create()

2014-11-03 Thread Max Reitz
On 2014-10-29 at 11:42, Stefan Hajnoczi wrote: On Mon, Oct 27, 2014 at 01:30:07PM +0100, Max Reitz wrote: Currently, when trying to create a backed image without specifying its size, when the backing file does not exist or is not accessible, an appropriate error message will be generated which i

Re: [Qemu-devel] [PATCH 0/2] block: Propagate error in bdrv_img_create()

2014-10-29 Thread Stefan Hajnoczi
On Mon, Oct 27, 2014 at 01:30:07PM +0100, Max Reitz wrote: > Currently, when trying to create a backed image without specifying its > size, when the backing file does not exist or is not accessible, an > appropriate error message will be generated which is then (in > bdrv_img_create()) prefixed wit

Re: [Qemu-devel] [PATCH 0/2] block: Propagate error in bdrv_img_create()

2014-10-28 Thread Kevin Wolf
Am 27.10.2014 um 13:30 hat Max Reitz geschrieben: > Currently, when trying to create a backed image without specifying its > size, when the backing file does not exist or is not accessible, an > appropriate error message will be generated which is then (in > bdrv_img_create()) prefixed with the ima

Re: [Qemu-devel] [PATCH 0/2] block: Propagate error in bdrv_img_create()

2014-10-27 Thread Peter Lieven
On 27.10.2014 13:30, Max Reitz wrote: Currently, when trying to create a backed image without specifying its size, when the backing file does not exist or is not accessible, an appropriate error message will be generated which is then (in bdrv_img_create()) prefixed with the image file name and t

[Qemu-devel] [PATCH 0/2] block: Propagate error in bdrv_img_create()

2014-10-27 Thread Max Reitz
Currently, when trying to create a backed image without specifying its size, when the backing file does not exist or is not accessible, an appropriate error message will be generated which is then (in bdrv_img_create()) prefixed with the image file name and the strerror(). However, both are general