Re: [Qemu-devel] [PATCH v3 03/14] blockdev: Use blk_new_open() in blockdev_init()

2015-01-26 Thread Max Reitz
On 2015-01-26 at 17:37, Eric Blake wrote: On 01/26/2015 08:00 AM, Max Reitz wrote: Due to different error propagation, this breaks tests 051 and 087; fix their output. Signed-off-by: Max Reitz --- blockdev.c | 92 +- tests/qemu-iot

Re: [Qemu-devel] [PATCH v3 03/14] blockdev: Use blk_new_open() in blockdev_init()

2015-01-26 Thread Eric Blake
On 01/26/2015 08:00 AM, Max Reitz wrote: > Due to different error propagation, this breaks tests 051 and 087; fix > their output. > > Signed-off-by: Max Reitz > --- > blockdev.c | 92 > +- > tests/qemu-iotests/051.out | 60

[Qemu-devel] [PATCH v3 03/14] blockdev: Use blk_new_open() in blockdev_init()

2015-01-26 Thread Max Reitz
Due to different error propagation, this breaks tests 051 and 087; fix their output. Signed-off-by: Max Reitz --- blockdev.c | 92 +- tests/qemu-iotests/051.out | 60 +++--- tests/qemu-iotests/087.out | 8 ++--