Re: [Qemu-devel] [PATCH 4/5] block: Drop drv parameter from bdrv_fill_options()
On Wed 26 Aug 2015 07:47:51 PM CEST, Max Reitz wrote: > Now that this parameter is effectively unused, we can drop it and > change the function accordingly. > > Signed-off-by: Max Reitz Reviewed-by: Alberto Garcia Berto
[Qemu-devel] [PATCH 4/5] block: Drop drv parameter from bdrv_fill_options()
Now that this parameter is effectively unused, we can drop it and change the function accordingly. Signed-off-by: Max Reitz --- block.c | 59 ++- 1 file changed, 22 insertions(+), 37 deletions(-) diff --git a/block.c b/block.c index 8aa5f2