Re: [PATCH] hw/isa/apm: Convert debug printf()s to trace events

2020-06-09 Thread Laurent Vivier
Le 24/05/2020 à 18:48, Philippe Mathieu-Daudé a écrit : > Convert APM_DPRINTF() to trace events and remove ifdef'ry. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/isa/apm.c| 15 +-- > hw/isa/trace-events | 4 > 2 files changed, 9 insertions(+), 10 deletions(-) >

Re: [PATCH] hw/isa/apm: Convert debug printf()s to trace events

2020-06-03 Thread Richard Henderson
On 5/24/20 9:48 AM, Philippe Mathieu-Daudé wrote: > Convert APM_DPRINTF() to trace events and remove ifdef'ry. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/isa/apm.c| 15 +-- > hw/isa/trace-events | 4 > 2 files changed, 9 insertions(+), 10 deletions(-) Reviewe

Re: [PATCH] hw/isa/apm: Convert debug printf()s to trace events

2020-06-02 Thread Philippe Mathieu-Daudé
ping for review? On 5/24/20 6:48 PM, Philippe Mathieu-Daudé wrote: > Convert APM_DPRINTF() to trace events and remove ifdef'ry. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/isa/apm.c| 15 +-- > hw/isa/trace-events | 4 > 2 files changed, 9 insertions(+), 10 del

[PATCH] hw/isa/apm: Convert debug printf()s to trace events

2020-05-24 Thread Philippe Mathieu-Daudé
Convert APM_DPRINTF() to trace events and remove ifdef'ry. Signed-off-by: Philippe Mathieu-Daudé --- hw/isa/apm.c| 15 +-- hw/isa/trace-events | 4 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/hw/isa/apm.c b/hw/isa/apm.c index 6300b1ba7a..bce266b957 1