Re: [PATCH v2 01/20] target/arm: Add commentary for CPUARMState.exclusive_high

2023-05-30 Thread Peter Maydell
On Fri, 26 May 2023 at 15:44, Richard Henderson wrote: > > On 5/26/23 02:49, Juan Quintela wrote: > > Philippe Mathieu-Daudé wrote: > >> Hi, > >> > >> On 26/5/23 01:25, Richard Henderson wrote: > >>> Document the meaning of exclusive_high in a big-endian context, > >>> and why we can't change it

Re: [PATCH v2 01/20] target/arm: Add commentary for CPUARMState.exclusive_high

2023-05-26 Thread Richard Henderson
On 5/26/23 02:49, Juan Quintela wrote: Philippe Mathieu-Daudé wrote: Hi, On 26/5/23 01:25, Richard Henderson wrote: Document the meaning of exclusive_high in a big-endian context, and why we can't change it now. Signed-off-by: Richard Henderson --- target/arm/cpu.h | 7 +++ 1 file c

Re: [PATCH v2 01/20] target/arm: Add commentary for CPUARMState.exclusive_high

2023-05-26 Thread Juan Quintela
Philippe Mathieu-Daudé wrote: > Hi, > > On 26/5/23 01:25, Richard Henderson wrote: >> Document the meaning of exclusive_high in a big-endian context, >> and why we can't change it now. >> Signed-off-by: Richard Henderson >> --- >> target/arm/cpu.h | 7 +++ >> 1 file changed, 7 insertions(+

Re: [PATCH v2 01/20] target/arm: Add commentary for CPUARMState.exclusive_high

2023-05-26 Thread Philippe Mathieu-Daudé
Hi, On 26/5/23 01:25, Richard Henderson wrote: Document the meaning of exclusive_high in a big-endian context, and why we can't change it now. Signed-off-by: Richard Henderson --- target/arm/cpu.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/target/arm/cpu.h b/target/arm/cpu.h

[PATCH v2 01/20] target/arm: Add commentary for CPUARMState.exclusive_high

2023-05-25 Thread Richard Henderson
Document the meaning of exclusive_high in a big-endian context, and why we can't change it now. Signed-off-by: Richard Henderson --- target/arm/cpu.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/target/arm/cpu.h b/target/arm/cpu.h index d469a2637b..4e16eab82e 100644 --- a/target/ar