Re: [PATCH 10/19] hw/timer/xilinx_timer: Only expect big-endian accesses

2024-11-05 Thread Edgar E. Iglesias
On Tue, Nov 05, 2024 at 02:04:22PM +0100, Philippe Mathieu-Daudé wrote: > Per the datasheet (reference added in file header, p.10): > 'Register Data Types and Organization': > > "The XPS Timer/Counter registers are organized as big-endian data." Haven't checked but pretty sure this will break t

Re: [PATCH 10/19] hw/timer/xilinx_timer: Only expect big-endian accesses

2024-11-05 Thread Anton Johansson via
On 05/11/24, Philippe Mathieu-Daudé wrote: > Per the datasheet (reference added in file header, p.10): > 'Register Data Types and Organization': > > "The XPS Timer/Counter registers are organized as big-endian data." > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/timer/xilinx_timer.c |

[PATCH 10/19] hw/timer/xilinx_timer: Only expect big-endian accesses

2024-11-05 Thread Philippe Mathieu-Daudé
Per the datasheet (reference added in file header, p.10): 'Register Data Types and Organization': "The XPS Timer/Counter registers are organized as big-endian data." Signed-off-by: Philippe Mathieu-Daudé --- hw/timer/xilinx_timer.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) di