block/blkdebug: Store config filename
authorMax Reitz <mreitz@redhat.com>
Mon, 15 Aug 2016 13:29:25 +0000 (15:29 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 15 Aug 2016 13:52:28 +0000 (15:52 +0200)
commit036990d72b00c920fc10158c14259fb59dbe61a1
tree0b0fe7dbd4bd1a72443137408ca4e954578177e8
parent7ccc44fd7d1dfa62c4d6f3a680df809d6e7068ce
block/blkdebug: Store config filename

Store the configuration file's filename so it can later be used in
bdrv_refresh_filename() without having to directly access the options
QDict which may contain a value of a non-string type.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/blkdebug.c