Re: [PATCH 06/19] hw/microblaze: Fix MemoryRegionOps coding style

2024-11-05 Thread Edgar E. Iglesias
On Tue, Nov 05, 2024 at 02:04:18PM +0100, Philippe Mathieu-Daudé wrote: > Fix few MemoryRegionOps style before adding new fields > in the following commits. Wasn't aware of this style rule :-) Reviewed-by: Edgar E. Iglesias > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/char/xilinx_ua

Re: [PATCH 06/19] hw/microblaze: Fix MemoryRegionOps coding style

2024-11-05 Thread Alistair Francis
On Tue, Nov 5, 2024 at 11:07 PM Philippe Mathieu-Daudé wrote: > > Fix few MemoryRegionOps style before adding new fields > in the following commits. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > hw/char/xilinx_uartlite.c | 4 ++-- > hw/intc/xilinx_i

Re: [PATCH 06/19] hw/microblaze: Fix MemoryRegionOps coding style

2024-11-05 Thread Richard Henderson
On 11/5/24 13:04, Philippe Mathieu-Daudé wrote: Fix few MemoryRegionOps style before adding new fields in the following commits. Signed-off-by: Philippe Mathieu-Daudé --- hw/char/xilinx_uartlite.c | 4 ++-- hw/intc/xilinx_intc.c | 4 ++-- hw/net/xilinx_ethlite.c | 4 ++-- hw/timer/xil

[PATCH 06/19] hw/microblaze: Fix MemoryRegionOps coding style

2024-11-05 Thread Philippe Mathieu-Daudé
Fix few MemoryRegionOps style before adding new fields in the following commits. Signed-off-by: Philippe Mathieu-Daudé --- 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, 8 insertions