]> git.proxmox.com Git - mirror_qemu.git/commit
blkdebug: Implement bdrv_refresh_filename()
authorMax Reitz <mreitz@redhat.com>
Fri, 18 Jul 2014 18:24:57 +0000 (20:24 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 20 Aug 2014 12:31:56 +0000 (14:31 +0200)
commit2c31b04c94864fda7b28321c98b904043afe3db2
tree774a44d6ddd221286509e4bcb3f5a3b47be0b910
parent91af7014125895cc74141be6b60f3a3e882ed743
blkdebug: Implement bdrv_refresh_filename()

Because blkdebug cannot simply create a configuration file, simply
refuse to reconstruct a plain filename and only generate an options
QDict from the rules instead.

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