]> git.proxmox.com Git - mirror_qemu.git/commit - block.c
block: Drop drv parameter from bdrv_fill_options()
authorMax Reitz <mreitz@redhat.com>
Wed, 26 Aug 2015 17:47:51 +0000 (19:47 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 14 Sep 2015 14:51:36 +0000 (16:51 +0200)
commit053e1578c9fa6a58e50e44de689f288063c77dbe
treeaed7df8f2a2f8d96aefa8eaa3f36c39514731f42
parentce343771243a656b420c7a1b4099130f4a35bd5e
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 <mreitz@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c