Re: [PATCH v3 09/17] hw/misc: Support 8-bytes memop in NPCM GCR module

2025-02-06 Thread Philippe Mathieu-Daudé
On 6/2/25 02:30, Hao Wu wrote: The NPCM8xx GCR device can be accessed with 64-bit memory operations. This patch supports that. Reviewed-by: Peter Maydell Signed-off-by: Hao Wu --- hw/misc/npcm_gcr.c | 94 +--- hw/misc/trace-events | 4 +- 2 files

[PATCH v3 09/17] hw/misc: Support 8-bytes memop in NPCM GCR module

2025-02-05 Thread Hao Wu
The NPCM8xx GCR device can be accessed with 64-bit memory operations. This patch supports that. Reviewed-by: Peter Maydell Signed-off-by: Hao Wu --- hw/misc/npcm_gcr.c | 94 +--- hw/misc/trace-events | 4 +- 2 files changed, 74 insertions(+), 24 deleti