trace: Remove %s in grlib trace events
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Thu, 14 Apr 2011 17:11:00 +0000 (18:11 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Tue, 26 Apr 2011 12:14:49 +0000 (13:14 +0100)
commit12e3fd719d17fe1a374ab06399ba6b296cfed31f
treecfa89cbb83dadb4889c1d9e5cfe49aee15a581c7
parentd8689a61000dca9e8a04499c0f70d2cb43814d37
trace: Remove %s in grlib trace events

Trace events cannot use %s in their format strings because trace
backends vary in how they can deference pointers (if at all).  Recording
const char * values is not meaningful if their contents are not recorded
too.

Change grlib trace events that rely on strings so that they communicate
similar information without using strings.

A follow-up patch explains this limitation and updates docs/tracing.txt.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
hw/grlib_apbuart.c
hw/grlib_gptimer.c
hw/grlib_irqmp.c
trace-events