From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40100) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJ0G6-0002eT-6t for qemu-devel@nongnu.org; Mon, 09 Sep 2013 08:08:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJ0G1-0003Tq-TE for qemu-devel@nongnu.org; Mon, 09 Sep 2013 08:07:58 -0400 Received: from mail-ee0-x22c.google.com ([2a00:1450:4013:c00::22c]:45215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJ0G1-0003Tf-MC for qemu-devel@nongnu.org; Mon, 09 Sep 2013 08:07:53 -0400 Received: by mail-ee0-f44.google.com with SMTP id b47so3109389eek.3 for ; Mon, 09 Sep 2013 05:07:53 -0700 (PDT) Date: Mon, 9 Sep 2013 14:07:50 +0200 From: Stefan Hajnoczi Message-ID: <20130909120750.GA20923@stefanha-thinkpad.redhat.com> References: <1378290385-7003-1-git-send-email-aik@ozlabs.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1378290385-7003-1-git-send-email-aik@ozlabs.ru> Subject: Re: [Qemu-devel] [PATCH v2] kvm: fix traces to use %x instead of %d List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: qemu-devel@nongnu.org, Stefan Hajnoczi On Wed, Sep 04, 2013 at 08:26:25PM +1000, Alexey Kardashevskiy wrote: > KVM request types are normally defined using hex constants but QEMU traces > print decimal values instead, which is not very convenient. > > This changes the request type format from %d to %x. > > Signed-off-by: Alexey Kardashevskiy > Reviewed-by: Andreas Färber > Reviewed-by: Paolo Bonzini > --- > Changes: > v2: > * added "0x" to format strings so the change won't come unnoticed > * fixed the commit message > --- > trace-events | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Thanks, applied to my tracing tree: https://github.com/stefanha/qemu/commits/tracing Stefan