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

2014-04-07 Thread Max Reitz
On 07.04.2014 20:55, Eric Blake wrote: On 04/07/2014 11:29 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

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

2014-04-07 Thread Eric Blake
On 04/07/2014 11:29 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 | 1 + > 1 f

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

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