Re: [Qemu-devel] [PATCH 2/6] blkdebug: Implement bdrv_refresh_filename()

2014-08-20 Thread Max Reitz
On 20.08.2014 17:14, Kevin Wolf wrote: Am 18.07.2014 um 20:24 hat Max Reitz geschrieben: 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 --- Instead of

Re: [Qemu-devel] [PATCH 2/6] blkdebug: Implement bdrv_refresh_filename()

2014-08-20 Thread Kevin Wolf
Am 18.07.2014 um 20:24 hat Max Reitz geschrieben: > 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 > --- > Instead of this rather complicated impl

[Qemu-devel] [PATCH 2/6] blkdebug: Implement bdrv_refresh_filename()

2014-07-18 Thread Max Reitz
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 --- Instead of this rather complicated implementation, we could decide to just drop it and let this be hand