From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v4 14/19] printf: support field padding Date: Fri, 6 Jun 2014 20:39:40 +0200 Message-ID: <20140606183940.GR3994@lvm> References: <1397149020-3501-1-git-send-email-drjones@redhat.com> <1397149020-3501-15-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org To: Andrew Jones Return-path: Received: from mail-lb0-f180.google.com ([209.85.217.180]:35765 "EHLO mail-lb0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751727AbaFFSjo (ORCPT ); Fri, 6 Jun 2014 14:39:44 -0400 Received: by mail-lb0-f180.google.com with SMTP id p9so1776237lbv.11 for ; Fri, 06 Jun 2014 11:39:43 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1397149020-3501-15-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Apr 10, 2014 at 06:56:55PM +0200, Andrew Jones wrote: > Support format flags for field padding, such as "%08x", allowing > register dumps to be easier on the eyes. > > Signed-off-by: Andrew Jones I think I gave this my Reviewed-by in the last round, and there is no changelog. If anything changed here, let me know, otherwise apply the tag. -Christoffer