Files
qemu-xteink/include
Kevin Wolf 4cdd01d32e 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>
2015-12-18 14:34:42 +01:00
..
2015-02-06 16:11:38 +00:00
2015-12-18 12:18:31 +00:00
2015-12-18 12:18:31 +00:00
2015-11-06 10:16:03 +01:00
2015-09-25 12:04:43 +02:00
2015-11-10 14:51:48 +01:00
2015-02-16 15:07:19 +00:00
2015-02-05 17:16:14 +01:00