Re: [PATCH v3 4/5] ppc440_pcix: Fix register write trace event

2021-01-03 Thread Philippe Mathieu-Daudé
On 1/3/21 2:09 AM, BALATON Zoltan via wrote: > The trace event for pci_host_config_write() was also using the trace > event for read. Add corresponding trace and correct this. > > Signed-off-by: BALATON Zoltan > --- > hw/ppc/ppc440_pcix.c | 2 +- > hw/ppc/trace-events | 1 + > 2 files changed,

[PATCH v3 4/5] ppc440_pcix: Fix register write trace event

2021-01-02 Thread BALATON Zoltan via
The trace event for pci_host_config_write() was also using the trace event for read. Add corresponding trace and correct this. Signed-off-by: BALATON Zoltan --- hw/ppc/ppc440_pcix.c | 2 +- hw/ppc/trace-events | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/ppc/ppc440_pc