From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYZVl-0001Al-65 for qemu-devel@nongnu.org; Fri, 11 Apr 2014 07:20:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYZVf-0001g5-Uy for qemu-devel@nongnu.org; Fri, 11 Apr 2014 07:20:45 -0400 Date: Fri, 11 Apr 2014 13:20:18 +0200 From: Kevin Wolf Message-ID: <20140411112018.GG4038@noname.redhat.com> References: <1397151385-16730-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1397151385-16730-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] block-commit: speed is an optional parameter List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , qemu-stable@nongnu.org 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 Blake > --- > 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: qemu-stable@nongnu.org' line to the commit message so that the stable maintainers can grep in git log for candidates. I added it manually while applying. Kevin