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

2015-08-27 Thread Alberto Garcia
On Wed 26 Aug 2015 07:47:48 PM CEST, Max Reitz mre...@redhat.com 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 mre...@redhat.com Reviewed-by: Alberto Garcia be...@igalia.com Berto

[Qemu-block] [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 mre...@redhat.com --- block.c | 24 ++-- block/qcow2.c | 16 - block/vvfat.c | 8 +-- blockdev.c| 72