Re: [Qemu-devel] [PATCH 1/3] mac99: replace debug printf with trace points

2017-02-10 Thread Philippe Mathieu-Daudé
On 02/10/2017 06:27 AM, Laurent Vivier wrote: Signed-off-by: Laurent Vivier Reviewed-by: Philippe Mathieu-Daudé --- hw/ppc/mac_newworld.c | 15 +++ hw/ppc/trace-events | 4 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/hw/ppc/mac_newworld.c b/hw/ppc/ma

[Qemu-devel] [PATCH 1/3] mac99: replace debug printf with trace points

2017-02-10 Thread Laurent Vivier
Signed-off-by: Laurent Vivier --- hw/ppc/mac_newworld.c | 15 +++ hw/ppc/trace-events | 4 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/hw/ppc/mac_newworld.c b/hw/ppc/mac_newworld.c index 2bfdb64..3702dd1 100644 --- a/hw/ppc/mac_newworld.c +++ b/hw/ppc/mac_n