Re: [Qemu-devel] [PATCH 1/5] block: Always pass NULL as drv for bdrv_open()

2015-08-26 Thread Alberto Garcia
On Wed 26 Aug 2015 07:47:48 PM CEST, Max Reitz wrote: > Change all callers of bdrv_open() to pass the driver name in the options > QDict instead of passing its BlockDriver pointer. > > Signed-off-by: Max Reitz Reviewed-by: Alberto Garcia Berto

[Qemu-devel] [PATCH 1/5] block: Always pass NULL as drv for bdrv_open()

2015-08-26 Thread Max Reitz
Change all callers of bdrv_open() to pass the driver name in the options QDict instead of passing its BlockDriver pointer. Signed-off-by: Max Reitz --- block.c | 24 ++-- block/qcow2.c | 16 - block/vvfat.c | 8 +-- blockdev.c| 72 ++