]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bit
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 25 Sep 2024 21:14:08 +0000 (23:14 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 13 Jan 2025 16:16:03 +0000 (17:16 +0100)
commit6909b616efbc9b627a0c9ea87d25a10d508cc879
tree7041f254b3316e2d3d84986fc11e66cbf0fe9b50
parent937874a83d149a1b871a569d6abded3fdd302267
hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bit

All these MemoryRegionOps read() and write() handlers are
implemented expecting 32-bit accesses. Clarify that setting
.impl.min/max_access_size fields.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20241105130431.22564-8-philmd@linaro.org>
hw/intc/xilinx_intc.c
hw/net/xilinx_ethlite.c
hw/timer/xilinx_timer.c