Re: [Qemu-devel] [PATCH] block-commit: speed is an optional parameter

2014-04-12 Thread Max Reitz
On 11.04.2014 13:20, Kevin Wolf wrote: Am 10.04.2014 um 19:36 hat Max Reitz geschrieben: As speed is an optional parameter for the QMP block-commit command, it should be set to 0 if not given (as it is undefined if has_speed is false), that is, the speed should not be limited. Signed-off-by: Ma

Re: [Qemu-devel] [PATCH] block-commit: speed is an optional parameter

2014-04-11 Thread Kevin Wolf
Am 10.04.2014 um 19:36 hat Max Reitz geschrieben: > As speed is an optional parameter for the QMP block-commit command, it > should be set to 0 if not given (as it is undefined if has_speed is > false), that is, the speed should not be limited. > > Signed-off-by: Max Reitz > Reviewed-by: Eric Bla

[Qemu-devel] [PATCH] block-commit: speed is an optional parameter

2014-04-10 Thread Max Reitz
As speed is an optional parameter for the QMP block-commit command, it should be set to 0 if not given (as it is undefined if has_speed is false), that is, the speed should not be limited. Signed-off-by: Max Reitz Reviewed-by: Eric Blake --- This patch was previously part of the "qemu-img: Imple