hw/char/pl011: Restrict MemoryRegionOps implementation access sizes
commit7e66d52b0c4d12c8d8c9fc11630908bc630070c0
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 10 Jul 2023 15:55:56 +0000 (10 17:55 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 31 Aug 2023 17:47:43 +0000 (31 19:47 +0200)
tree2f9e2f1713f03775f14f90172fa06aadd5d7255a
parent53c7c924228a9227bfdbb4d2f92e657cb805a37d
hw/char/pl011: Restrict MemoryRegionOps implementation access sizes

The pl011_read() and pl011_write() handlers shift the offset
argument by 2, so are implemented on a 32-bit boundary.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230710175102.32429-2-philmd@linaro.org>
hw/char/pl011.c