Re: [PATCH v3] hw/misc: Set valid access size for Exynos4210 RNG

2024-06-21 Thread Peter Maydell
On Tue, 18 Jun 2024 at 17:37, Zheyu Ma wrote: > > The Exynos4210 RNG module requires 32-bit (4-byte) accesses to its registers. > According to the User Manual Section 25.3[1], the registers for RNG operations > are 32-bit. This change ensures that the memory region operations for the > RNG module

[PATCH v3] hw/misc: Set valid access size for Exynos4210 RNG

2024-06-18 Thread Zheyu Ma
The Exynos4210 RNG module requires 32-bit (4-byte) accesses to its registers. According to the User Manual Section 25.3[1], the registers for RNG operations are 32-bit. This change ensures that the memory region operations for the RNG module enforce the correct access sizes, preventing invalid memo