block: Pass driver-specific options to .bdrv_refresh_filename()
commit4cdd01d32ee6fe04f8d909bfd3708be6864873a2
authorKevin Wolf <kwolf@redhat.com>
Mon, 27 Apr 2015 11:50:54 +0000 (27 13:50 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 18 Dec 2015 13:34:42 +0000 (18 14:34 +0100)
tree083d5099be859b78bbebe3af85f78a3f93ebb252
parent260fecf13b0d30621dc88da03dc1b502b7358c6b
block: Pass driver-specific options to .bdrv_refresh_filename()

In order to decide whether a blkdebug: filename can be produced or a
json: one is necessary, blkdebug checked whether bs->options had more
options than just "config", "x-image" or "image" (the latter including
nested options). That doesn't work well when generic block layer options
are present.

This patch passes an option QDict to the driver that contains only
driver-specific options, i.e. the options for the general block layer as
well as child nodes are already filtered out. Works much better this
way.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
block.c
block/blkdebug.c
block/blkverify.c
block/nbd.c
block/quorum.c
include/block/block_int.h