Re: [Qemu-devel] [PATCH 2/5] block: Drop drv parameter from bdrv_open()

2015-08-26 Thread Alberto Garcia
On Wed 26 Aug 2015 07:47:49 PM CEST, Max Reitz wrote: > Now that this parameter is effectively unused, we can drop it and just > pass NULL on to bdrv_open_inherit(). > > Signed-off-by: Max Reitz Reviewed-by: Alberto Garcia Berto

[Qemu-devel] [PATCH 2/5] block: Drop drv parameter from bdrv_open()

2015-08-26 Thread Max Reitz
Now that this parameter is effectively unused, we can drop it and just pass NULL on to bdrv_open_inherit(). Signed-off-by: Max Reitz --- block.c | 9 - block/block-backend.c | 2 +- block/parallels.c | 2 +- block/qcow.c | 2 +- block/qcow2.c | 6 +++---