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

2024-06-18 Thread Philippe Mathieu-Daudé
On 18/6/24 17:51, Zheyu Ma wrote: This commit ensures that accesses to the RNG memory region are properly validated and align with expected access sizes. Please point to the device specifications. Reproducer: cat << EOF | qemu-system-aarch64 -display none \ -machine accel=qtest, -m 512M -mach

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

2024-06-18 Thread Zheyu Ma
This commit ensures that accesses to the RNG memory region are properly validated and align with expected access sizes. Reproducer: cat << EOF | qemu-system-aarch64 -display none \ -machine accel=qtest, -m 512M -machine smdkc210 -qtest stdio readb 0x10830454 EOF Signed-off-by: Zheyu Ma --- hw/m