Re: [Qemu-devel] [PATCH 2/2] mipsnet: use trace framework

2011-09-12 Thread Paolo Bonzini
On 09/04/2011 10:29 PM, Hervé Poussineau wrote: > +mipsnet_write(uint64_t addr, uint64_t val) "write addr=0x%" PRIx64 " > val=0x%" PRIx64 This breaks the build, though actually it is because of a bug in the parser. It should be written as mipsnet_write(uint64_t addr, uint64_t val) "write addr=0

[Qemu-devel] [PATCH 2/2] mipsnet: use trace framework

2011-09-04 Thread Hervé Poussineau
Signed-off-by: Hervé Poussineau --- hw/mipsnet.c | 26 ++ trace-events |7 +++ 2 files changed, 13 insertions(+), 20 deletions(-) diff --git a/hw/mipsnet.c b/hw/mipsnet.c index 9a29ffe..605367b 100644 --- a/hw/mipsnet.c +++ b/hw/mipsnet.c @@ -1,12 +1,8 @@ #inc