Re: [Qemu-devel] [PATCH] block: Fail if requested driver is not available

2013-11-14 Thread Stefan Hajnoczi
On Mon, Nov 11, 2013 at 02:54:59PM +0100, Kevin Wolf wrote: > If an explicit driver option is present, but doesn't specify a valid > driver, then bdrv_open() should fail instead of probing the format. > > Signed-off-by: Kevin Wolf > --- > block.c| 5 + > tests/qemu-iotest

Re: [Qemu-devel] [PATCH] block: Fail if requested driver is not available

2013-11-11 Thread Jeff Cody
On Mon, Nov 11, 2013 at 02:54:59PM +0100, Kevin Wolf wrote: > If an explicit driver option is present, but doesn't specify a valid > driver, then bdrv_open() should fail instead of probing the format. > > Signed-off-by: Kevin Wolf > --- > block.c| 5 + > tests/qemu-iotest

[Qemu-devel] [PATCH] block: Fail if requested driver is not available

2013-11-11 Thread Kevin Wolf
If an explicit driver option is present, but doesn't specify a valid driver, then bdrv_open() should fail instead of probing the format. Signed-off-by: Kevin Wolf --- block.c| 5 + tests/qemu-iotests/051 | 7 +++ tests/qemu-iotests/051.out | 9 + 3 files c