Re: [Qemu-devel] [PATCH v2 2/6] block-commit: speed is an optional parameter

2014-04-10 Thread Max Reitz
On 08.04.2014 17:07, Kevin Wolf wrote: Am 08.04.2014 um 14:50 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 v2 2/6] block-commit: speed is an optional parameter

2014-04-08 Thread Eric Blake
On 04/08/2014 06:50 AM, Max Reitz wrote: > 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 > --- > blockdev.c | 3 +++ > 1

Re: [Qemu-devel] [PATCH v2 2/6] block-commit: speed is an optional parameter

2014-04-08 Thread Kevin Wolf
Am 08.04.2014 um 14:50 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 Should this be Cc: qem

[Qemu-devel] [PATCH v2 2/6] block-commit: speed is an optional parameter

2014-04-08 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 --- blockdev.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blockdev.c b