Re: [PATCH v2 07/12] mos6522: add register names to register read/write trace events

2022-03-05 Thread Philippe Mathieu-Daudé
On 5/3/22 15:17, Mark Cave-Ayland wrote: On 24/02/2022 14:04, Philippe Mathieu-Daudé wrote: On 24/2/22 12:59, Mark Cave-Ayland wrote: This helps to follow how the guest is programming the mos6522 when debugging. Signed-off-by: Mark Cave-Ayland Reviewed-by: Peter Maydell ---  

Re: [PATCH v2 07/12] mos6522: add register names to register read/write trace events

2022-03-05 Thread Mark Cave-Ayland
On 24/02/2022 14:04, Philippe Mathieu-Daudé wrote: On 24/2/22 12:59, Mark Cave-Ayland wrote: This helps to follow how the guest is programming the mos6522 when debugging. Signed-off-by: Mark Cave-Ayland Reviewed-by: Peter Maydell ---   hw/misc/mos6522.c    | 10 --  

Re: [PATCH v2 07/12] mos6522: add register names to register read/write trace events

2022-03-03 Thread Laurent Vivier
Le 24/02/2022 à 12:59, Mark Cave-Ayland a écrit : This helps to follow how the guest is programming the mos6522 when debugging. Signed-off-by: Mark Cave-Ayland Reviewed-by: Peter Maydell --- hw/misc/mos6522.c| 10 -- hw/misc/trace-events | 4 ++-- 2 files changed, 10

Re: [PATCH v2 07/12] mos6522: add register names to register read/write trace events

2022-02-24 Thread Philippe Mathieu-Daudé
On 24/2/22 12:59, Mark Cave-Ayland wrote: This helps to follow how the guest is programming the mos6522 when debugging. Signed-off-by: Mark Cave-Ayland Reviewed-by: Peter Maydell --- hw/misc/mos6522.c| 10 -- hw/misc/trace-events | 4 ++-- 2 files changed, 10 insertions(+), 4

[PATCH v2 07/12] mos6522: add register names to register read/write trace events

2022-02-24 Thread Mark Cave-Ayland
This helps to follow how the guest is programming the mos6522 when debugging. Signed-off-by: Mark Cave-Ayland Reviewed-by: Peter Maydell --- hw/misc/mos6522.c| 10 -- hw/misc/trace-events | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/hw/misc/mos6522.c