From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4oQw-0007cG-Qu for qemu-devel@nongnu.org; Tue, 06 Mar 2012 02:03:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4oQh-0005Ud-Rp for qemu-devel@nongnu.org; Tue, 06 Mar 2012 02:03:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4oQh-0005UV-Io for qemu-devel@nongnu.org; Tue, 06 Mar 2012 02:03:27 -0500 Message-ID: <4F55B6B9.2010401@redhat.com> Date: Tue, 06 Mar 2012 08:03:21 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1330515910-725-1-git-send-email-kraxel@redhat.com> <1330515910-725-2-git-send-email-kraxel@redhat.com> <20120305152328.GC9697@morn.localdomain> In-Reply-To: <20120305152328.GC9697@morn.localdomain> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [SeaBIOS] [PATCH v2 1/6] output: add 64bit hex print support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: seabios@seabios.org, qemu-devel@nongnu.org On 03/05/12 16:23, Kevin O'Connor wrote: > On Wed, Feb 29, 2012 at 12:45:05PM +0100, Gerd Hoffmann wrote: >> --- >> src/output.c | 23 +++++++++++++++++++++-- >> 1 files changed, 21 insertions(+), 2 deletions(-) > > Thanks Gerd. > > I think your patch missed a couple of corner cases. I played with it > a bit and came up with the below. Looks fine. cheers, Gerd