[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 07/19] hw/microblaze: Restrict MemoryRegionOps are implemente
From: |
Anton Johansson |
Subject: |
Re: [PATCH 07/19] hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bit |
Date: |
Tue, 5 Nov 2024 15:50:15 +0100 |
On 05/11/24, Philippe Mathieu-Daudé wrote:
> 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>
> ---
> hw/char/xilinx_uartlite.c | 4 ++++
> hw/intc/xilinx_intc.c | 4 ++++
> hw/net/xilinx_ethlite.c | 4 ++++
> hw/timer/xilinx_timer.c | 4 ++++
> 4 files changed, 16 insertions(+)
Reviewed-by: Anton Johansson <anjo@rev.ng>
- Re: [PATCH 04/19] hw/microblaze/s3adsp1800: Rename unimplemented MMIO region as xps_gpio, (continued)
- [PATCH 05/19] hw/microblaze/s3adsp1800: Declare machine type using DEFINE_TYPES macro, Philippe Mathieu-Daudé, 2024/11/05
- [PATCH 06/19] hw/microblaze: Fix MemoryRegionOps coding style, Philippe Mathieu-Daudé, 2024/11/05
- [PATCH 07/19] hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bit, Philippe Mathieu-Daudé, 2024/11/05
- [PATCH 08/19] hw/microblaze: Propagate CPU endianness to microblaze_load_kernel(), Philippe Mathieu-Daudé, 2024/11/05
- [PATCH 09/19] hw/intc/xilinx_intc: Only expect big-endian accesses, Philippe Mathieu-Daudé, 2024/11/05