Re: [Qemu-devel] [PATCH 5/5] trace-events: Fix broken build caused by wrong format specifier

2012-03-26 Thread Alon Levy
On Mon, Mar 26, 2012 at 02:41:23PM +0200, Andreas Färber wrote: > Am 26.03.2012 14:07, schrieb Stefan Hajnoczi: > > From: Stefan Weil > > > > mem is an uint64_t value, so %lx was wrong. > > > > Signed-off-by: Stefan Weil > > Alon, you replied with an "ACK". Should an Acked-by be inserted here?

Re: [Qemu-devel] [PATCH 5/5] trace-events: Fix broken build caused by wrong format specifier

2012-03-26 Thread Andreas Färber
Am 26.03.2012 14:07, schrieb Stefan Hajnoczi: > From: Stefan Weil > > mem is an uint64_t value, so %lx was wrong. > > Signed-off-by: Stefan Weil Alon, you replied with an "ACK". Should an Acked-by be inserted here? Andreas > Signed-off-by: Stefan Hajnoczi > --- > trace-events |2 +- >

[Qemu-devel] [PATCH 5/5] trace-events: Fix broken build caused by wrong format specifier

2012-03-26 Thread Stefan Hajnoczi
From: Stefan Weil mem is an uint64_t value, so %lx was wrong. Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- trace-events |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/trace-events b/trace-events index 70f059d..db2cd39 100644 --- a/trace-events +++ b