From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tky72-0007id-Cb for qemu-devel@nongnu.org; Tue, 18 Dec 2012 09:25:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tky6y-00046t-KX for qemu-devel@nongnu.org; Tue, 18 Dec 2012 09:25:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:62956) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tky6y-00046n-CY for qemu-devel@nongnu.org; Tue, 18 Dec 2012 09:25:36 -0500 Date: Tue, 18 Dec 2012 15:25:00 +0100 From: Stefan Hajnoczi Message-ID: <20121218142500.GA10813@stefanha-thinkpad.redhat.com> References: <1355708963-17675-1-git-send-email-lig.fnst@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1355708963-17675-1-git-send-email-lig.fnst@cn.fujitsu.com> Subject: Re: [Qemu-devel] [PATCH v3 1/2] cutils:change strtosz_suffix_unit function List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: liguang Cc: imammedo@redhat.com, armbru@redhat.com, qemu-devel@nongnu.org On Mon, Dec 17, 2012 at 09:49:22AM +0800, liguang wrote: > if value to be translated is larger than INT64_MAX, > this function will not be convenient for caller to > be aware of it, so change a little for this. > > Signed-off-by: liguang > --- > cutils.c | 6 ++++-- > 1 files changed, 4 insertions(+), 2 deletions(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Please follow the ": " convention for commit messages with a space after the ':'. There was a conflict with a9300911 that was easy to resolve. Stefan