Re: [Qemu-devel] [PATCH 3/3] block: Fix snapshot=on for protocol parsed from filename

2014-04-04 Thread Kevin Wolf
Am 04.04.2014 um 16:38 hat Max Reitz geschrieben: > On 04.04.2014 14:03, Kevin Wolf wrote: > >Since commit 9fd3171a, BDRV_O_SNAPSHOT uses an option QDict to specify > >the originally requested image as the backing file of the newly created > >temporary snapshot. This means that the filename is stor

Re: [Qemu-devel] [PATCH 3/3] block: Fix snapshot=on for protocol parsed from filename

2014-04-04 Thread Max Reitz
On 04.04.2014 14:03, Kevin Wolf wrote: Since commit 9fd3171a, BDRV_O_SNAPSHOT uses an option QDict to specify the originally requested image as the backing file of the newly created temporary snapshot. This means that the filename is stored in "file.filename", which is an option that is not parse

[Qemu-devel] [PATCH 3/3] block: Fix snapshot=on for protocol parsed from filename

2014-04-04 Thread Kevin Wolf
Since commit 9fd3171a, BDRV_O_SNAPSHOT uses an option QDict to specify the originally requested image as the backing file of the newly created temporary snapshot. This means that the filename is stored in "file.filename", which is an option that is not parsed for protocol names. Therefore things li