[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-stable] [PATCH] block-commit: speed is an optional parameter
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-stable] [PATCH] block-commit: speed is an optional parameter |
Date: |
Fri, 11 Apr 2014 13:20:18 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
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 <address@hidden>
> Reviewed-by: Eric Blake <address@hidden>
> ---
> This patch was previously part of the "qemu-img: Implement commit like
> QMP" series, but as this is a general bugfix, it has been separated.
Thanks, applied to the block branch.
In future patches, please add an explicit 'Cc: address@hidden'
line to the commit message so that the stable maintainers can grep in
git log for candidates. I added it manually while applying.
Kevin