Re: [PATCH v2 07/17] hw/misc: Add nr_regs and cold_reset_values to NPCM GCR

2025-02-04 Thread Peter Maydell
On Thu, 26 Dec 2024 at 08:28, Hao Wu wrote: > > These 2 values are different between NPCM7XX and NPCM8XX > GCRs. So we add them to the class and assign different values > to them. > > Signed-off-by: Hao Wu > --- > hw/misc/npcm_gcr.c | 24 +++- > include/hw/misc/npcm_g

[PATCH v2 07/17] hw/misc: Add nr_regs and cold_reset_values to NPCM GCR

2024-12-26 Thread Hao Wu
These 2 values are different between NPCM7XX and NPCM8XX GCRs. So we add them to the class and assign different values to them. Signed-off-by: Hao Wu --- hw/misc/npcm_gcr.c | 24 +++- include/hw/misc/npcm_gcr.h | 13 +++-- 2 files changed, 26 insertions(+), 11