Re: [Qemu-devel] [PATCH] block: Bugfix 'format' and 'snapshot' used in drive option

2013-08-08 Thread Kevin Wolf
Am 08.08.2013 um 16:45 hat Mike Qiu geschrieben: > When use -drive file='xxx',format=qcow2,snapshot=on the error > message "Can't use snapshot=on with driver-specific options" > can be show, and fail to start the qemu. > > This should not be happened, and there is no file.driver option > in qemu c

Re: [Qemu-devel] [PATCH] block: Bugfix 'format' and 'snapshot' used in drive option

2013-08-08 Thread Mike Qiu
Hi all This 'bug' also happens use -snapshot, But as newer to qemu, I'm not sure about what am I understanding. But I think snapshot should works at least in qcow2. My understanding about the driver option is mainly for 'nbd' and 'http/https/ftp', and so in commit: c2ad1b0c465a9ea8375eaff14bbd8

[Qemu-devel] [PATCH] block: Bugfix 'format' and 'snapshot' used in drive option

2013-08-08 Thread Mike Qiu
When use -drive file='xxx',format=qcow2,snapshot=on the error message "Can't use snapshot=on with driver-specific options" can be show, and fail to start the qemu. This should not be happened, and there is no file.driver option in qemu command line. It is because the commit 74fe54f2a1b5c4f4498a8f