Re: [PATCH 09/12] vt82c686: Convert debug printf to trace points

2020-12-27 Thread BALATON Zoltan via
On Sun, 27 Dec 2020, Philippe Mathieu-Daudé wrote: On 12/27/20 2:10 AM, BALATON Zoltan via wrote: Signed-off-by: BALATON Zoltan --- hw/isa/trace-events | 6 ++ hw/isa/vt82c686.c | 51 + 2 files changed, 21 insertions(+), 36 deletions(-) ...

Re: [PATCH 09/12] vt82c686: Convert debug printf to trace points

2020-12-27 Thread Philippe Mathieu-Daudé
On 12/27/20 2:10 AM, BALATON Zoltan via wrote: > Signed-off-by: BALATON Zoltan > --- > hw/isa/trace-events | 6 ++ > hw/isa/vt82c686.c | 51 + > 2 files changed, 21 insertions(+), 36 deletions(-) ... > switch (superio_conf->index) { >

[PATCH 09/12] vt82c686: Convert debug printf to trace points

2020-12-26 Thread BALATON Zoltan via
Signed-off-by: BALATON Zoltan --- hw/isa/trace-events | 6 ++ hw/isa/vt82c686.c | 51 + 2 files changed, 21 insertions(+), 36 deletions(-) diff --git a/hw/isa/trace-events b/hw/isa/trace-events index 3544c6213c..d267d3e652 100644 --- a/hw/isa/tr