Re: [PATCH for-7.1 07/11] hw/misc: Support 8-bytes memop in NPCM GCR module

2022-04-21 Thread Peter Maydell
On Tue, 5 Apr 2022 at 23:38, Hao Wu wrote: > > The NPCM8xx GCR device can be accessed with 64-bit memory operations. > This patch supports that. > > Signed-off-by: Hao Wu > Reviewed-by: Patrick Venture > --- > hw/misc/npcm_gcr.c | 98 +--- > hw/misc/tra

[PATCH for-7.1 07/11] hw/misc: Support 8-bytes memop in NPCM GCR module

2022-04-05 Thread Hao Wu
The NPCM8xx GCR device can be accessed with 64-bit memory operations. This patch supports that. Signed-off-by: Hao Wu Reviewed-by: Patrick Venture --- hw/misc/npcm_gcr.c | 98 +--- hw/misc/trace-events | 4 +- 2 files changed, 77 insertions(+), 25 dele