From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SS6Hp-0000g0-0E for qemu-devel@nongnu.org; Wed, 09 May 2012 08:46:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SS6Hi-0005EM-PM for qemu-devel@nongnu.org; Wed, 09 May 2012 08:46:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47371) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SS6Hi-0005EI-HV for qemu-devel@nongnu.org; Wed, 09 May 2012 08:46:26 -0400 Message-ID: <4FAA671C.6020500@redhat.com> Date: Wed, 09 May 2012 14:46:20 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1336488722-13120-1-git-send-email-pbonzini@redhat.com> <1336488722-13120-12-git-send-email-pbonzini@redhat.com> In-Reply-To: <1336488722-13120-12-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1.1 11/22] qemu-io: correctly print non-integer values as decimals List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com Am 08.05.2012 16:51, schrieb Paolo Bonzini: > qemu-io's cvtstr function sometimes will incorrectly omit the > decimal part of the number, and sometimes will incorrectly include > it. This patch fixes both. The former is more serious, and can > be seen in the patches to 027.out and 033.out. > > The changes to all other files were scripted with sed, so there were > no "surprises" beyond 027.out and 033.out. > > Signed-off-by: Paolo Bonzini > --- > 035.out has an extra long line which stumps git send-email, > so I forced generation of a binary diff. Always learning > new things. How do you do that, and even for single files in a larger commit? When I patched 035.out in the past, I used git send-email --no-validate, but binary patches are probably better. Kevin